Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/contrib/contenttypes.txt
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24019 -- Fixed inaccurate docs about GenericRelati...Tim Graham2015-10-301-10/+4
* Fixed #25508 -- Modified QuerySet.__repr__() to disambigu...Tim Graham2015-10-061-3/+3
* Made cosmetic cleanups to docs/ref/contrib/contenttypes.txtTim Graham2015-09-301-7/+5
* Refs #24099 -- Removed compatibility shim for ContentType...Tim Graham2015-09-241-5/+0
* Fixed #25160 -- Moved unsaved model instance data loss ch...Tim Graham2015-08-101-7/+0
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-1/+1
* Fixed #25159 -- Removed brackets from class/function/meth...Tim Graham2015-07-271-2/+2
* Fixed #24495 -- Allowed unsaved model instance assignment...Karl Hobley2015-03-191-0/+7
* Removed versionadded/changed notes for 1.7.Tim Graham2015-02-021-10/+1
* Removed contrib.contenttypes.generic per deprecation time...Tim Graham2015-01-181-25/+0
* Removed usage of deprecated dumpdata options in docs.Tim Graham2015-01-181-1/+2
* Fixed #24099 -- Removed contenttype.name deprecated fieldClaude Paroz2015-01-161-5/+9
* Fixed #23067 -- Updated docs to use django-adminChristoph Heer2014-07-301-1/+1
* Fixed #17642 -- Added min_num support to modelformsets, i...Anders Steinlein2014-05-151-1/+5
* Removed versionadded/changed annotations for 1.6.Tim Graham2014-03-241-7/+3
* Removed contrib.comments per deprecation timeline.Tim Graham2014-03-211-5/+2
* Fixed #22207 -- Added support for GenericRelation reverse...Gabe Jackson2014-03-051-0/+23
* Fixed #21951 -- Updated docs to use __str__ for Python 3Alasdair Nicol2014-02-131-2/+1
* Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette2014-01-261-50/+86
* Fixed #20958 -- Documented that GenericForeignKey fields ...Tim Graham2013-09-041-0/+3
* Merge remote-tracking branch 'core/master' into schema-al...Andrew Godwin2013-08-191-17/+6
|\
| * Removed versionadded/changed annotations for 1.5Tim Graham2013-08-191-17/+6
* | More migration docs, and conversion of all easy syncdb re...Andrew Godwin2013-07-251-1/+1
|/
* Fixed #20224 -- Update docs examples which mention __unic...Claude Paroz2013-07-051-0/+1
* Fixed #20677 - Typos in generic_inlineformset_factory docs.Tim Graham2013-06-291-3/+3
* Fixed #17648 -- Add `for_concrete_model` to `GenericForei...Gavin Wahl2013-05-241-1/+16
* Fixed #20004 -- Moved non DB-related assertions to Simple...Ramiro Morales2013-05-191-1/+1
* Adapted uses of versionchanged/versionadded to the new form.Juan Catalano2013-04-201-12/+12
* Fixed #20084 -- Provided option to validate formset max_n...Andrew Gorcester2013-03-211-1/+1
* Small generic FK docs tweaks.Ramiro Morales2013-02-021-2/+3
* Fixed content types contrib app doc typos.Ramiro Morales2013-02-021-3/+3
* Fixed #19477 - Documented generic_inlineformset_factoryTim Graham2013-01-231-8/+23
* Fixed #19516 - Fixed remaining broken links.Tim Graham2013-01-031-1/+7
* Fixed broken links, round 3. refs #19516Tim Graham2012-12-271-6/+8
* Fixed #18934 - Removed versionadded/changed annotations f...Tim Graham2012-09-211-2/+0
* Fixed #18131 - Documented ContentTypeManager.get_for_id; ...Tim Graham2012-09-151-0/+8
* Cleaned whitespace errors introduced in previous commitAnssi Kääriäinen2012-06-081-8/+8
* Fixed #18399 – Added a way to get ContentTypes for prox...Simon Charette2012-06-081-2/+15
* Fixed #18257 -- Typo in contenttypes docs.Aymeric Augustin2012-05-101-1/+1
* Replaced http by https in djangoproject.com linksClaude Paroz2012-03-131-2/+2
* Fixed many more ReST indentation errors, somehow accident...Luke Plant2011-10-141-38/+38
* Introduce `ContentType.objects.get_for_models(*models)` a...Alex Gaynor2011-10-121-2/+9
* Fixed doc references to `django.db.models.query.QuerySet`...Jannis Leidel2011-09-301-4/+5
* Fixed #16000 -- reference natural keys in contenttypes do...Simon Meers2011-07-101-0/+18
* Fixed #15865 -- correct class name for BaseGenericInlineF...Simon Meers2011-04-281-1/+1
* Fixed #14820 -- Added more information to the generic rel...Gabriel Hurley2011-02-161-7/+25
* Fixed #15309 -- reST/Sphinx cleanup on the ContentTypes F...Gabriel Hurley2011-02-161-89/+108
* Fixed #13307 -- Enhanced the generic inlines documentatio...Ramiro Morales2011-01-011-4/+7
* Fixed #7539, #13067 -- Added on_delete argument to Foreig...Carl Meyer2010-11-091-0/+10
* Fixed #14112 -- Various Markup fixes for the docs. Thanks...Russell Keith-Magee2010-08-231-2/+2