Changes between Version 193 and Version 194 of BackwardsIncompatibleChanges
- Timestamp:
- Jul 21, 2008, 3:57:48 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackwardsIncompatibleChanges
v193 v194 718 718 === Changed Admin.manager option to more flexible hook === 719 719 720 The {{{manager}}} option to {{{class Admin}}} no longer exists. This option was undocumented, but we're mentioning the change here in case you used it. In favor of this option, a {{{ModelAdmin}}} clas may now define a ```queryset``` method:720 The {{{manager}}} option to {{{class Admin}}} no longer exists. This option was undocumented, but we're mentioning the change here in case you used it. In favor of this option, a {{{ModelAdmin}}} class may now define a ```queryset``` method: 721 721 722 722 {{{