summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/contenttypes.txt
AgeCommit message (Expand)Author
2025-12-11Noted testing uses for ContentTypeManager.clear_cache() method.Carlton Gibson
2025-10-29Fixed #36329 -- Removed non-code custom link text when cross-referencing Pyth...Clifford Gama
2025-09-13Fixed typo in docs/ref/contrib/contenttypes.txt.Jacob Walls
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...David Smith
2025-01-15Removed versionadded/changed annotations for 5.1.Sarah Boyce
2025-01-02Fixed #36037 -- Fixed default primary key type in docs.Ari Pollak
2024-05-22Removed versionadded/changed annotations for 5.0.Natalia
2024-05-04Fixed #35426 -- Updated querysets to be a required argument of GenericPrefetch.sobolevn
2024-02-05Fixed #16281 -- Fixed ContentType.get_object_for_this_type() in a multiple da...Ben Cail
2023-10-07Added missing import in docs/ref/contrib/contenttypes.txt.sag᠎e
2023-09-18Fixed #33651 -- Added support for prefetching GenericForeignKey.Clément Escolano
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2022-04-29Refs #23435 -- Added note about GenericForeignKey indexes to docs.Steven DeMartini
2021-09-20Removed versionadded/changed annotations for 3.2.Mariusz Felisiak
2020-11-06Fixed #32045 -- Doc'd GenericRelatedObjectManager methods.Craig Smith
2020-08-18Refs #9061 -- Allowed GenericInlineFormSet to disable deleting extra forms.Mariusz Felisiak
2020-08-18Refs #20347 -- Allowed customizing the maximum number of instantiated forms i...Mariusz Felisiak
2020-05-04Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-01-21Corrected GenericRelation's related_query_name manual lookup example.Pavel Savchenko
2018-11-09Fixed #29941 -- Fixed missing variable in docs/ref/contrib/contenttypes.txt.Tim Graham
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
2017-10-20Fixed #28613 -- Doc'd the return value for GenericForeignKey when the related...Tim Graham
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2016-11-15Replaced "django" with "Django" in spelling_wordlist.akki
2016-05-16Removed a redundant example in contenttypes docs.Tim Graham
2016-04-07Fixed #26477 -- Fixed typo in docs/ref/contrib/contenttypes.txtMikkel Munch Mortensen
2016-01-14Fixed #23868 -- Added support for non-unique django-admin-options in docs.Tim Graham
2015-10-30Fixed #24019 -- Fixed inaccurate docs about GenericRelation not supporting ag...Tim Graham
2015-10-06Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.Tim Graham
2015-09-29Made cosmetic cleanups to docs/ref/contrib/contenttypes.txtTim Graham
2015-09-23Refs #24099 -- Removed compatibility shim for ContentType.name field.Tim Graham
2015-08-10Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()Tim Graham
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-07-27Fixed #25159 -- Removed brackets from class/function/method signatures in docs.Tim Graham
2015-03-18Fixed #24495 -- Allowed unsaved model instance assignment check to be bypassed.Karl Hobley
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2015-01-18Removed contrib.contenttypes.generic per deprecation timeline; refs #19774.Tim Graham
2015-01-17Removed usage of deprecated dumpdata options in docs.Tim Graham
2015-01-16Fixed #24099 -- Removed contenttype.name deprecated fieldClaude Paroz
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-05-15Fixed #17642 -- Added min_num support to modelformsets, inlines, and the admin.Anders Steinlein
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-03-21Removed contrib.comments per deprecation timeline.Tim Graham
2014-03-05Fixed #22207 -- Added support for GenericRelation reverse lookupsGabe Jackson
2014-02-13Fixed #21951 -- Updated docs to use __str__ for Python 3Alasdair Nicol
2014-01-26Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette
2013-09-04Fixed #20958 -- Documented that GenericForeignKey fields can't be accessed in...Tim Graham