summaryrefslogtreecommitdiff
path: root/tests/foreign_object/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSeq...Mads Jensen2016-09-131-12/+18
* Fixed #26153 -- Reallowed Q-objects in ForeignObject.get_extra_descriptor_fil...Anssi Kääriäinen2016-02-111-0/+13
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-1/+2
* Fixed #25746 -- Isolated inlined test models registration.Simon Charette2016-01-061-13/+3
* Fixed #25972 -- Restored support for the isnull lookup with ForeignObject.Tomo Otsuka2015-12-241-0/+12
* Refs #25745 -- Isolated a foreign_object test.Simon Charette2015-11-141-0/+13
* Fixed #25668 -- Misc spelling errorsVille Skyttä2015-11-031-1/+1
* Refs #25535 -- Minor edits to ForeignObject check changes.Tim Graham2015-10-141-17/+8
* Fixed #25535 -- Made ForeignObject checks less strict.Antoine Catton2015-10-121-0/+60
* Moved foreign_object models.py into a module.Tim Graham2015-08-141-24/+0
* Added test for ForeignObject.get_extra_descriptor_filter()Alex Hill2015-08-031-0/+3
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+8
* Ensured foreign_object tests reset language properly.Preston Timmons2014-12-021-7/+8
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-1/+1
* Fixed #21566 -- Fixed AttributeError when using bulk_create with ForeignObject.Roger Hu2013-12-061-1/+7
* PEP8 cleanupJason Myers2013-11-021-0/+2
* Fixed #20874 -- bump_prefix() in nested subqueriesAnssi Kääriäinen2013-08-131-1/+18
* Fixed ordering related test failureAnssi Kääriäinen2013-08-061-7/+13
* Fixed ._meta.pk_index() virtual field failureAnssi Kääriäinen2013-07-251-1/+17
* Add related_query_name to ForeignKey/M2M. Refs #20244Andrew Godwin2013-06-271-1/+20
* Fixed #17582 - Added message to DoesNotExist exceptions.Tim Graham2013-05-271-0/+5
* Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant2013-05-091-0/+1
* Fixed 19385 -- Added ORM support for multicolumn joinsAnssi Kääriäinen2013-03-241-0/+338