summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-20[1.1.X] Fixed `fieldlookup` docs cross-reference directive, and added it to t...Justin Bronn
2010-03-19[1.1.X] Fixed #13152 -- Ensure the test client saves the session before writi...Russell Keith-Magee
2010-03-16[1.1.X] Changed the comments post view code to avoid raising an exception if ...Karen Tracey
2010-03-16[1.1.X] Fixed #10361 -- Added documentation for ComboField and MultiValueFiel...Gary Wilson Jr
2010-03-16[1.1.X] Fixed #12105: Corrected handling of isnull=False lookups in admin. Th...Karen Tracey
2010-03-15[1.1.X] Added a transaction rollback needed to clean up after the test introd...Russell Keith-Magee
2010-03-15[1.1.X] Fixed #12339 -- Made content type deletion an interactive process to ...Russell Keith-Magee
2010-03-15[1.1.X] Fixed #13114 -- Modified escapejs to produce output that is JSON comp...Russell Keith-Magee
2010-03-15[1.1.X] Fixed #13108 -- Corrected an ambiguity in test data with the potentia...Russell Keith-Magee
2010-03-14[1.1.X] Made a Python 2.3 compatibility test fix.Karen Tracey
2010-03-14[1.1.X] Revert r12763 until we figure out what's wrong with it on 1.1.X. Refs...Karen Tracey
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