Changes between Version 76 and Version 77 of BackwardsIncompatibleChanges


Ignore:
Timestamp:
Mar 14, 2007, 7:13:18 AM (17 years ago)
Author:
Malcolm Tredinnick
Comment:

Documented MySQLdb version upgrade.

Legend:

Unmodified
Added
Removed
Modified
  • BackwardsIncompatibleChanges

    v76 v77  
    4242 * 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]
    4343 * 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
    4446
    4547== Moved mod_python handler ==
     
    661663
    662664Note 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
     668As 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.
Back to Top