Changes between Version 241 and Version 242 of BackwardsIncompatibleChanges
- Timestamp:
- Aug 21, 2008, 7:37:55 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackwardsIncompatibleChanges
v241 v242 714 714 === Moved inner-model ```class Admin``` to ```ModelAdmin``` classes === 715 715 716 The syntax to define your models in the admin has changed slightly. It is no wlonger in your model and is instead in an application level ```admin.py``` module. Here is a quick example showing you the change:716 The 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: 717 717 718 718 {{{