summaryrefslogtreecommitdiff
path: root/tests/foreign_object/tests.py
AgeCommit message (Expand)Author
2015-11-14[1.9.x] Refs #25745 -- Isolated a foreign_object test.Simon Charette
2015-11-03[1.9.x] Fixed #25668 -- Misc spelling errorsVille Skyttä
2015-10-14[1.9.x] Fixed #25535 -- Made ForeignObject checks less strict.Antoine Catton
2015-08-14Moved foreign_object models.py into a module.Tim Graham
2015-08-03Added test for ForeignObject.get_extra_descriptor_filter()Alex Hill
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-02Ensured foreign_object tests reset language properly.Preston Timmons
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
2013-12-06Fixed #21566 -- Fixed AttributeError when using bulk_create with ForeignObject.Roger Hu
2013-11-02PEP8 cleanupJason Myers
2013-08-13Fixed #20874 -- bump_prefix() in nested subqueriesAnssi Kääriäinen
2013-08-06Fixed ordering related test failureAnssi Kääriäinen
2013-07-25Fixed ._meta.pk_index() virtual field failureAnssi Kääriäinen
2013-06-27Add related_query_name to ForeignKey/M2M. Refs #20244Andrew Godwin
2013-05-27Fixed #17582 - Added message to DoesNotExist exceptions.Tim Graham
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant
2013-03-24Fixed 19385 -- Added ORM support for multicolumn joinsAnssi Kääriäinen