summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2006-04-25magic-removal: Added unit tests to ensure related manager descriptors extend ...Russell Keith-Magee
2006-04-23magic-removal: Changed unit tests to run with DEBUG = FalseAdrian Holovaty
2006-04-18magic-removal: Fixed #1198 -- Modified handling of escape characters in filte...Russell Keith-Magee
2006-04-13magic-removal: Merged to [2695]Adrian Holovaty
2006-04-12magic-removal: Merged to [2687]Adrian Holovaty
2006-04-11magic-removal: Fixed #1565 -- in_bulk() now returns empty dictionary if passe...Adrian Holovaty
2006-04-05magic-removal: Added tests for bug #1535 (currently failing)Luke Plant
2006-04-04magic-removal: Added an 'ordering' option on a model in order to make test de...Luke Plant
2006-03-26magic-removal: Fixed assignment notation on descriptors for one-to-one fields.Russell Keith-Magee
2006-03-13magic-removal: Added first bit of validation-aware models. Model objects now ...Adrian Holovaty
2006-03-12magic-removal: Modified descriptor to return None rather than raising DoesNot...Russell Keith-Magee
2006-03-12magic-removal: Added descriptor code for assignment of related object sets (R...Russell Keith-Magee
2006-03-08magic-removal: added a couple of constructor tests for model_inheritance.Joseph Kocherhans
2006-03-08magic-removal: model inheirtance can now be more than 1 level deep.Joseph Kocherhans
2006-03-08magic-removal: Fixed #1479. I tried to track down the *real* problem to no av...Joseph Kocherhans
2006-03-08magic-removal: added trivial tests for model inheritance.Joseph Kocherhans
2006-03-04magic-removal: Implemented 'laziness' for QuerySet slicing, to restore functi...Luke Plant
2006-03-03magic-removal: Improved clarity of a test (now possible due to ordering on mo...Luke Plant
2006-03-03magic-removal: Updated unit tests to reflect changes in validation errors int...Russell Keith-Magee
2006-03-02magic-removal: Fixed typo in modeltests/transactions/models.py docstringAdrian Holovaty
2006-03-01Fixed #1434 -- added tests for ObjectPaginator (thanks, Matt)Jacob Kaplan-Moss
2006-03-01magic-removal: added transaction support to Django! see transactions.txt (in...Jacob Kaplan-Moss
2006-02-28magic-removal: removed "follow" tests since follow is going away and isn't wo...Jacob Kaplan-Moss
2006-02-28magic-removal: Added fixes to OneToOne descriptors and RelatedObjects to get ...Russell Keith-Magee
2006-02-28magic-removal: Fixed #1407 -- Added a __set__ method for the single object de...Russell Keith-Magee
2006-02-28magic-removal: Refs #1407 -- Added remove() and clear() methods for ForeignKe...Russell Keith-Magee
2006-02-28Fixed a little typo in the lookup tests.Jacob Kaplan-Moss
2006-02-28Fixed custom_methods test which was using __ne lookup that no longer exists.Jacob Kaplan-Moss
2006-02-27Added QuerySet.exclude() which does the opposite of QuerySet.filter(). As a ...Jacob Kaplan-Moss
2006-02-27magic-removal: fixed #1409Joseph Kocherhans
2006-02-27magic-removal: Modified behavior of add() for ForeignKey descriptors to take ...Russell Keith-Magee
2006-02-25magic-removal: Merged to [2392]Adrian Holovaty
2006-02-25magic-removal: Merged to [2387]Adrian Holovaty
2006-02-25magic-removal: Removed legacy init_minimal calls. Unit test framework works a...Adrian Holovaty
2006-02-24magic-removal: Fixes #1346 -- Added ability for m2m relations to self to be o...Russell Keith-Magee
2006-02-24magic-removal: Refs #1346 -- Added unit tests for expected behaviour of self ...Russell Keith-Magee
2006-02-22magic-removal: Added 'ordering' to models in m2m tests to make them more dete...Luke Plant
2006-02-18magic-removal: Merged to [2338]Adrian Holovaty
2006-02-17magic-removal: Removed last references to OLD_get_accessor_name, and added un...Russell Keith-Magee
2006-02-16magic-removal: Fixes #1343 -- Modified model validator to only validate the m...Russell Keith-Magee
2006-02-14magic-removal: Fixed #1219 -- Added implementation of bulk delete, and factor...Russell Keith-Magee
2006-02-07magic-removal: Fixed use of return value of cursor.execute() in m2m add() and...Luke Plant
2006-02-06magic-removal: Fixed #1305 -- Added new unit test group for reverse lookup qu...Russell Keith-Magee
2006-02-05magic-removal: Deferred import of django.db.models to allow --settings option...Russell Keith-Magee
2006-02-05magic-removal: elimated 'module._MODELS' and replaced with a register function,Luke Plant
2006-02-04magic-removal: Fixed some incorrect tests in many_to_manyLuke Plant
2006-02-04magic-removal: Added (failing) tests for m2m .add() (the 'other' end) and m2m...Luke Plant
2006-02-04magic-removal: Fixed bug in m2m_multiple model unit tests. Down to 10 unit-te...Adrian Holovaty
2006-02-04magic-removal: Added support for QuerySet.latest() and Manager.latest(), and ...Adrian Holovaty
2006-02-03magic-removal: Fixed errors in many_to_one_null model unit testsAdrian Holovaty