Changes between Version 182 and Version 183 of BackwardsIncompatibleChanges
- Timestamp:
- Jul 18, 2008, 1:14:03 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackwardsIncompatibleChanges
v182 v183 63 63 * [7844] July 6, 2008 [#Translationtoolsnowpartofdjango-admin.py Translation tools now part of `django-admin.py`] 64 64 * [7859] July 7, 2008 [#Uploadedfilechanges More uploaded file changes]. 65 * [7949] July 18, 2008 [#MySQL_oldbackendremoved MySQL_old backend removed] 65 66 66 67 == Database constraint names changed == … … 669 670 670 671 The options accepted by the new form are the same as the options accepted by the old commands, only the calling convention has changed (this reduced the number of executables Django has to install). 672 673 == MySQL_old backend removed == 674 675 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.