summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/contenttypes.txt
AgeCommit message (Expand)Author
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
2010-01-18Fixed bad indentation in contenttypes code example so that cut and paste from...Karen Tracey
2010-01-09Fixed #12497 -- Fixed Sphinx errors in docs. Thanks, ramiroAdrian Holovaty
2009-07-11Fixed #11450 -- Corrected markup problem in contenttype docs. Thanks to sevea...Russell Keith-Magee
2009-06-18Fixed #11272 -- Made some clarifications to the overview and tutorial. Thanks...Russell Keith-Magee
2009-05-14Fixed #11039: documented that aggregation and generic relations don't mix. Th...Jacob Kaplan-Moss
2009-05-02Fixed #10367 -- Corrected an example in the documentation for GenericRelation...Russell Keith-Magee
2009-03-31A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #...Jacob Kaplan-Moss
2009-03-31Fixed #10367: Added note to generic-relation docs explaining when it's necess...James Bennett
2008-09-06Fixed #8909 -- Fixed typo in contenttypes docs. Thanks, arienAdrian Holovaty
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss