summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-26[1.1.X] Fixed #12594 -- Ensured that a meaningful exception is raised when th...Russell Keith-Magee
2010-03-25[1.1.X] Peform smarter version detection of GDAL so development versions are ...Justin Bronn
2010-03-25[1.1.X] Modified the delete test to clean up after itself properly, so that t...Russell Keith-Magee
2010-03-25[1.1.X] Fixed #12766 -- Only set the psycopg1 client encoding when the connec...Russell Keith-Magee
2010-03-25[1.1.X] Fixed #12286 -- Modified the test case added in r12828 so that it pas...Russell Keith-Magee
2010-03-23[1.1.X] Fixed #13173: Made the admin_scripts tests pass when the running pyth...Karen Tracey
2010-03-23[1.1.X] Fixed #13177 -- Corrected usage of firstof in admin templates. Thanks...Russell Keith-Magee
2010-03-23[1.1.X] Fixed #13171 -- Corrected the field_subclassing unit test. Thanks to ...Russell Keith-Magee
2010-03-23[1.1.X] Fixed #12612 -- Corrected handling of parameter formatting in SQLite ...Russell Keith-Magee
2010-03-22[1.1.X] Fixed #12554 again: Corrected regression in silencing attribute looku...Karen Tracey
2010-03-22[1.1.X] Fixed #12764: Avoid exceeding psycopg1 limits in the views tests.Karen Tracey
2010-03-21[1.1.X] Fixed #12822: Don't copy the _aggregate_select_cache when cloning a q...Karen Tracey
2010-03-21[1.1.X] Fixed #12286: Ensure proxied model's table is created.Karen Tracey
2010-03-20[1.1.X] Fixed #12554: Silence exceptions that have specified silent_variable_...Karen Tracey
2010-03-20[1.1.X] Fixed #12239, again: Refined the original fix to avoid the test error...Karen Tracey
2010-03-20[1.1.X] Fixed #12239: Fixed results of gte and lt queries when comparing floa...Karen Tracey
2010-03-20[1.1.X] Fixed #12851 -- Corrected the interaction of defer() with select_rela...Russell Keith-Magee
2010-03-20[1.1.X] Fixed #12707. Admin action messages are no longer displayed when subm...Karen Tracey
2010-03-20[1.1.X] Fixed #12850 -- Ensured that constraint names are quoted when they ar...Russell Keith-Magee
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