summaryrefslogtreecommitdiff
path: root/tests/generic_relations_regress
AgeCommit message (Expand)Author
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2023-09-08Fixed #34816 -- Fixed GenericForeignKey crash when checking cache for primary...Oguzhan Akan
2023-04-18Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation ...David Wobrock
2022-11-18Fixed #26261 -- Fixed queryset crash when excluding reverse GenericRelation.roman_p
2022-04-21Fixed #33004 -- Made saving objects with unsaved GenericForeignKey raise Valu...sarahboyce
2022-04-21Refs #13085 -- Removed unnecessary ManyToManyFields from generic_relations_re...Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-07-08Fixed isolation of GenericRelationTests.test_filter_targets_related_pk().Mariusz Felisiak
2020-11-04Fixed GenericRelationTests.test_annotate when primary key values are large.Tim Graham
2020-04-30Removed unused __str__() methods in tests models.Mariusz Felisiak
2020-02-04Simplified imports from django.db and django.contrib.gis.db.Nick Pope
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-11-30Fixed #28856 -- Fixed a regression in caching of a GenericForeignKey pointing...Simon Charette
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 #27463 -- Fixed E741 flake8 warnings.Ramin Farajpour Cami
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-09-13Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSeq...Mads Jensen
2016-06-28Replaced use of TestCase.fail() with assertRaises().Tim Graham
2016-03-28Sorted single letter imports per the latest version of isort.Tim Graham
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-03-25Refs #24267 -- Implemented lookups for related fieldsAnssi Kääriäinen
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon
2014-12-17Fixed #24002 -- GenericRelation filtering targets related model's pkAnssi Kääriäinen
2014-12-15Corrected test assertion from refs #21403.Tim Graham
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
2014-08-07Fixed #22982 -- Added GenericRelatedObjectManager.__str__. to prevent crash.Jacob Haslehurst
2014-07-16PEP8 cleanupAnssi Kääriäinen
2014-07-16Fixed #22998 -- Updated the fast_delete logic for GFKsGavin Wahl
2014-03-05Fixed #22207 -- Added support for GenericRelation reverse lookupsGabe Jackson
2014-01-26Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette
2013-11-25Fixed #21403: Corrected test codeShai Berger
2013-11-16Fixed #21428 -- editable GenericRelation regressionAnssi Kääriäinen
2013-11-05Fixed #10461 -- bug in generic relation + annotate() caseAnssi Kääriäinen
2013-11-02PEP8 cleanupJason Myers
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-06-06Fixed #20564 -- Generic relations exclude() regressionAnssi Kääriäinen
2013-06-05PEP 8 cleanupAnssi 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