summaryrefslogtreecommitdiff
path: root/tests/modeltests
AgeCommit message (Expand)Author
2010-11-21Fixed #5768 -- Added support for ManyToManyFields and reverse relations in va...Carl Meyer
2010-11-17Migrated model_formsets doctests. Thanks to Gregor Müllegger for the patch.Russell Keith-Magee
2010-11-14Fiexed #3055 -- Validate that models target of a GenericRelation have a Gener...Ramiro Morales
2010-11-12Converted m2m_signals from doctests to unittests. Thanks to Gregor Müllegge...Alex Gaynor
2010-11-11Removed the executable bit from a test file, it wasn't. Thanks to Florian fo...Alex Gaynor
2010-11-09Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...Carl Meyer
2010-11-02Fixed #10728 -- corrected subclassing of Fields who use the SubfieldBase meta...Alex Gaynor
2010-11-02Fixed #14598 -- Changed some 'domain.com' uses to 'example.com'Carl Meyer
2010-11-02Fixed a few more cases of the tests not properly restoring sys.path (follow u...Alex Gaynor
2010-11-02Migrated lookup doctests. Thanks to George Sakkis for the patch.Russell Keith-Magee
2010-11-02Migrated basic doctests. Thanks to Preston Timmons for the patch.Russell Keith-Magee
2010-11-02Migrated m2m_through doctests. Thanks to the anonymous contributor.Russell Keith-Magee
2010-10-25Converted model_inheritance doctests to unittests. We have always been at wa...Alex Gaynor
2010-10-24Fixed #14550 -- fixed the behavior of commit_on_success to exit the transacti...Alex Gaynor
2010-10-21Fixed 14513 -- check fields with underscores for validity when ordering. Bonu...Chris Beaven
2010-10-19Fixed #10771 -- added support for using the transaction management functions ...Alex Gaynor
2010-10-19Migrated many-to-many doctests. Thanks to George Sakkis for the patch.Russell Keith-Magee
2010-10-19Migrated many-to-one doctests. Thanks to George Sakkis for the patch.Russell Keith-Magee
2010-10-17Corrected a suite of test failures when running under postgres.Alex Gaynor
2010-10-16Converted or_lookups tests from doctests to unittests. We have always been a...Alex Gaynor
2010-10-15Fixed #14473 -- converted the model_package tests from doctests to unitests. ...Alex Gaynor
2010-10-15Fixed #14472 -- converted generic_relations tests from doctests to unitests. ...Alex Gaynor
2010-10-13Fixed #13811 -- Changed unique validation in model formsets to ignore None va...Honza Král
2010-10-12Fixed #9002 -- Added a RequestFactory. This allows you to create request inst...Russell Keith-Magee
2010-10-12Modified the test_client tests to use the non-deprecated mail API.Russell Keith-Magee
2010-10-12Fixed #5416 -- Added TestCase.assertNumQueries, which tests that a given func...Alex Gaynor
2010-10-12Tweak to many_to_one_null doctest to avoid primary key assumptions (causing b...Russell Keith-Magee
2010-10-12Migrated one_to_one doctests. Thanks to George Sakkis for the patch. (We have...Russell Keith-Magee
2010-10-12Migrated many_to_one_null doctests. Thanks to George Sakkis for the patch.Russell Keith-Magee
2010-10-12Migrated properties doctests. Thanks to George Sakkis for the patch.Russell Keith-Magee
2010-10-12Migrated the mutually_referential doctests. Thanks to George Sakkis for the p...Russell Keith-Magee
2010-10-12Migrated m2o_recursive and m2o_recursive2 tests, merging them into a single p...Russell Keith-Magee
2010-10-11Fixed #14444 -- Convert the pagination doctests to unittests. We have always...Alex Gaynor
2010-10-11Converted ordering tests from doctests to unittests. We have always been at ...Alex Gaynor
2010-10-11Converted save_delete_hooks tests from doctests to unittests. We have always...Alex Gaynor
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee
2010-10-10Converted signals tests from doctests to unittests. We have always been at w...Alex Gaynor
2010-10-10Fixed #12226 -- Deprecated test client Response.template attribute in favor o...Carl Meyer
2010-10-09Convert m2m_recursive tests to unittests. We have always been at war with do...Alex Gaynor
2010-10-09Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...Russell Keith-Magee
2010-10-09Fixed #12979 -- allowed using savepoints in TestCase (i.e. tests with transac...Alex Gaynor
2010-10-09Fixed #14378 -- Made the test client class customizable. Thanks to Ned Batche...Russell Keith-Magee
2010-10-08Fixed #13241. order_with_respect_to now works with ForeignKeys who refer to ...Alex Gaynor
2010-10-08Converted order_with_respect_to to unittests. We have always been at war wit...Alex Gaynor
2010-10-04Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draf...Russell Keith-Magee
2010-09-19Fixed #11486 -- Corrected the XML serializer to allow for the serialization o...Russell Keith-Magee
2010-09-13Migrated proxy_models doctests. Thanks to Eric Florenzano.Russell Keith-Magee
2010-09-13Migrated reserved_names doctests. Thanks to Eric Florenzano.Russell Keith-Magee
2010-09-13Migrated reverse_lookup doctests. Thanks to Eric FlorenzanoRussell Keith-Magee