Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/foreign_object
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
* Renamed descriptor classes for related objects.Aymeric Augustin2015-09-212-8/+7
* Fixed #25064 -- Allowed empty join columns.Alex Hill2015-08-153-1/+149
* Moved foreign_object models.py into a module.Tim Graham2015-08-145-113/+137
* Added test for ForeignObject.get_extra_descriptor_filter()Alex Hill2015-08-032-1/+4
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-11/+26
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-6/+10
* Ensured foreign_object tests reset language properly.Preston Timmons2014-12-021-7/+8
* Renamed qn to compilerJosh Smeaton2014-11-161-1/+2
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-1/+1
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Fixed #21566 -- Fixed AttributeError when using bulk_crea...Roger Hu2013-12-061-1/+7
* Fixed incorrect type for max_length.Tim Graham2013-12-011-1/+1
* PEP8 cleanupJason Myers2013-11-032-0/+13
* Fixed #20874 -- bump_prefix() in nested subqueriesAnssi Kääriäinen2013-08-131-1/+18
* Fixed ordering related test failureAnssi Kääriäinen2013-08-062-18/+33
* Fixed ._meta.pk_index() virtual field failureAnssi Kääriäinen2013-07-252-1/+20
* Add related_query_name to ForeignKey/M2M. Refs #20244Andrew Godwin2013-06-272-1/+28
* 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-243-0/+490