Changes between Version 81 and Version 82 of Version1.2Features
- Timestamp:
- Oct 5, 2009, 6:30:37 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Version1.2Features
v81 v82 58 58 * #7806 django.template refactoring 59 59 * #8274 Auth views allow form override (as an example, this would allow usernames longer than 30 chars to be handled) 60 * #8896 , #11647Support for subdomains in the url patterns, to allow easy reversing (or better: to allow reversing at all ;))60 * #8896 Support for subdomains in the url patterns, to allow easy reversing (or better: to allow reversing at all ;)) 61 61 * #9200 Session-based `FormWizard` 62 62 * #10284 `ModelFormSet` - objects are deleted even if commit=False 63 63 * #10355 Add support for pluggable email backends. 64 64 * #10476 Support database-level autocommit mode in Postgresql <= 8.1 65 * #1 0587, #1480, #2626 Store datetime values as UTC, handle them consistently regardless of RDBMS, platform and make things easier for multi-timezone applications.65 * #1480, #2626 Store datetime values as UTC, handle them consistently regardless of RDBMS, platform and make things easier for multi-timezone applications. 66 66 * #10871 Support for input arguments on admin actions. 67 67 * #10923 Use thread-safe GEOS API if available