summaryrefslogtreecommitdiff
path: root/tests/generic_relations
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34280 -- Allowed specifying different field values for create operatio...tschilling2023-02-141-0/+60
* Fixed #34135 -- Added async-compatible interface to related managers.Jon Janzen2022-11-091-0/+27
* Fixed #34139 -- Fixed acreate(), aget_or_create(), and aupdate_or_create() me...Jon Janzen2022-11-081-0/+28
* Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner2022-10-081-5/+5
* Fixed #33004 -- Made saving objects with unsaved GenericForeignKey raise Valu...sarahboyce2022-04-211-9/+20
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-072-40/+91
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-073-197/+269
* Refs #32045 -- Added tests for GenericRelatedObjectManager.clear()/remove().Craig Smith2020-11-061-0/+24
* Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.Hasan Ramezani2020-11-061-77/+47
* Fixed #32042 -- Improved error messages for the number of submitted forms in ...meghanabhange2020-09-281-2/+2
* Refs #9061 -- Allowed GenericInlineFormSet to disable deleting extra forms.Mariusz Felisiak2020-08-181-0/+24
* Refs #20347 -- Allowed customizing the maximum number of instantiated forms i...Mariusz Felisiak2020-08-181-0/+34
* Refs #31395 -- Relied on setUpTestData() test data isolation in various tests.Simon Charette2020-05-151-14/+15
* Fixed #31190 -- Fixed prefetch_related() crash for GenericForeignKey with cus...Eugene Hatsko2020-01-221-0/+13
* Fixed #30493 -- Fixed prefetch_related() for GenericRelation with different c...can2019-05-311-0/+18
* Fixed #29612 -- Added GenericRelation prefetch_related() cache invalidation.Tom Forbes2018-08-171-0/+47
* Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne2018-01-211-16/+16
* Fixed #14642 -- Fixed generic inline formsets crash when using save_as_new=True.Tomer Chachamu2017-12-301-0/+37
* Moved generic_inlineformset_factory() tests to a separate file.Tim Graham2017-12-282-179/+203
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-1/+6
* Refs #27745 -- Improved test coverage of contrib.contenttypes.Anton Samarchyan2017-02-031-1/+16
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-252-2/+2
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-6/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-182-4/+0
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-6/+5
* Refs #18599 -- Added a test for assigning a GenericForeignKey in Model.__init...Bouke Haarsma2016-05-131-0/+5
* Refs #16508 -- Added invalidation of stale cached instances of GenericForeign...Michal Petrucha2016-05-031-0/+17
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-12/+6
* Fixed #26179 -- Removed null assignment check for non-nullable foreign key fi...ZachLiuGIS2016-02-111-6/+3
* Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...Hasan2016-01-291-3/+2
* Fixed #12885 -- Fixed queries with GenericRelations to multi-table inheritanc...Anssi Kääriäinen2015-12-141-0/+7
* Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham2015-10-271-6/+6
* Refs #19722 -- Added a test for querying generic relations of a parent class.Tim Graham2015-10-082-2/+15
* Refs #13203, #9501 -- Added a test for generic relations to child models.Tim Graham2015-10-022-1/+13
* Renamed descriptor classes for related objects.Aymeric Augustin2015-09-211-1/+1
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-9/+48
* Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()Tim Graham2015-08-101-0/+10
* Fixed #18556 -- Allowed RelatedManager.add() to execute 1 query where possible.Tim Graham2015-07-281-2/+28
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-6/+6
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-5/+6
* Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it.Loic Bistuer2015-02-051-0/+52
* Fixed #24099 -- Removed contenttype.name deprecated fieldClaude Paroz2015-01-161-1/+1
* Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon2015-01-061-1/+2
* Fixed flake8 warning.Tim Graham2014-10-081-1/+0
* Fixed #23611 -- update_or_create failing from a related managerLoic Bistuer2014-10-081-0/+48
* Removed numbering from the models.py header of some test packages.Loic Bistuer2014-09-241-1/+1
* Fixed #22992 -- regression in .filter(generic_fk=...) error messageAnssi Kääriäinen2014-07-141-0/+4
* Split GenericRelationsTests.test_generic_relations into several tests; refs #...José L. Patiño2014-06-011-98/+134
* Fixed #19816 -- Pre-evaluate querysets used in direct relation assignments.Loic Bistuer2014-03-301-0/+15