summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2010-09-09[1.2.X] Increment to Django 1.2.2.1.2.2James Bennett
2010-09-09[1.2.X] Patch CSRF-protection system to deal with reported security issue. An...James Bennett
2010-09-07[1.2.X] Fixed #13081 - Admin actions lose get-parameters in changelist viewLuke Plant
2010-09-07[1.2.X] Fixed #13414 - QuerySet API ref wrong sql equivalent in __year lookup...Luke Plant
2010-09-03Fixed #14090 - Many sql queries needed to display change user formLuke Plant
2010-09-03[1.2.X] Added explanatory note on CSRF failure page for the case of a missing...Luke Plant
2010-09-03[1.2.X] Fixed #14145 - undeterministic behavior when project or app template ...Luke Plant
2010-08-31[1.2.X] Fixed #14199 -- Added a missing table creation statement in the db ca...Russell Keith-Magee
2010-08-30[1.2.X] Fixed #14198 -- Corrected rendering of generic sitemaps when no prior...Russell Keith-Magee
2010-08-30[1.2.X] Fixed #13798 -- Added connection argument to the connection_created s...Russell Keith-Magee
2010-08-30[1.2.X] Added a missing (empty) models.py file required for the tests from r1...Russell Keith-Magee
2010-08-28[1.2.X] Fixed #12343 -- Added support for connection-by-socket to MySQL using...Russell Keith-Magee
2010-08-28[1.2.X] Fixed #13723 -- Improved the legibility of hyperlinks included in adm...Russell Keith-Magee
2010-08-28[1.2.X] Fixed #13681 -- Added a commented out admindocs entry to the default ...Russell Keith-Magee
2010-08-28[1.2.X] Fixed #14166 -- Modified the list of state choices in the Indian loca...Russell Keith-Magee
2010-08-28[1.2.X] Removed a stray DEBUG=True test setting introduced in r13641.Russell Keith-Magee
2010-08-27[1.2.X] Fixed #14164 -- Ensure that sitemap priorities aren't rendered with l...Russell Keith-Magee
2010-08-27[1.2.X] Fixed #14156 -- Modified the way CSRF protection is applied to flatpa...Russell Keith-Magee
2010-08-27[1.2.X] Fixed #14116 -- Added a flag to enable CSRF checks in the test client...Russell Keith-Magee
2010-08-23[1.2.X] Fixed #14084 -- Updated French translation. Thanks to stephaner.Russell Keith-Magee
2010-08-23[1.2.X] Fixed #13951 -- Corrected docstring in formtools wizard. Thanks to su...Russell Keith-Magee
2010-08-21[1.2.X] Fixed #13140 -- Ensure that request headers are preserved through red...Russell Keith-Magee
2010-08-20[1.2.X] Fixed #13895 -- Refactored aggregation_regress doctests. Thanks to Al...Russell Keith-Magee
2010-08-20[1.2.X] Fixed #14068 -- Corrected error handling in loaddata when an allow_sy...Russell Keith-Magee
2010-08-17[1.2.X] Fixed #14102 -- Ensure that fields that have been excluded from a for...Russell Keith-Magee
2010-08-14[1.2.X] Fixed #13796 -- Ensure that builtin tags and filters are included in ...Russell Keith-Magee
2010-08-14[1.2.X] Fixed #13679, #13231, #7287 -- Ensured that models that have ForeignK...Russell Keith-Magee
2010-08-07[1.2.X] Fixed #11021 -- Clarified newline stripping behavior in the truncatew...Russell Keith-Magee
2010-08-07[1.2.X] Fixed #14076 -- Updated Danish translation. Thanks to finngruwier.Russell Keith-Magee
2010-08-07[1.2.X] Fixed #13516 -- Added an internal type definition for AutoFields, so ...Russell Keith-Magee
2010-08-07[1.2.X] Fixed #14070 -- Updated Serbian translations. Thanks to janos.Russell Keith-Magee
2010-08-07[1.2.X] Updated es_AR translation (via Ramiro)Russell Keith-Magee
2010-08-06[1.2.X] Fixed #11159 -- Added mimetype detection to the test client for file ...Russell Keith-Magee
2010-08-06[1.2.X] Updated German translation.Jannis Leidel
2010-08-06[1.2.X] Fixed #14069 -- Updated Czech translation. Thanks to Tuttle.Russell Keith-Magee
2010-08-06[1.2.X] Fixed #14014 -- Ensure that the "save and add another" button for use...Russell Keith-Magee
2010-08-06[1.2.X] Fixed #14012 -- Corrected the handling of the create user popup dialo...Russell Keith-Magee
2010-08-06[1.2.X] Fixed #14027 -- Ensure that reverse() raises an exception when you tr...Russell Keith-Magee
2010-08-06[1.2.X] Fixed #14064 -- Corrected spelling of Argentinian. There are argument...Russell Keith-Magee
2010-08-06[1.2.X] Fixed #13651 -- Added Malayalam (ml) translation. Thanks to rajeesh.Russell Keith-Magee
2010-08-05[1.2.X] Fixed #13610 -- Improved error reporting when the ENGINE setting is o...Russell Keith-Magee
2010-08-05[1.2.X] Fixed #13621 -- Corrected the handling of input formats on date/time ...Russell Keith-Magee
2010-08-05[1.2.X] Fixed #13613 -- Ensure that forms.URLField and forms.EmailField are u...Russell Keith-Magee
2010-08-05[1.2.X] Fixed #13946 -- Modified the database cache backend to use the databa...Russell Keith-Magee
2010-08-05[1.2.X] Corrected fix committed in r13466. Refs #14025.Russell Keith-Magee
2010-08-04[1.2.X] ixed #13746: made the dumdata help message a bit clearer. Thanks, PaulM.Jacob Kaplan-Moss
2010-08-04[1.2.X] Fixed #14025 -- Modified flush to adhere to router sync instructions ...Russell Keith-Magee
2010-08-03[1.2.X] Fixed #11377: the template join filter now correctly escapes the join...Jacob Kaplan-Moss
2010-07-30[1.2.X] Fixed #13882 -- Removed an unnecessary nested where clause introduced...Russell Keith-Magee
2010-07-30[1.2.X] Fixed #13730 -- Removed the hard-coding of the requirement that Forei...Russell Keith-Magee