Django

Code

Changeset 8856

Show
Ignore:
Timestamp:
09/02/08 11:27:47 (4 months ago)
Author:
jacob
Message:

Added a rough draft of the 1.0 porting guide, and an obviously incomplete placeholder for the 1.0 release notes. Thanks to daonb, patrickf, and ramiro for contributions to this porting guide. Refs #8438.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/ref/contrib/admin.txt

    r8739 r8856  
    633633<ref-forms-validation>` for more information. 
    634634 
     635.. _admin-inlines: 
     636 
    635637``InlineModelAdmin`` objects 
    636638============================ 
  • django/trunk/docs/releases/index.txt

    r8622 r8856  
    1010.. toctree:: 
    1111   :maxdepth: 1 
    12     
     12 
    1313   0.95 
    1414   0.96 
     
    1717   1.0-beta 
    1818   1.0-beta-2 
     19   1.0 
    1920 
    2021.. seealso:: 
     
    2425    official release, you should keep track of new pieces pointed there. It's 
    2526    also fun reading if you're looking forward to new versions of Django. 
    26      
     27 
    2728.. _backwards-incompatible changes: http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges