Fixed #5561 -- Added link to the contenttypes documentation into the add_ons document. Pointed out by Ramiro Morales.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6925 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
54457043ad
commit
4d7aa81a70
|
@ -47,7 +47,11 @@ contenttypes
|
||||||
============
|
============
|
||||||
|
|
||||||
A light framework for hooking into "types" of content, where each installed
|
A light framework for hooking into "types" of content, where each installed
|
||||||
Django model is a separate content type. This is not yet documented.
|
Django model is a separate content type.
|
||||||
|
|
||||||
|
See the `contenttypes documentation`_.
|
||||||
|
|
||||||
|
.. _contenttypes documentation: ../contenttypes/
|
||||||
|
|
||||||
csrf
|
csrf
|
||||||
====
|
====
|
||||||
|
|
Loading…
Reference in New Issue