Django

Code

Changeset 6925

Show
Ignore:
Timestamp:
12/17/07 01:39:24 (9 months ago)
Author:
mtredinnick
Message:

Fixed #5561 -- Added link to the contenttypes documentation into the add_ons document. Pointed out by Ramiro Morales.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/add_ons.txt

    r6876 r6925  
    4848 
    4949A light framework for hooking into "types" of content, where each installed 
    50 Django model is a separate content type. This is not yet documented. 
     50Django model is a separate content type. 
     51 
     52See the `contenttypes documentation`_. 
     53 
     54.. _contenttypes documentation: ../contenttypes/ 
    5155 
    5256csrf