summaryrefslogtreecommitdiff
path: root/tests/modeltests
AgeCommit message (Expand)Author
2010-04-16[1.1.X] Fixed #13360: For Python2.3 compatbility, don't pass iterators to sor...Karen Tracey
2010-04-16[1.1.X] Fixed #13357 -- Minor changes to get Django running under PyPy. Thank...Russell Keith-Magee
2010-04-12[1.1.X] Fixed #12142 -- EmptyQuerySet.update() no longer updates all rows in ...Karen Tracey
2010-04-06Fixed test failure that was occurring since r12909Luke Plant
2010-04-03[1.1.X] Fixed #12247 -- Corrected the way update queries are processed when t...Russell Keith-Magee
2010-03-31[1.1.X] Restored pre-r10062 behavior allowing None from formfield_callback to...Brian Rosner
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 #12286 -- Modified the test case added in r12828 so that it pas...Russell Keith-Magee
2010-03-23[1.1.X] Fixed #13171 -- Corrected the field_subclassing unit test. Thanks to ...Russell Keith-Magee
2010-03-21[1.1.X] Fixed #12286: Ensure proxied model's table is created.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-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 #12404 -- Improved model validation for CharField and DecimalFi...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-08[1.1.X] Fixed #11940 - ModelForm evaluates callable default values on form cl...Luke Plant
2010-03-08[1.1.X] Made a few Python 2.3 compatibility test fixes.Karen Tracey
2010-03-07[1.1.X] Fixed #12876 -- Corrected a problem with recursive relations under de...Russell Keith-Magee
2010-03-06[1.1.X] Fixed #12734. Deferred fields will now be properly converted to pytho...Joseph Kocherhans
2010-03-03[1.1.X] Fixed the files test to not care whether the names are reported as by...Karen Tracey
2010-02-27[1.1.X] Removed more stray tabs in Python files. Karen Tracey
2010-02-26[1.1.X] Fixed #12608 -- No longer return inconsistent results when using val...Justin Bronn
2010-02-26[1.1.X] Fixed #11226 -- Corrected an validation edge case with m2m relations ...Russell Keith-Magee
2010-02-26[1.1.X] Fixed a bunch of Python 2.3 incompatibilities that had crept into the...Karen Tracey
2010-02-24[1.1.X] Fixed #12152. DoesNotExist and MultipleObjectsReturned now subclass t...Joseph Kocherhans
2010-02-23[1.1.X] Fixed an unspecified ordering in the expression tests that could lead...Jacob Kaplan-Moss
2010-02-14[1.1.X] Fixed #6054: work around PIL's installation brokeness by detecting ei...Jacob Kaplan-Moss
2010-02-13[1.1.X] Fixed #12524 -- Clarified handling of pre-1000AD dates in datetime_sa...Russell Keith-Magee
2010-02-13[1.1.X] Fixed #12011 -- Modified the test client to preserve the request sche...Russell Keith-Magee
2009-12-22[1.1.X] Tweaked the model_formsets test to work around a weird sorting proble...Russell Keith-Magee
2009-12-22[1.1.X] Fixed #11936 -- Removed deferred models from the list returned by the...Russell Keith-Magee
2009-12-19[1.1.X] Fixed #6961 - loaddata fails if models is a package instead of a moduleLuke Plant
2009-12-16[1.1.X] Cleaned up some stray text in the test from r11874. Thanks to Rob Hud...Russell Keith-Magee
2009-12-16[1.1.X] Fixed #10263 -- Added a queryset argument to BaseInlineFormSet, norma...Russell Keith-Magee
2009-12-12[1.1.X] Fixed #11632: Fixed a test broken by r11827 that relied on the exact ...Karen Tracey
2009-09-16[1.1.X] Fixed #11886 -- Corrected handling of F() expressions that use parent...Russell Keith-Magee
2009-08-09Fix the expressions modeltest to work on Pythons earlier than 2.5.Karen Tracey
2009-07-24Fixed #11527 -- Added unit tests and documentation for the use of F() express...Russell Keith-Magee
2009-06-29Fixed #11392 -- Enforced a predictable result order for a couple of test case...Russell Keith-Magee
2009-06-15Fixed #11311 -- Reverted [10952], Refs #10785. Changeset [10952] caused probl...Russell Keith-Magee
2009-06-08Fixed #11194 -- Corrected loading of Proxy models from fixtures (and, by exte...Russell Keith-Magee
2009-06-08Fixed #10672 -- Altered save_base to ensure that proxy models send a post_sav...Russell Keith-Magee
2009-06-08Fixed #10785 -- Corrected a case for foreign key lookup where the related obj...Russell Keith-Magee
2009-06-06Fixed #10572 -- Corrected the operation of the defer() and only() clauses whe...Russell Keith-Magee
2009-05-28Changes to `ImageFileDescriptor` and `ImageField` to fix a few cases of setti...Gary Wilson Jr
2009-05-20Fixed #11134: signals recievers that disconnect during their processing no lo...Jacob Kaplan-Moss
2009-05-19Fixed #11116 -- Corrected the deletion of proxy objects. Thanks to Samuel Ada...Russell Keith-Magee
2009-05-19Fixed #9308 -- Corrected the updated of nullable foreign key fields when dele...Russell Keith-Magee
2009-05-17Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...Karen Tracey
2009-05-11Fixed #10953, #10955: proxies of proxies now work correctly, though I still d...Jacob Kaplan-Moss
2009-05-11Fixed #10404: ImageField height_field and width_field options no longer depen...Jacob Kaplan-Moss