Changes between Version 71 and Version 72 of BackwardsIncompatibleChanges
- Timestamp:
- Jan 16, 2007, 11:16:39 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackwardsIncompatibleChanges
v71 v72 603 603 == Removed ENABLE_PSYCO setting == 604 604 605 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 psyco with Django, write some custom middleware that activates psyco.605 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. 606 606 607 607 == Changed Admin.manager option to more flexible hook ==