Changes between Version 227 and Version 228 of BackwardsIncompatibleChanges
- Timestamp:
- Aug 10, 2008, 11:51:36 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackwardsIncompatibleChanges
v227 v228 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]75 74 * [8273] Aug 9, 2008 [#save_addandsave_changeRemovedfromModelAdmin save_add and save_change Removed from ModelAdmin] 76 75 * [8291] Aug. 10, 2008 [#Removedseveralmoredeprecatedfeaturesfor1.0 Removed several more deprecated features for 1.0] … … 1117 1116 1118 1117 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 1123 1118 == ```save_add``` and ```save_change``` Removed from ```ModelAdmin``` == 1124 1119