Changes between Version 35 and Version 36 of Version1.2Features
- Timestamp:
- Aug 6, 2009, 3:18:10 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Version1.2Features
v35 v36 13 13 * Syndication feed views and better Atom support: http://github.com/bfirsh/syndication-view/ 14 14 * Search support in the ORM: http://github.com/bfirsh/django/tree/search 15 * Support for non-relational databases: Tokyo Cabinet/Tyrant, MongoDB, Cassandra, Google Bigtable , Amazon SimpleDB, CouchDB, etc15 * Support for non-relational databases: Tokyo Cabinet/Tyrant, MongoDB, Cassandra, Google Bigtable (AppEngine, #10192), Amazon SimpleDB, CouchDB, etc 16 16 * 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. 17 17 * #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)