summaryrefslogtreecommitdiff
path: root/tests/generic_relations_regress/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation ...David Wobrock2023-04-181-0/+14
* Fixed #26261 -- Fixed queryset crash when excluding reverse GenericRelation.roman_p2022-11-181-0/+10
* Fixed #33004 -- Made saving objects with unsaved GenericForeignKey raise Valu...sarahboyce2022-04-211-10/+0
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-47/+82
* Fixed isolation of GenericRelationTests.test_filter_targets_related_pk().Mariusz Felisiak2021-07-081-3/+5
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-3/+2
* Fixed #29653 -- Fixed missing related_query_name reverse accessor if GenericR...Ramiro Morales2018-08-101-0/+9
* Fixed #28988 -- Fixed queries when a GenericRelation is used with multi-table...robwa2018-03-121-0/+10
* Refs #28856 -- Added test for caching of a GenericForeignKey pointing to a mo...Morgan Wahl2017-12-081-3/+9
* Fixed #28856 -- Fixed a regression in caching of a GenericForeignKey pointing...Simon Charette2017-11-301-0/+6
* Fixed #28418 -- Fixed queryset crash when using a GenericRelation to a proxy ...Rachel Tobin2017-07-211-0/+5
* Refs #23919 -- Removed __nonzero__() methods (for Python 2).Simon Charette2017-01-191-4/+6
* Fixed #27463 -- Fixed E741 flake8 warnings.Ramin Farajpour Cami2016-11-141-6/+6
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-9/+5
* Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSeq...Mads Jensen2016-09-131-39/+11
* Replaced use of TestCase.fail() with assertRaises().Tim Graham2016-06-281-9/+5
* Sorted single letter imports per the latest version of isort.Tim Graham2016-03-281-1/+1
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-1/+2
* Refs #24267 -- Implemented lookups for related fieldsAnssi Kääriäinen2015-03-251-6/+10
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-6/+5
* Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon2015-01-061-1/+1
* Fixed #24002 -- GenericRelation filtering targets related model's pkAnssi Kääriäinen2014-12-171-2/+14
* Corrected test assertion from refs #21403.Tim Graham2014-12-151-1/+1
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-2/+2
* Fixed #22982 -- Added GenericRelatedObjectManager.__str__. to prevent crash.Jacob Haslehurst2014-08-071-0/+4
* PEP8 cleanupAnssi Kääriäinen2014-07-161-1/+1
* Fixed #22998 -- Updated the fast_delete logic for GFKsGavin Wahl2014-07-161-1/+14
* Fixed #22207 -- Added support for GenericRelation reverse lookupsGabe Jackson2014-03-051-1/+1
* Fixed #21403: Corrected test codeShai Berger2013-11-251-3/+3
* Fixed #21428 -- editable GenericRelation regressionAnssi Kääriäinen2013-11-161-0/+11
* Fixed #10461 -- bug in generic relation + annotate() caseAnssi Kääriäinen2013-11-051-1/+24
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1
* Fixed #20564 -- Generic relations exclude() regressionAnssi Kääriäinen2013-06-061-1/+57
* PEP 8 cleanupAnssi Kääriäinen2013-06-051-12/+15
* Fixed #20378 -- regression in GenericRelation on abstract modelAnssi Kääriäinen2013-05-201-1/+19
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+137