summaryrefslogtreecommitdiff
path: root/django
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 #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-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 #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-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] 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-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-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-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-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-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-14[1.2.X] Fixed #13796 -- Ensure that builtin tags and filters are included in ↵Russell Keith-Magee
admin documentation views. Backport of r13588 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13589 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-14[1.2.X] Fixed #13679, #13231, #7287 -- Ensured that models that have ↵Russell Keith-Magee
ForeignKeys/ManyToManyField can use a a callable default that returns a model instance/queryset. #13679 was a regression in behavior; the other two tickets are pleasant side effects. Thanks to 3point2 for the report. Backport of r13577 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13578 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-07[1.2.X] Fixed #11021 -- Clarified newline stripping behavior in the ↵Russell Keith-Magee
truncatewords and truncatewords_html filters. Thanks to Ben Spaulding for the report and patch. Backport of r13555 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13562 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-07[1.2.X] Fixed #14076 -- Updated Danish translation. Thanks to finngruwier.Russell Keith-Magee
Backport of r13546 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13547 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-07[1.2.X] Fixed #13516 -- Added an internal type definition for AutoFields, so ↵Russell Keith-Magee
that subclassed fields are handled correctly by the SQL generator. Thanks to manfre for the report and patch. Backport of r13540 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13541 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-07[1.2.X] Fixed #14070 -- Updated Serbian translations. Thanks to janos.Russell Keith-Magee
Backport of r13524 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13525 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-07[1.2.X] Updated es_AR translation (via Ramiro)Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13523 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-06[1.2.X] Fixed #11159 -- Added mimetype detection to the test client for file ↵Russell Keith-Magee
uploads. Thanks to notanumber for the report and patch, and lomin for the test case. Backport of r13517 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13518 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-06[1.2.X] Updated German translation.Jannis Leidel
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13516 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-06[1.2.X] Fixed #14069 -- Updated Czech translation. Thanks to Tuttle.Russell Keith-Magee
Backport of r13513 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13515 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-06[1.2.X] Fixed #14014 -- Ensure that the "save and add another" button for ↵Russell Keith-Magee
users actually does what it says. Thanks to Ramiro for the report. Backport of r13503 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13504 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-06[1.2.X] Fixed #14012 -- Corrected the handling of the create user popup ↵Russell Keith-Magee
dialog in the admin. Thanks to gk@lka.hu for the report, and Ramiro Morales for the patch. Backport of r13051 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13502 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-06[1.2.X] Fixed #14027 -- Ensure that reverse() raises an exception when you ↵Russell Keith-Magee
try to reverse None. Thanks to Alex for the report and patch. Backport of r13499 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13500 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-06[1.2.X] Fixed #14064 -- Corrected spelling of Argentinian. There are ↵Russell Keith-Magee
arguments that it can be spelled both ways (and arguments that the right phrase is Argentine), but we're going with the OED on this one. Backport of r13492 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13494 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-06[1.2.X] Fixed #13651 -- Added Malayalam (ml) translation. Thanks to rajeesh.Russell Keith-Magee
Backport of r13491 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13493 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-05[1.2.X] Fixed #13610 -- Improved error reporting when the ENGINE setting is ↵Russell Keith-Magee
ommitted from a database configuration. Thanks to Gregor Müllegger for the report and patch. Backport of r13489 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13490 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-05[1.2.X] Fixed #13621 -- Corrected the handling of input formats on date/time ↵Russell Keith-Magee
form fields. Thanks to bufke for the report, zerok and jacmkno for their work on the patch, and Karen, Jannis and Alex for feedback. Backport of r13484 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13486 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-05[1.2.X] Fixed #13613 -- Ensure that forms.URLField and forms.EmailField are ↵Russell Keith-Magee
used on a modelform. This ensures that fields are URL and Email fields are cleaned consistently when included on model forms. Thanks to amadison for the report. Backport of r13475 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13476 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-05[1.2.X] Fixed #13946 -- Modified the database cache backend to use the ↵Russell Keith-Magee
database router to determine availability of the cache table. Thanks to tiemonster for the report. Backport of r13473 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13474 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-05[1.2.X] Corrected fix committed in r13466. Refs #14025.Russell Keith-Magee
Backport of r13471 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13472 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-04[1.2.X] ixed #13746: made the dumdata help message a bit clearer. Thanks, PaulM.Jacob Kaplan-Moss
Backport of [13469] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13470 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-04[1.2.X] Fixed #14025 -- Modified flush to adhere to router sync instructions ↵Russell Keith-Magee
when emmiting post-sync signals. Thanks to linovia for the patch. Backport of r13466 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13467 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-03[1.2.X] Fixed #11377: the template join filter now correctly escapes the ↵Jacob Kaplan-Moss
joiner, too. Thanks, Stephen Kelly. Backport of [13464] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13465 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-07-30[1.2.X] Fixed #13882 -- Removed an unnecessary nested where clause ↵Russell Keith-Magee
introduced on __isnull queries. Thanks to Alex Gaynor for the report and patch. Backport of r13456 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13457 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-07-30[1.2.X] Fixed #13730 -- Removed the hard-coding of the requirement that ↵Russell Keith-Magee
ForeignKeys have an index. Thanks to Suor for the report. Backport of r13452 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13454 bcc190cf-cafb-0310-a4f2-bffc1f526a37