summaryrefslogtreecommitdiff
path: root/tests/generic_relations_regress
Commit message (Expand)AuthorAgeFilesLines
* Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation ...David Wobrock2023-04-182-0/+16
* 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-212-15/+0
* Refs #13085 -- Removed unnecessary ManyToManyFields from generic_relations_re...Mariusz Felisiak2022-04-211-3/+1
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-63/+111
* Fixed isolation of GenericRelationTests.test_filter_targets_related_pk().Mariusz Felisiak2021-07-081-3/+5
* Fixed GenericRelationTests.test_annotate when primary key values are large.Tim Graham2020-11-041-1/+1
* Removed unused __str__() methods in tests models.Mariusz Felisiak2020-04-301-22/+2
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-042-5/+3
* Fixed #29653 -- Fixed missing related_query_name reverse accessor if GenericR...Ramiro Morales2018-08-102-1/+10
* Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham2018-03-201-1/+1
* Fixed #28988 -- Fixed queries when a GenericRelation is used with multi-table...robwa2018-03-122-1/+11
* Refs #28856 -- Added test for caching of a GenericForeignKey pointing to a mo...Morgan Wahl2017-12-082-3/+14
* 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-212-0/+11
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Removed __nonzero__() methods (for Python 2).Simon Charette2017-01-192-7/+8
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-8/+0
* Fixed #27463 -- Fixed E741 flake8 warnings.Ramin Farajpour Cami2016-11-141-6/+6
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+1
* 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
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-11/+11
* Refs #24267 -- Implemented lookups for related fieldsAnssi Kääriäinen2015-03-251-6/+10
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-9/+7
* 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-162-1/+38
* Fixed #22207 -- Added support for GenericRelation reverse lookupsGabe Jackson2014-03-051-1/+1
* Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette2014-01-261-16/+18
* Fixed #21403: Corrected test codeShai Berger2013-11-251-3/+3
* Fixed #21428 -- editable GenericRelation regressionAnssi Kääriäinen2013-11-162-1/+22
* Fixed #10461 -- bug in generic relation + annotate() caseAnssi Kääriäinen2013-11-051-1/+24
* PEP8 cleanupJason Myers2013-11-021-0/+25
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1
* Fixed #20564 -- Generic relations exclude() regressionAnssi Kääriäinen2013-06-062-1/+81
* PEP 8 cleanupAnssi Kääriäinen2013-06-051-12/+15
* Fixed #20378 -- regression in GenericRelation on abstract modelAnssi Kääriäinen2013-05-202-1/+28
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+261