summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/contenttypes.txt
AgeCommit message (Expand)Author
2015-10-30[1.9.x] Fixed #24019 -- Fixed inaccurate docs about GenericRelation not suppo...Tim Graham
2015-09-29[1.9.x] Made cosmetic cleanups to docs/ref/contrib/contenttypes.txtTim 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
2013-08-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-07-25More migration docs, and conversion of all easy syncdb referencesAndrew Godwin
2013-07-05Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz
2013-06-29Fixed #20677 - Typos in generic_inlineformset_factory docs.Tim Graham
2013-05-23Fixed #17648 -- Add `for_concrete_model` to `GenericForeignKey`.Gavin Wahl
2013-05-18Fixed #20004 -- Moved non DB-related assertions to SimpleTestCase.Ramiro Morales
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-03-21Fixed #20084 -- Provided option to validate formset max_num on server.Andrew Gorcester
2013-02-01Small generic FK docs tweaks.Ramiro Morales
2013-02-01Fixed content types contrib app doc typos.Ramiro Morales
2013-01-22Fixed #19477 - Documented generic_inlineformset_factoryTim Graham
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-26Fixed broken links, round 3. refs #19516Tim Graham
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-09-15Fixed #18131 - Documented ContentTypeManager.get_for_id; thanks sir_sigurd fo...Tim Graham
2012-06-08Cleaned whitespace errors introduced in previous commitAnssi Kääriäinen
2012-06-08Fixed #18399 – Added a way to get ContentTypes for proxy modelsSimon Charette
2012-05-10Fixed #18257 -- Typo in contenttypes docs.Aymeric Augustin
2012-03-13Replaced http by https in djangoproject.com linksClaude Paroz
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-10-12Introduce `ContentType.objects.get_for_models(*models)` and use it in the the...Alex Gaynor
2011-09-30Fixed doc references to `django.db.models.query.QuerySet` and converted some ...Jannis Leidel
2011-07-10Fixed #16000 -- reference natural keys in contenttypes documentation. Thanks ...Simon Meers
2011-04-28Fixed #15865 -- correct class name for BaseGenericInlineFormset. Thanks leone...Simon Meers
2011-02-16Fixed #14820 -- Added more information to the generic relation docs regarding...Gabriel Hurley
2011-02-16Fixed #15309 -- reST/Sphinx cleanup on the ContentTypes Framework docs.Gabriel Hurley
2010-12-31Fixed #13307 -- Enhanced the generic inlines documentation by mentioning the ...Ramiro Morales
2010-11-09Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...Carl Meyer
2010-08-23Fixed #14112 -- Various Markup fixes for the docs. Thanks to ramiro for the p...Russell Keith-Magee
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-08-07Fixed #11047 -- Clarified the explanation of arguments to GenericForeignKey. ...Russell Keith-Magee