Changes between Version 183 and Version 184 of BackwardsIncompatibleChanges


Ignore:
Timestamp:
Jul 18, 2008, 2:49:21 PM (16 years ago)
Author:
Jacob
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BackwardsIncompatibleChanges

    v183 v184  
    6464 * [7859] July 7, 2008 [#Uploadedfilechanges More uploaded file changes].
    6565 * [7949] July 18, 2008 [#MySQL_oldbackendremoved MySQL_old backend removed]
     66 * [7952] July 18, 2008 [#Genericviewsusenewforms Create/update generic views use newforms]
    6667
    6768== Database constraint names changed ==
     
    674675
    675676In [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.
Back to Top