Changes between Version 89 and Version 90 of RemovingTheMagic
- Timestamp:
- Mar 16, 2006, 11:06:04 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RemovingTheMagic
v89 v90 661 661 If you are using any of these classes or functions, you will need to update your code accordingly. 662 662 663 === Slightly changed django.VERSION === 664 665 The variable {{{django.VERSION}}} has changed from a tuple of four elements to a tuple of three elements. 666 667 Old: {{{VERSION = (0, 9, 1, 'magic-removal')}}} 668 669 New: {{{VERSION = (0, 91, 'magic-removal')}}} 670 671 663 672 == New functionality you can start using == 664 673