summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-09[1.2.X] Increment to Django 1.2.2.1.2.2James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13700 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-09[1.2.X] Patch CSRF-protection system to deal with reported security issue. ↵James Bennett
Announcement and details to follow. Backport of [13698] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13699 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-07[1.2.X] Fixed #13081 - Admin actions lose get-parameters in changelist viewLuke Plant
Thanks to joh for report and to SmileyChris for patch. Backport of [13696] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13697 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-07[1.2.X] Fixed #13350 - Documentation on autoescape should mention endautoescapeLuke Plant
Thanks to mountainpaul@gmail.com for report and to dwillis for patch. Backport of [13694] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13695 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-07[1.2.X] Fixed #13414 - QuerySet API ref wrong sql equivalent in __year ↵Luke Plant
lookup example Thanks to idle for report and patch Backport of [13690] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13693 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-07[1.2.X] Fixed #13853 - line with csrf_token too wideLuke Plant
Thanks to alper for report, alper/richardb for patch Backport of [13688] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13691 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-07[1.2.X] Fixed #14205 - Tiny grammar fix in form validation documentationLuke Plant
Thanks to zendak for report and patch. Backport of [13687] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13689 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-03[1.2.X] Fixed #13754 - Add a note about a test client session property gotchaLuke Plant
Thanks SmileyChris for report and patch. Backport of [13685] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13686 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-03Fixed #14090 - Many sql queries needed to display change user formLuke Plant
Thanks to Suor for report and patch. Backport for [13683] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13684 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-03[1.2.X] Added explanatory note on CSRF failure page for the case of a ↵Luke Plant
missing Referer header. This is intended to help power users who have disabled Referer headers, or installed add-ons which have done so, and to help web site administrators with debugging, since this problem will be browser specific and not a programming error. Backport of [13680] from trunk. Technically this is a (tiny) new feature, but it has been backported because it might give significant help with debugging rare problems with Django 1.2's new CSRF protection. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13682 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-03[1.2.X] Fixed #14145 - undeterministic behavior when project or app template ↵Luke Plant
contains dotdir Thanks to marbu for report and patch. Backport of [13668] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13681 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-31[1.2.X] Fixed #14199 -- Added a missing table creation statement in the db ↵Russell Keith-Magee
cache backend cull implementation, and added tests for cache culling. Thanks to Tim for the report. Backport of r13678 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13679 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-30[1.2.X] Fixed #14198 -- Corrected rendering of generic sitemaps when no ↵Russell Keith-Magee
priority is specified. Thanks to palkeo for the report. Backport of r13676 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13677 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-30[1.2.X] Fixed #14054 -- Added documentation for the connection_created ↵Russell Keith-Magee
event. Thanks to Rob Hudson for the report and patch. Backport of r13673 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13675 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-30[1.2.X] Fixed #13798 -- Added connection argument to the connection_created ↵Russell Keith-Magee
signal. Thanks to liangent for the report, and Alex Gaynor for the patch. Backport of r13672 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13674 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-30[1.2.X] Added a missing (empty) models.py file required for the tests from ↵Russell Keith-Magee
r13644 to actually run. Backport of r13670 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13671 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-30Fixed #14189 - permalink docs import mistakeLuke Plant
Thanks to 7times9 for report and patch. Backport of [13666] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13667 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-30[1.2.X] Fixed #13759 - Multi-db docs have an example that isn't syntax ↵Luke Plant
highlighting Thanks to Tim Hatch for report and patch. Backport of [13664] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13665 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-28[1.2.X] Fixed #12343 -- Added support for connection-by-socket to MySQL ↵Russell Keith-Magee
using the dbshell management command. Thanks to elyon001@gmail.com for the report, and sfllaw for the patch. Backport of r13660 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13663 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-28[1.2.X] Fixed #13723 -- Improved the legibility of hyperlinks included in ↵Russell Keith-Magee
admin validation error messages. Thanks to Sebastian Noack for the suggestion and patch. Backport of r13659 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13662 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-28[1.2.X] Fixed #13681 -- Added a commented out admindocs entry to the default ↵Russell Keith-Magee
INSTALLED_APPS for a new project. Thanks to elkan for the report, and andrews for the patch. Backport of r13658 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13661 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-28[1.2.X] Fixed #14166 -- Modified the list of state choices in the Indian ↵Russell Keith-Magee
localflavor to be a list of tuples, not just a list of values. Thanks to gogna for the report and patch. Backport of r13656 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13657 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-28[1.2.X] Fixed #14185 - improved example SQL for 'select' example.Luke Plant
Thanks to Trindaz for the suggestion. Also fixed some references to 'lede' which is no longer part of the example Blog model. Backport of [13652] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13653 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-28[1.2.X] Removed a stray DEBUG=True test setting introduced in r13641.Russell Keith-Magee
Backport of r13650 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13651 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-28[1.2.X] Refactored markup documentation to give it it's own home.Russell Keith-Magee
Backport of r13647 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13649 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-27[1.2.X] Fixed #14164 -- Ensure that sitemap priorities aren't rendered with ↵Russell Keith-Magee
localized numerical formats. Thanks to dokterbob for the report, and vung for the draft patch. Backport of r13644 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13646 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-27[1.2.X] Fixed #14156 -- Modified the way CSRF protection is applied to ↵Russell Keith-Magee
flatpages so that the flatpage middleware doesn't cause all POSTs resulting in 404s to turn into 403s. Thanks to patrys for the report. Backport of r13641 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13643 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-27[1.2.X] Fixed #14116 -- Added a flag to enable CSRF checks in the test ↵Russell Keith-Magee
client. Thanks to jon@licq.org for the suggestion. Backport of r13640 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13642 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-26[1.2.X] Fixed #14172: Corrected misspelling of explicitly. Thanks 3point2. Karen Tracey
r13638 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13639 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-24[1.2.X] Fixed #14159 -- Corrected more potential uses of relative paths in ↵Russell Keith-Magee
tests. Thanks to Alex Gaynor for the patch. Backport of r13636 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13637 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-23[1.2.X] Fixed #14154 -- Corrected grammar error in settings docs. Thanks to ↵Russell Keith-Magee
d00gs for the report. Backport of r13633 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13634 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-23[1.2.X] Fixed #14084 -- Updated French translation. Thanks to stephaner.Russell Keith-Magee
Backport of r13580 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13632 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-23[1.2.X] Fixed #13951 -- Corrected docstring in formtools wizard. Thanks to ↵Russell Keith-Magee
suzaku for the report, and lrekucki for the patch. Backport of r13630 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13631 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-23[1.2.X] Fixed #14112 -- Various Markup fixes for the docs. Thanks to ramiro ↵Russell Keith-Magee
for the patch. Backport of r13628 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13629 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-23[1.2.X] Fixed #3051 -- Documented the requirements for standalone testing. ↵Russell Keith-Magee
Thanks to Daniel Roseman for the draft text. Backport of r13626 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13627 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-23[1.2.X] Fixed #14147 -- Added documentation metadata for new ↵Russell Keith-Magee
assertQuerysetEqual test method. Thanks to djoume for the report. Backport of r13624 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13625 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-23[1.2.X] Fixed #14155 -- Refactored another doctest suite and call to flush. ↵Russell Keith-Magee
Thanks to Alex Gaynor for the patch. Backport of r13622 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13623 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-21[1.2.X] Fixed #13140 -- Ensure that request headers are preserved through ↵Russell Keith-Magee
redirect chains in the test client. Thanks to David Novakovic for the report. Backport of r13620 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13621 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-21[1.2.X] Fixed #14148 -- Ensure the admin_script tests always use an absolute ↵Russell Keith-Magee
path; PyPy (and sometimes CPython) return relative paths for __file__. Thanks to Alex Gaynor for the report and patch. Backport of r13618 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13619 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-20[1.2.X] Fixed #12574 -- Removed an unnecessary exception catch from the ↵Russell Keith-Magee
system runtest script, which could hide failing tests. Thanks to CarlFK for the report, and Ramiro Morales for the polish. Backport of r13616 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13617 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-20[1.2.X] Fixed #13895 -- Refactored aggregation_regress doctests. Thanks to ↵Russell Keith-Magee
Alex Gaynor for the patch. Backport of r13614 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13615 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-20[1.2.X] Fixed #14068 -- Corrected error handling in loaddata when an ↵Russell Keith-Magee
allow_syncdb method is defined on the router. Thanks to Xavier Ordoquy for the report. Backport of r13612 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13613 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-20[1.2.X] Clarified some markup in the discussion of fixture loading in testcases.Russell Keith-Magee
Backport of r13610 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13611 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-19[1.2.X] Fixed #14141: docs now use the :doc: construct for links between ↵Jacob Kaplan-Moss
documents. Thanks, Ramiro Morales. Backport of [13608] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13609 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-19[1.2.X] Fixed #14123 -- Made AdminDocs tests optional, based on the ↵Russell Keith-Magee
availability of docutils. Thanks to PaulM for the original report, and Łukasz Rekucki for narrowing down the cause. Backport of r13606 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13607 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-18[1.2.X] Fixed #14111 -- Updated Sphinx version recommendation in ↵Jannis Leidel
documentation. Thanks, Ramiro Morales and Paul McMillan. Backport of r13604 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13605 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-18[1.2.X] Fixed #14033 -- Fixed another problem with xrefs and Sphinx 1.X in ↵Jannis Leidel
the Django doc extension. Thanks for the report and patch, Ramiro Morales and Georg Brandl. Backport of r13602 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13603 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-18[1.2.X] Fixed #14127: Adding a couple of missing backticks. Thanks kishkin.Karen Tracey
r13600 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13601 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-17[1.2.X] Fixed #14102 -- Ensure that fields that have been excluded from a ↵Russell Keith-Magee
form aren't included in the unique_for_* checks, either. Thanks to Travis Cline for the report and fix. Backport of r13598 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13599 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-16[1.2.X] Fixed #14118 -- Removed a reference to the "Python" serializer.Russell Keith-Magee
Backport of r13595 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13596 bcc190cf-cafb-0310-a4f2-bffc1f526a37