index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
generic_relations
Age
Commit message (
Expand
)
Author
2026-01-18
Applied Black's 2026 stable style.
Mariusz Felisiak
2025-10-16
Refs #28586 -- Copied fetch modes to related objects.
Adam Johnson
2025-10-16
Fixed #28586 -- Added model field fetch modes.
Adam Johnson
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2023-09-18
Fixed #33651 -- Added support for prefetching GenericForeignKey.
Clément Escolano
2023-02-14
Fixed #34280 -- Allowed specifying different field values for create operatio...
tschilling
2022-11-09
Fixed #34135 -- Added async-compatible interface to related managers.
Jon Janzen
2022-11-08
Fixed #34139 -- Fixed acreate(), aget_or_create(), and aupdate_or_create() me...
Jon Janzen
2022-10-08
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...
Gregor Gärtner
2022-04-21
Fixed #33004 -- Made saving objects with unsaved GenericForeignKey raise Valu...
sarahboyce
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-11-06
Refs #32045 -- Added tests for GenericRelatedObjectManager.clear()/remove().
Craig Smith
2020-11-06
Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
Hasan Ramezani
2020-09-28
Fixed #32042 -- Improved error messages for the number of submitted forms in ...
meghanabhange
2020-08-18
Refs #9061 -- Allowed GenericInlineFormSet to disable deleting extra forms.
Mariusz Felisiak
2020-08-18
Refs #20347 -- Allowed customizing the maximum number of instantiated forms i...
Mariusz Felisiak
2020-05-15
Refs #31395 -- Relied on setUpTestData() test data isolation in various tests.
Simon Charette
2020-01-22
Fixed #31190 -- Fixed prefetch_related() crash for GenericForeignKey with cus...
Eugene Hatsko
2019-05-31
Fixed #30493 -- Fixed prefetch_related() for GenericRelation with different c...
can
2018-08-17
Fixed #29612 -- Added GenericRelation prefetch_related() cache invalidation.
Tom Forbes
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2017-12-30
Fixed #14642 -- Fixed generic inline formsets crash when using save_as_new=True.
Tomer Chachamu
2017-12-28
Moved generic_inlineformset_factory() tests to a separate file.
Tim Graham
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-02-03
Refs #27745 -- Improved test coverage of contrib.contenttypes.
Anton Samarchyan
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-05-13
Refs #18599 -- Added a test for assigning a GenericForeignKey in Model.__init...
Bouke Haarsma
2016-05-03
Refs #16508 -- Added invalidation of stale cached instances of GenericForeign...
Michal Petrucha
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-02-11
Fixed #26179 -- Removed null assignment check for non-nullable foreign key fi...
ZachLiuGIS
2016-01-29
Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...
Hasan
2015-12-14
Fixed #12885 -- Fixed queries with GenericRelations to multi-table inheritanc...
Anssi Kääriäinen
2015-10-27
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...
Tim Graham
2015-10-08
Refs #19722 -- Added a test for querying generic relations of a parent class.
Tim Graham
2015-10-02
Refs #13203, #9501 -- Added a test for generic relations to child models.
Tim Graham
2015-09-21
Renamed descriptor classes for related objects.
Aymeric Augustin
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-08-10
Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()
Tim Graham
2015-07-28
Fixed #18556 -- Allowed RelatedManager.add() to execute 1 query where possible.
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-05
Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it.
Loic Bistuer
2015-01-16
Fixed #24099 -- Removed contenttype.name deprecated field
Claude Paroz
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2014-10-08
Fixed flake8 warning.
Tim Graham
[next]