summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2010-03-22Fixed #12554 again: Corrected regression in silencing attribute lookups intro...Karen Tracey
2010-03-22Fixed #12764: Avoid exceeding psycopg1 limits in the views tests.Karen Tracey
2010-03-21Fixed #12822: Don't copy the _aggregate_select_cache when cloning a query set,Karen Tracey
2010-03-21Refs: #12286 -- Add a test to verify that a proxied model's table is created inKaren Tracey
2010-03-21Fixed #13004: Ensure the add page for a model with a ManyToManyField specifiedKaren Tracey
2010-03-21Fixed #12778 - Added media handling abilities to admin inlines. Thanks for th...Jannis Leidel
2010-03-20Fixed #12554: Silence exceptions that have specified silent_variable_failure=...Karen Tracey
2010-03-20Fixed #12239: Fixed results of gte and lt queries when comparing floats to in...Karen Tracey
2010-03-20Fixed #12851 -- Corrected the interaction of defer() with select_related(). T...Russell Keith-Magee
2010-03-20Fixed #13054 - Only apply grouping to integer part of numbers if explicitly w...Jannis Leidel
2010-03-20Fixed #12937 -- Corrected the operation of select_related() when following an...Russell Keith-Magee
2010-03-20Fixed #12962: Made admin delete action work again. Thanks ptone, skevy, mlavi...Karen Tracey
2010-03-20Fixed #13156 -- Ensure that exists() queries are as fast as they can be. Than...Russell Keith-Magee
2010-03-19Fixed #13152 -- Ensure the test client saves the session before writing the s...Russell Keith-Magee
2010-03-18Fixed #13030 -- Corrected natural key deserialization to subclasses. Thanks t...Russell Keith-Magee
2010-03-18Fixed #13138: Ensure required=False on a model form field overrides Karen Tracey
2010-03-16Changed the comments post view code to avoid raising an exception if handed i...Karen Tracey
2010-03-16Fixed #12881: Corrected handling of inherited unique constraints. Thanks for ...Karen Tracey
2010-03-16Fixed #12105: Corrected handling of isnull=False lookups in admin. Thanks mar...Karen Tracey
2010-03-16Fixed #12434: Made pretty_name handle empty string and None as input. Thanks ...Karen Tracey
2010-03-16Fixed #12787: Correctly identify the template that does not exist when a temp...Karen Tracey
2010-03-15Fixed #12998 -- Corrected handling of time zones in syndication framework.Russell Keith-Magee
2010-03-15Fixed #12953 -- Ensure that deletion cascades through generic relations. Also...Russell Keith-Magee
2010-03-15Added a transaction rollback needed to clean up after the test introduced by ...Russell Keith-Magee
2010-03-15Fixed #13114 -- Modified escapejs to produce output that is JSON compliant. T...Russell Keith-Magee
2010-03-13Fixed #13107: Adjusted decimal_places validation to accept 0 as a valid value...Karen Tracey
2010-03-12Fixed #13090 -- Corrected handling of errors in middleware when DEBUG=False. ...Russell Keith-Magee
2010-03-12Fixed #11801 -- Corrected form validation to ensure you can still get deleted...Russell Keith-Magee
2010-03-12Fixed #12404 -- Improved model validation for CharField and DecimalField. Tha...Russell Keith-Magee
2010-03-12Fixed #11891 -- Ensured that attributes of get_absolute_url are preserved thr...Russell Keith-Magee
2010-03-12Fixed #11900 -- Corrected an edge case of transaction handling in the commit_...Russell Keith-Magee
2010-03-12Fixed #13093 -- Updated some decorators and the decorator_from_middleware fun...Russell Keith-Magee
2010-03-10Fixed #11702: Catch to_field specifying a non-unique target in validation. Th...Karen Tracey
2010-03-10Fixed #12717 -- Corrected a problem with subqueries when using multidb routin...Russell Keith-Magee
2010-03-10Fixed #13055 -- Cleaned up the implementation of transaction decorators to pr...Russell Keith-Magee
2010-03-10Clean up a stray debugging print from [12746].James Bennett
2010-03-10Ensure that NullBooleanField displays the appropriate icon for null values in...James Bennett
2010-03-10Tests for [12744], which were accidentally left out of the commit. Refs #13071.James Bennett
2010-03-09Fixed #12048 - MultiWidget does not define `__deepcopy__`Luke Plant
2010-03-09Fixed #12689: Fixed admin validation to report an error on invalid exclude sp...Karen Tracey
2010-03-08Fixed #11183 - BaseForm init leaves pointers pointing back to base_fieldsLuke Plant
2010-03-08Fixed #13058 - "smart if" template tag doesn't support "if not in ..." condit...Luke Plant
2010-03-08Fixed #12481: Updated admin validation code to not reject non-editable fields...Karen Tracey
2010-03-08Fixed #12024: Changed admin code to avoid raising an exception when a field l...Karen Tracey
2010-03-08Add files mistakenly left out of r12725.Karen Tracey
2010-03-08Fixed #11461: Ensured complete traceback is available on the debug page when ...Karen Tracey
2010-03-08Move the tests added for #12302 to where some other tests for debug page resp...Karen Tracey
2010-03-08Fixed #11940 - ModelForm evaluates callable default values on form class crea...Luke Plant
2010-03-08Fixed #12240 - select_related doesn't work correctly when mixing nullable and...Luke Plant
2010-03-07Added file missing from r12704.Karen Tracey