Changes between Version 226 and Version 227 of BackwardsIncompatibleChanges
- Timestamp:
- Aug 10, 2008, 11:46:23 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackwardsIncompatibleChanges
v226 v227 72 72 * [8230] Aug 8, 2008 [#Peruvianlocalflavorchange Peruvian localflavor change] 73 73 * [8244] Aug 8, 2008 [#Filestoragerefactoring File storage refactoring] 74 * [8264] Aug 8, 2008 [#DjangoContribAdminDocs django.contrib.admindocs required in INSTALLED_APPS] 74 75 * [8273] Aug 9, 2008 [#save_addandsave_changeRemovedfromModelAdmin save_add and save_change Removed from ModelAdmin] 75 76 * [8291] Aug. 10, 2008 [#Removedseveralmoredeprecatedfeaturesfor1.0 Removed several more deprecated features for 1.0] … … 1115 1116 || `instance.get_content_height()` || `instance.content.height` || 1116 1117 1118 1119 == django.contrib.admindocs required in INSTALLED_APPS == 1120 [8264] Fixed #7811: moved admindocs templates into admindocs/templates. This is slightly backwards-incompatible in that if you're using the admindocs you'll need to add 'django.contrib.admindocs' to INSTALLED_APPS. 1121 1122 1117 1123 == ```save_add``` and ```save_change``` Removed from ```ModelAdmin``` == 1118 1124