Changeset 8215 for django/branches/gis/docs/add_ons.txt
- Timestamp:
- 08/05/08 12:15:33 (5 months ago)
- Files:
-
- django/branches/gis (modified) (1 prop)
- django/branches/gis/docs/add_ons.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/gis
- Property svnmerge-integrated changed from /django/trunk:1-7978 to /django/trunk:1-8214
django/branches/gis/docs/add_ons.txt
r7354 r8215 24 24 25 25 The automatic Django administrative interface. For more information, see 26 `Tutorial 2`_ .26 `Tutorial 2`_ and the `admin documentation`_. 27 27 28 28 .. _Tutorial 2: ../tutorial02/ 29 .. _admin documentation: ../admin/ 29 30 30 31 Requires the auth_ and contenttypes_ contrib packages to be installed. … … 77 78 ========= 78 79 79 A set of high-level abstractions for Django forms (django. newforms).80 A set of high-level abstractions for Django forms (django.forms). 80 81 81 82 django.contrib.formtools.preview
