Changes between Version 86 and Version 87 of BackwardsIncompatibleChanges


Ignore:
Timestamp:
Apr 20, 2007, 7:14:31 PM (17 years ago)
Author:
Jonas von Poser
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BackwardsIncompatibleChanges

    v86 v87  
    5151== Removed ENABLE_PSYCO setting ==
    5252
    53 As of [3877], the {{{ENABLE_PSYCO}}} setting no longer exists. If your settings file includes {{{ENABLE_PSYCO}}}, nothing will break per se, but it just won't do anything. If you want to use [http://psyco.sourceforge.net/ Psyco] with Django, write some custom middleware that activates Psyco.
     53As of [3877], the {{{ENABLE_PSYCO}}} setting no longer exists. If your settings file includes {{{ENABLE_PSYCO}}}, nothing will break per se, but it just won't do anything. If you want to use [http://psyco.sourceforge.net/ Psyco] with Django, write some [wiki:PsycoMiddleware custom middleware that activates Psyco].
    5454
    5555== Enforcing MySQLdb version ==
Back to Top