summaryrefslogtreecommitdiff
path: root/tests/generic_relations/models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-10/+14
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-6/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Refs #19722 -- Added a test for querying generic relations of a parent class.Tim Graham2015-10-081-0/+4
* Refs #13203, #9501 -- Added a test for generic relations to child models.Tim Graham2015-10-021-0/+4
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-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 packages.Loic Bistuer2014-09-241-1/+1
* Fixed #22207 -- Added support for GenericRelation reverse lookupsGabe 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` signals to abstract senders.Simon Charette2013-10-041-7/+23
* Fixed #20895 -- Made check management command warn if a BooleanField does not...Alasdair Nicol2013-08-151-1/+1
* Fixed #17648 -- Add `for_concrete_model` to `GenericForeignKey`.Gavin Wahl2013-05-231-0/+19
* Fixed #19939 -- generic relations + split_exclude regressionAnssi Kääriäinen2013-05-111-0/+4
* Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer2013-03-081-2/+2
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+100