Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/foreign_object/tests.py
Commit message (Expand)AuthorAgeFilesLines
* 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-131-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 Djan...Berker Peksag2014-11-031-1/+1
* Fixed #21566 -- Fixed AttributeError when using bulk_crea...Roger Hu2013-12-061-1/+7
* PEP8 cleanupJason Myers2013-11-031-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 ...Luke Plant2013-05-091-0/+1
* Fixed 19385 -- Added ORM support for multicolumn joinsAnssi Kääriäinen2013-03-241-0/+338