Changes between Version 183 and Version 184 of BackwardsIncompatibleChanges
- Timestamp:
- Jul 18, 2008, 2:49:21 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackwardsIncompatibleChanges
v183 v184 64 64 * [7859] July 7, 2008 [#Uploadedfilechanges More uploaded file changes]. 65 65 * [7949] July 18, 2008 [#MySQL_oldbackendremoved MySQL_old backend removed] 66 * [7952] July 18, 2008 [#Genericviewsusenewforms Create/update generic views use newforms] 66 67 67 68 == Database constraint names changed == … … 674 675 675 676 In [7949] we removed the `mysql_old` backend. It was only available for backwards compatibility with a version of `MySQLdb` that was in popular use in some ISPs at the time. Since `MySQLdb-1.2.1p2` was released over 2 years ago and that version, or anything later, works with the `mysql` backend, we have now removed this formerly deprecated backend. 677 678 == Generic views use newforms == 679 680 [7952] makes the create/update generic views use newforms instead of the old deprecated "oldforms" package. You'll probably need to update any templates used by these views.