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


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

Removed some features from the 1.2 list, either due to being fixed already, or for being minor/translation issues

Legend:

Unmodified
Added
Removed
Modified
  • Version1.2Features

    v80 v81  
    5555  * #6903 Admin app: Go back to old change_list view after saving model instance
    5656  * #7052 dumpdata/loaddata: Support using lookup dictionaries as foreign keys in JSON/XML/YAML data dumps
    57   * #7150 patch to implement view pemission in admin
    5857  * #7539 Add ON DELETE and ON UPDATE support
    5958  * #7806 django.template refactoring
     
    6160  * #8896, #11647 Support for subdomains in the url patterns, to allow easy reversing (or better: to allow reversing at all ;))
    6261  * #9200 Session-based `FormWizard`
    63   * #9289 Swedish (se) localflavor
    6462  * #10284 `ModelFormSet` - objects are deleted even if commit=False
    6563  * #10355 Add support for pluggable email backends.
    6664  * #10476 Support database-level autocommit mode in Postgresql <= 8.1
    6765  * #10587, #1480, #2626 Store datetime values as UTC, handle them consistently regardless of RDBMS, platform and make things easier for multi-timezone applications.
    68   * #10752 Enhanced Bash Completion
    6966  * #10871 Support for input arguments on admin actions.
    7067  * #10923 Use thread-safe GEOS API if available
    7168  * #11010 Support row-level permissions by updating the User-Object and Authbackends, to take an optional `object` parameter, so 3rd party Apps can implement the functionality easily.
    7269  * #11402 exists() method on `QuerySets`
    73   * #11463 Vietnamese translation
    7470  * #11156 Remove unnecessary savepoints with Oracle
    7571  * #11698 Add Django Debug Toolbar to contrib
Back to Top