Changes between Version 76 and Version 77 of BackwardsIncompatibleChanges
- Timestamp:
- Mar 14, 2007, 7:13:18 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackwardsIncompatibleChanges
v76 v77 42 42 * January 28, 2007: [http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges#Changedprepopulate_fromtobedefinedintheAdminclassnotdatabasefieldclasses Changed prepopulate_from to be defined in the Admin class, not database field classes] 43 43 * February 25, 2007: [http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges#Movedadmindocviewsintodjango.contrib.admindocs Moved admin doc views into django.contrib.admindocs] 44 * March 14, 2007: [http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges#EnforcingMySQLdbversion Enforcing MySQLdb version] 45 44 46 45 47 == Moved mod_python handler == … … 661 663 662 664 Note that this change was made to the NewformsAdminBranch. The change will not be made to trunk until that branch is merged to trunk. 665 666 == Enforcing MySQLdb version == 667 668 As of [4724], Django will raise an error if you try to use the MySQL backend with a MySQLdb ( MySQL python module) version earlier than 1.2.1p2. There were significant, production-related bugs in earlier versions, so we have upgraded the minimum requirement.