Changes between Version 226 and Version 227 of BackwardsIncompatibleChanges


Ignore:
Timestamp:
Aug 10, 2008, 11:46:23 PM (16 years ago)
Author:
adamfast
Comment:

copied from ticket

Legend:

Unmodified
Added
Removed
Modified
  • BackwardsIncompatibleChanges

    v226 v227  
    7272 * [8230] Aug 8, 2008 [#Peruvianlocalflavorchange Peruvian localflavor change]
    7373 * [8244] Aug 8, 2008 [#Filestoragerefactoring File storage refactoring]
     74 * [8264] Aug 8, 2008 [#DjangoContribAdminDocs django.contrib.admindocs required in INSTALLED_APPS]
    7475 * [8273] Aug 9, 2008 [#save_addandsave_changeRemovedfromModelAdmin save_add and save_change Removed from ModelAdmin]
    7576 * [8291] Aug. 10, 2008 [#Removedseveralmoredeprecatedfeaturesfor1.0 Removed several more deprecated features for 1.0]
     
    11151116|| `instance.get_content_height()`   || `instance.content.height` ||
    11161117
     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
    11171123== ```save_add``` and ```save_change``` Removed from ```ModelAdmin``` ==
    11181124
Back to Top