Changes between Version 80 and Version 81 of Version1.2Features
- Timestamp:
- Oct 5, 2009, 6:29:37 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Version1.2Features
v80 v81 55 55 * #6903 Admin app: Go back to old change_list view after saving model instance 56 56 * #7052 dumpdata/loaddata: Support using lookup dictionaries as foreign keys in JSON/XML/YAML data dumps 57 * #7150 patch to implement view pemission in admin58 57 * #7539 Add ON DELETE and ON UPDATE support 59 58 * #7806 django.template refactoring … … 61 60 * #8896, #11647 Support for subdomains in the url patterns, to allow easy reversing (or better: to allow reversing at all ;)) 62 61 * #9200 Session-based `FormWizard` 63 * #9289 Swedish (se) localflavor64 62 * #10284 `ModelFormSet` - objects are deleted even if commit=False 65 63 * #10355 Add support for pluggable email backends. 66 64 * #10476 Support database-level autocommit mode in Postgresql <= 8.1 67 65 * #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 Completion69 66 * #10871 Support for input arguments on admin actions. 70 67 * #10923 Use thread-safe GEOS API if available 71 68 * #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. 72 69 * #11402 exists() method on `QuerySets` 73 * #11463 Vietnamese translation74 70 * #11156 Remove unnecessary savepoints with Oracle 75 71 * #11698 Add Django Debug Toolbar to contrib