Changes between Version 241 and Version 242 of BackwardsIncompatibleChanges


Ignore:
Timestamp:
Aug 21, 2008, 7:37:55 PM (16 years ago)
Author:
Brian Rosner
Comment:

fixed a typo

Legend:

Unmodified
Added
Removed
Modified
  • BackwardsIncompatibleChanges

    v241 v242  
    714714=== Moved inner-model ```class Admin``` to ```ModelAdmin``` classes ===
    715715
    716 The syntax to define your models in the admin has changed slightly. It is now longer in your model and is instead in an application level ```admin.py``` module. Here is a quick example showing you the change:
     716The syntax to define your models in the admin has changed slightly. It is no longer in your model and is instead in an application level ```admin.py``` module. Here is a quick example showing you the change:
    717717
    718718{{{
Back to Top