Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/generic_relations/models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #19722 -- Added a test for querying generic relation...Tim Graham2015-10-081-0/+4
* Refs #13203, #9501 -- Added a test for generic relations ...Tim Graham2015-10-021-0/+4
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-6/+6
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #24099 -- Removed contenttype.name deprecated fieldClaude Paroz2015-01-161-1/+1
* Removed numbering from the models.py header of some test ...Loic Bistuer2014-09-241-1/+1
* Fixed #22207 -- Added support for GenericRelation reverse...Gabe Jackson2014-03-051-2/+2
* Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette2014-01-261-15/+17
* Fixed #7551 -- Made GFK allow None init argument.Bouke Haarsma2013-10-161-0/+7
* Fixed #21217 -- Avoid connecting `(pre|post)_init` signal...Simon Charette2013-10-041-7/+23
* Fixed #20895 -- Made check management command warn if a B...Alasdair Nicol2013-08-161-1/+1
* Fixed #17648 -- Add `for_concrete_model` to `GenericForei...Gavin Wahl2013-05-241-0/+19
* Fixed #19939 -- generic relations + split_exclude regressionAnssi Kääriäinen2013-05-111-0/+4
* Fixed #15363 -- Renamed and normalized to `get_queryset` ...Loic Bistuer2013-03-081-2/+2
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+100