summaryrefslogtreecommitdiff
path: root/tests/generic_relations_regress/models.py
AgeCommit message (Expand)Author
2018-08-10Fixed #29653 -- Fixed missing related_query_name reverse accessor if GenericR...Ramiro Morales
2018-03-20Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham
2018-03-12Fixed #28988 -- Fixed queries when a GenericRelation is used with multi-table...robwa
2017-12-08Refs #28856 -- Added test for caching of a GenericForeignKey pointing to a mo...Morgan Wahl
2017-07-21Fixed #28418 -- Fixed queryset crash when using a GenericRelation to a proxy ...Rachel Tobin
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-19Refs #23919 -- Removed __nonzero__() methods (for Python 2).Simon Charette
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-07-16Fixed #22998 -- Updated the fast_delete logic for GFKsGavin Wahl
2014-01-26Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette
2013-11-16Fixed #21428 -- editable GenericRelation regressionAnssi Kääriäinen
2013-11-02PEP8 cleanupJason Myers
2013-06-06Fixed #20564 -- Generic relations exclude() regressionAnssi Kääriäinen
2013-05-20Fixed #20378 -- regression in GenericRelation on abstract modelAnssi Kääriäinen
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner