Changes between Version 40 and Version 41 of Version1.2Features
- Timestamp:
- Aug 6, 2009, 2:00:14 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Version1.2Features
v40 v41 14 14 * Search support in the ORM: http://github.com/bfirsh/django/tree/search 15 15 * Support for non-relational databases: Tokyo Cabinet/Tyrant, MongoDB, Cassandra, Google Bigtable (AppEngine, #10192), Amazon SimpleDB, CouchDB, etc 16 * #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. 16 * Allow inclusion of inlines in fieldsets (admin) 17 * Add a method to the orm to create Model instances from raw sql queries (useful when the orm is limiting you) 17 18 * #17 Identity mapping in the ORM (Work has been done to this end by David Cramer, here: http://github.com/dcramer/django-idmapper/tree/master) 18 19 * #342 Read-only form fields … … 39 40 * #10752 Enhanced Bash Completion 40 41 * #10871 Support for input arguments on admin actions. 42 * #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. 41 43 * #11402 exists() method on `QuerySets` 42 44 * #11463 Vietnamese translation 43 45 * Complete comment moderation by documenting existing approval process (#9819) and/or by adding admin actions (#11625) to the `CommentsAdmin`. 44 46 * #11647 Support for subdomains in the url patterns, to allow easy reversing (or better: to allow reversing at all ;)) 45 * Allow inclusion of inlines in fieldsets (admin)46 * Add a method to the orm to create Model instances from raw sql queries (useful when the orm is limiting you)47 47 48 48 == Lieutenants and Committers ==