Changeset 8856
- Timestamp:
- 09/02/08 11:27:47 (4 months ago)
- Files:
-
- django/trunk/docs/ref/contrib/admin.txt (modified) (1 diff)
- django/trunk/docs/releases/1.0-porting-guide.txt (added)
- django/trunk/docs/releases/1.0.txt (added)
- django/trunk/docs/releases/index.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/ref/contrib/admin.txt
r8739 r8856 633 633 <ref-forms-validation>` for more information. 634 634 635 .. _admin-inlines: 636 635 637 ``InlineModelAdmin`` objects 636 638 ============================ django/trunk/docs/releases/index.txt
r8622 r8856 10 10 .. toctree:: 11 11 :maxdepth: 1 12 12 13 13 0.95 14 14 0.96 … … 17 17 1.0-beta 18 18 1.0-beta-2 19 1.0 19 20 20 21 .. seealso:: … … 24 25 official release, you should keep track of new pieces pointed there. It's 25 26 also fun reading if you're looking forward to new versions of Django. 26 27 27 28 .. _backwards-incompatible changes: http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges
