summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-13[1.1.X] Fixed #13107: Adjusted decimal_places validation to accept 0 as a val...Karen Tracey
2010-03-12[1.1.X] Fixed #11801 -- Corrected form validation to ensure you can still get...Russell Keith-Magee
2010-03-12[1.1.X] Fixed #12404 -- Improved model validation for CharField and DecimalFi...Russell Keith-Magee
2010-03-12[1.1.X] Fixed #11891 -- Ensured that attributes of get_absolute_url are prese...Russell Keith-Magee
2010-03-12[1.1.X] Fixed #11900 -- Corrected an edge case of transaction handling in the...Russell Keith-Magee
2010-03-12[1.1.X] Fixed #13093 -- Updated some decorators and the decorator_from_middle...Russell Keith-Magee
2010-03-11[1.1.X] Python 2.3 doesn't do decorators.Karen Tracey
2010-03-11[1.1.X] Corrected a markup error in middleware docs. Backport of applicable b...James Bennett
2010-03-11[1.1.X] Fixed #13084: Corrected typo in error-reporting docs. Backport of [12...James Bennett
2010-03-09[1.1.X] Fixed #12048 - MultiWidget does not define `__deepcopy__`Luke Plant
2010-03-09[1.1.X] Changed last_executed_query to avoid raising exceptions on non-utf8-e...Karen Tracey
2010-03-09[1.1.X] Fixed #11183 - BaseForm init leaves pointers pointing back to base_fi...Luke Plant
2010-03-09[1.1.X] Fixed #12689: Fixed admin validation to report an error on invalid ex...Karen Tracey
2010-03-08[1.1.X] Updated svnmerge metadata to reflect changesets that have been and sh...Karen Tracey
2010-03-08[1.1.X] Fixed #12024: Changed admin code to avoid raising an exception when a...Karen Tracey
2010-03-08[1.1.X] Fixed #11461: Ensured complete traceback is available on the debug pa...Karen Tracey
2010-03-08[1.1.X] Move the tests added for #12302 to where some other tests for debug p...Karen Tracey
2010-03-08[1.1.X] Fixed #11940 - ModelForm evaluates callable default values on form cl...Luke Plant
2010-03-08[1.1.X] Fixed #12240 - select_related doesn't work correctly when mixing null...Luke Plant
2010-03-08[1.1.X] Made a few Python 2.3 compatibility test fixes.Karen Tracey
2010-03-08[1.1.X] Fixed #12097 -- Cleaned up the documentation for ModelChoiceField and...Russell Keith-Magee
2010-03-08[1.1.X] Fixed #12114 -- Clarified the existence of the reverse relation _set ...Russell Keith-Magee
2010-03-08[1.1.X] Fixed #12811 -- Modified Tutorial 2 to indicate that the templating l...Russell Keith-Magee
2010-03-07[1.1.X] Fixed #6228: Changed common middleware to respect request-specific ur...Karen Tracey
2010-03-07[1.1.X] snvmerge metadata housekeeping.Karen Tracey
2010-03-07[1.1.X] Fixed #12876 -- Corrected a problem with recursive relations under de...Russell Keith-Magee
2010-03-07[1.1.X] Fixed #12858. DateTime related widgets now handle custom formats prop...Joseph Kocherhans
2010-03-07[1.1.X] Fixed #12913. Fields with choices now respect show_hidden_initial as ...Joseph Kocherhans
2010-03-07[1.1.X] Fixed #13048: Corrected typo in email documentation. Backport of [126...James Bennett
2010-03-06[1.1.X] Fixed #12734. Deferred fields will now be properly converted to pytho...Joseph Kocherhans
2010-03-06[1.1.X] Fixed #6918, #12791: If an email message has an encoding, actually us...Karen Tracey
2010-03-06[1.1.X] Fixed #11680: Added a note in the error-reporting documentation about...James Bennett
2010-03-05[1.1.X] Fixed #12151: Ensured the comments code does not cause a server error...Karen Tracey
2010-03-05[1.1.X] Fixed #12083: Ensured generating debug 404 page won't raise a key err...Karen Tracey
2010-03-04[1.1.X] Made Python 2.3 compatibility fixes for some recent test additions.Karen Tracey
2010-03-03[1.1.X] Fixed the files test to not care whether the names are reported as by...Karen Tracey
2010-03-03[1.1.X] Fixed #12601: Documented the slug field in the forms module. Backport...James Bennett
2010-03-03[1.1.X] Fixed #12217: Documented the fact that serving flatpages from the fla...James Bennett
2010-03-03[1.1.X] Fixed #11889: Documented the fact that context processors will overwr...James Bennett
2010-03-03[1.1.X] Fixed #11883: Documented how to set a custom template name on a flatp...James Bennett
2010-03-03[1.1.X] Expanded the fix in [12663] to cover CSS declarations, which were als...James Bennett
2010-03-03[1.1.X] Fixed #12879: Declaring the same JS file multiple times in a single M...James Bennett
2010-03-02[1.1.X] Fixed #12898: Reverted a change that assumed the file system encoding...Karen Tracey
2010-03-02[1.1.X] Fixed #11522: Restored ability of http redirect responses to correctl...Karen Tracey
2010-03-02[1.1.X] Fixed Bosnian language code introduced in r12330.Jannis Leidel
2010-03-02[1.1.X] Fixed #6510 -- Refactored the way child nodes are found in template n...Russell Keith-Magee
2010-03-02[1.1.X] Fixed #12946: Removed an invalid example of url tag usage from the do...Karen Tracey
2010-03-02[1.1.X] Fixed #11710: Made a small test change to ensure utf-8 bytestrings in...Karen Tracey
2010-03-02[1.1.X] Fixed #11465: Ensure nonexistent pks enterd in an admin raw id field ...Karen Tracey
2010-03-02[1.1.X] Fixed a silly bug in [12644].Jacob Kaplan-Moss