Changes between Version 59 and Version 60 of BackwardsIncompatibleChanges
- Timestamp:
- May 8, 2006, 5:13:44 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackwardsIncompatibleChanges
v59 v60 32 32 * Nov. 30: [http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges#Removedundocumented_ordatabaseAPIparameter Removed undocumented '_or' database API parameter] 33 33 34 Django 0.91 35 * May 1, 2006: [http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges#removedthemagic Removed the magic] 34 36 35 37 == Moved mod_python handler == … … 562 564 563 565 As of [1508], the {{{_or}}} parameter no longer works. Use the new {{{complex}}} parameter. This likely doesn't affect anybody except World Online, because {{{_or}}} has been undocumented and vehemently discouraged on the mailing list. 566 567 == Removed the magic == 568 569 As of [2809], the [wiki:RemovingTheMagic magic-removal branch] has been merged. There's a LONG LIST of backwards-incompatible changes, and they're all documented on the RemovingTheMagic wiki page.