index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
contrib
/
contenttypes.txt
Age
Commit message (
Expand
)
Author
2019-01-21
[2.2.x] Corrected GenericRelation's related_query_name manual lookup example.
Pavel Savchenko
2018-11-09
Fixed #29941 -- Fixed missing variable in docs/ref/contrib/contenttypes.txt.
Tim Graham
2018-05-12
Alphabetized imports in various docs.
Mariusz Felisiak
2017-10-20
Fixed #28613 -- Doc'd the return value for GenericForeignKey when the related...
Tim Graham
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2016-11-15
Replaced "django" with "Django" in spelling_wordlist.
akki
2016-05-16
Removed a redundant example in contenttypes docs.
Tim Graham
2016-04-07
Fixed #26477 -- Fixed typo in docs/ref/contrib/contenttypes.txt
Mikkel Munch Mortensen
2016-01-14
Fixed #23868 -- Added support for non-unique django-admin-options in docs.
Tim Graham
2015-10-30
Fixed #24019 -- Fixed inaccurate docs about GenericRelation not supporting ag...
Tim Graham
2015-10-06
Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.
Tim Graham
2015-09-29
Made cosmetic cleanups to docs/ref/contrib/contenttypes.txt
Tim Graham
2015-09-23
Refs #24099 -- Removed compatibility shim for ContentType.name field.
Tim Graham
2015-08-10
Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-27
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
Tim Graham
2015-03-18
Fixed #24495 -- Allowed unsaved model instance assignment check to be bypassed.
Karl Hobley
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-01-18
Removed contrib.contenttypes.generic per deprecation timeline; refs #19774.
Tim Graham
2015-01-17
Removed usage of deprecated dumpdata options in docs.
Tim Graham
2015-01-16
Fixed #24099 -- Removed contenttype.name deprecated field
Claude Paroz
2014-07-30
Fixed #23067 -- Updated docs to use django-admin
Christoph Heer
2014-05-15
Fixed #17642 -- Added min_num support to modelformsets, inlines, and the admin.
Anders Steinlein
2014-03-24
Removed versionadded/changed annotations for 1.6.
Tim Graham
2014-03-21
Removed contrib.comments per deprecation timeline.
Tim Graham
2014-03-05
Fixed #22207 -- Added support for GenericRelation reverse lookups
Gabe Jackson
2014-02-13
Fixed #21951 -- Updated docs to use __str__ for Python 3
Alasdair Nicol
2014-01-26
Fixed #19774 -- Deprecated the contenttypes.generic module.
Simon Charette
2013-09-04
Fixed #20958 -- Documented that GenericForeignKey fields can't be accessed in...
Tim Graham
2013-08-19
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-19
Removed versionadded/changed annotations for 1.5
Tim Graham
2013-07-25
More migration docs, and conversion of all easy syncdb references
Andrew Godwin
2013-07-05
Fixed #20224 -- Update docs examples which mention __unicode__
Claude Paroz
2013-06-29
Fixed #20677 - Typos in generic_inlineformset_factory docs.
Tim Graham
2013-05-23
Fixed #17648 -- Add `for_concrete_model` to `GenericForeignKey`.
Gavin Wahl
2013-05-18
Fixed #20004 -- Moved non DB-related assertions to SimpleTestCase.
Ramiro Morales
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-03-21
Fixed #20084 -- Provided option to validate formset max_num on server.
Andrew Gorcester
2013-02-01
Small generic FK docs tweaks.
Ramiro Morales
2013-02-01
Fixed content types contrib app doc typos.
Ramiro Morales
2013-01-22
Fixed #19477 - Documented generic_inlineformset_factory
Tim Graham
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-12-26
Fixed broken links, round 3. refs #19516
Tim Graham
2012-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-09-15
Fixed #18131 - Documented ContentTypeManager.get_for_id; thanks sir_sigurd fo...
Tim Graham
2012-06-08
Cleaned whitespace errors introduced in previous commit
Anssi Kääriäinen
2012-06-08
Fixed #18399 – Added a way to get ContentTypes for proxy models
Simon Charette
2012-05-10
Fixed #18257 -- Typo in contenttypes docs.
Aymeric Augustin
2012-03-13
Replaced http by https in djangoproject.com links
Claude Paroz
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
[next]