summaryrefslogtreecommitdiff
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 a test so that it actually tests what it's supposed to test.Luke Plant
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 #13799, a test failure on Postgres. Thanks, Alex. Karen Tracey
2010-09-10[1.2.X] Converted doctest to unittest. Patch by Alex Gaynor.Jannis Leidel
2010-09-10[1.2.X] Fixed typos in es_AR translation.Ramiro Morales
2010-09-10[1.2.X] Fixed #14245 -- Added some files and paths missing from the MANIFEST....Russell Keith-Magee
2010-09-10[1.2.X] Pass commit=False to loaddata in tests, which will keep the DB connec...Karen Tracey
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 #14246: Modified aggregation_regress tests so that they will pa...Karen Tracey
2010-09-10[1.2.X] Fixed some of the problems with aggregation_regress tests on higher l...Karen Tracey
2010-09-10[1.2.X] Fixed #14247 - 'forms' test failure in 1.2.XLuke 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 #13350 - Documentation on autoescape should mention endautoescapeLuke Plant
2010-09-07[1.2.X] Fixed #13414 - QuerySet API ref wrong sql equivalent in __year lookup...Luke Plant
2010-09-07[1.2.X] Fixed #13853 - line with csrf_token too wideLuke Plant
2010-09-07[1.2.X] Fixed #14205 - Tiny grammar fix in form validation documentationLuke Plant
2010-09-03[1.2.X] Fixed #13754 - Add a note about a test client session property gotchaLuke 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 #14054 -- Added documentation for the connection_created event....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-30Fixed #14189 - permalink docs import mistakeLuke Plant
2010-08-30[1.2.X] Fixed #13759 - Multi-db docs have an example that isn't syntax highli...Luke Plant
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] Fixed #14185 - improved example SQL for 'select' example.Luke Plant
2010-08-28[1.2.X] Removed a stray DEBUG=True test setting introduced in r13641.Russell Keith-Magee
2010-08-28[1.2.X] Refactored markup documentation to give it it's own home.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-26[1.2.X] Fixed #14172: Corrected misspelling of explicitly. Thanks 3point2. Karen Tracey
2010-08-24[1.2.X] Fixed #14159 -- Corrected more potential uses of relative paths in te...Russell Keith-Magee