summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2010-09-11[1.2.X] Bump to 1.2.3.1.2.3James Bennett
2010-09-11[1.2.X] Improved unicode-type, ASCII-convertible header handling inMalcolm Tredinnick
2010-09-11[1.2.X] Fixed id attribute generation in the admin docs page. Patch from simeon.Malcolm Tredinnick
2010-09-11[1.2.X] Fixed #13599 -- No longer embed hidden `<td>` elements in `ChangeList...Justin Bronn
2010-09-11[1.2.X] Fixed #12632 -- Improved performance of `SortedDict`. Thanks, Alex G...Justin Bronn
2010-09-10[1.2.X] Fixed #14235 - UnicodeDecodeError in CSRF middlewareLuke Plant
2010-09-10[1.2.X] Fixed #13095 -- `formfield_callback` keyword argument is now more san...Justin Bronn
2010-09-10[1.2.X] Fixed typos in es_AR translation.Ramiro Morales
2010-09-10[1.2.X] Fixed #11158 - get_image_dimensions very slow/incorrect after 1 callLuke Plant
2010-09-10[1.2.X] Fixed #14250 - FileBasedCacheTests.test_cull test failureLuke Plant
2010-09-09[1.2.X] Fixed #14242 - UserChangeForm subclasses without 'user_permissions' f...Luke Plant
2010-09-09[1.2.X] Converted tests for contrib.auth.forms to unit tests.Luke Plant
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