Natalia
|
05cce083ad
Removed versionadded/changed annotations for 5.0.
|
6 months ago |
sobolevn
|
9a27c76021
Fixed #35426 -- Updated querysets to be a required argument of GenericPrefetch.
|
6 months ago |
Ben Cail
|
02a600ff67
Fixed #16281 -- Fixed ContentType.get_object_for_this_type() in a multiple database setup.
|
1 year ago |
sage
|
958e4cfe42
Added missing import in docs/ref/contrib/contenttypes.txt.
|
1 year ago |
Clément Escolano
|
cac94dd8aa
Fixed #33651 -- Added support for prefetching GenericForeignKey.
|
1 year ago |
django-bot
|
14459f80ee
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
1 year ago |
Carlton Gibson
|
534ac48297
Refs #34140 -- Applied rst code-block to non-Python examples.
|
1 year ago |
Steven DeMartini
|
562e3bc09a
Refs #23435 -- Added note about GenericForeignKey indexes to docs.
|
2 years ago |
Mariusz Felisiak
|
97237ad3fe
Removed versionadded/changed annotations for 3.2.
|
3 years ago |
Craig Smith
|
354c1524b3
Fixed #32045 -- Doc'd GenericRelatedObjectManager methods.
|
4 years ago |
Mariusz Felisiak
|
35b03788b0
Refs #9061 -- Allowed GenericInlineFormSet to disable deleting extra forms.
|
4 years ago |
Mariusz Felisiak
|
3254991762
Refs #20347 -- Allowed customizing the maximum number of instantiated forms in generic_inlineformset_factory().
|
4 years ago |
Adam Johnson
|
d17b380653
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments.
|
4 years ago |
Tobias Kunze
|
4a954cfd11
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
|
5 years ago |
Pavel Savchenko
|
130192b12b
Corrected GenericRelation's related_query_name manual lookup example.
|
5 years ago |
Tim Graham
|
0b98e8fdad
Fixed #29941 -- Fixed missing variable in docs/ref/contrib/contenttypes.txt.
|
6 years ago |
Mariusz Felisiak
|
35319bf12c
Alphabetized imports in various docs.
|
6 years ago |
Tim Graham
|
1a82fc245e
Fixed #28613 -- Doc'd the return value for GenericForeignKey when the related object is deleted.
|
7 years ago |
Tim Graham
|
f6acd1d271
Refs #23919 -- Removed Python 2 notes in docs.
|
7 years ago |
akki
|
74ed20b49a
Replaced "django" with "Django" in spelling_wordlist.
|
8 years ago |
Tim Graham
|
aa69f36984
Removed a redundant example in contenttypes docs.
|
8 years ago |
Mikkel Munch Mortensen
|
4bb3ddbcc6
Fixed #26477 -- Fixed typo in docs/ref/contrib/contenttypes.txt
|
8 years ago |
Tim Graham
|
e519aab43a
Fixed #23868 -- Added support for non-unique django-admin-options in docs.
|
8 years ago |
Tim Graham
|
e19bd086d6
Fixed #24019 -- Fixed inaccurate docs about GenericRelation not supporting aggregation.
|
9 years ago |
Tim Graham
|
e0837f2cb1
Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.
|
9 years ago |
Tim Graham
|
b47552b445
Made cosmetic cleanups to docs/ref/contrib/contenttypes.txt
|
9 years ago |
Tim Graham
|
75374d3797
Refs #24099 -- Removed compatibility shim for ContentType.name field.
|
9 years ago |
Tim Graham
|
5980b05c1f
Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()
|
9 years ago |
Flavio Curella
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 years ago |
Tim Graham
|
87d55081ea
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
|
9 years ago |