Changes between Version 81 and Version 82 of Version1.2Features


Ignore:
Timestamp:
Oct 5, 2009, 6:30:37 AM (15 years ago)
Author:
Russell Keith-Magee
Comment:

Removed references to some duplicate tickets.

Legend:

Unmodified
Added
Removed
Modified
  • Version1.2Features

    v81 v82  
    5858  * #7806 django.template refactoring
    5959  * #8274 Auth views allow form override (as an example, this would allow usernames longer than 30 chars to be handled)
    60   * #8896, #11647 Support 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 ;))
    6161  * #9200 Session-based `FormWizard`
    6262  * #10284 `ModelFormSet` - objects are deleted even if commit=False
    6363  * #10355 Add support for pluggable email backends.
    6464  * #10476 Support database-level autocommit mode in Postgresql <= 8.1
    65   * #10587, #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.
    6666  * #10871 Support for input arguments on admin actions.
    6767  * #10923 Use thread-safe GEOS API if available
Back to Top