Changes between Version 34 and Version 35 of Version1.2Features
- Timestamp:
- Aug 5, 2009, 5:58:24 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Version1.2Features
v34 v35 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: Google Bigtable, Amazon SimpleDB, CouchDB, etc15 * Support for non-relational databases: Tokyo Cabinet/Tyrant, MongoDB, Cassandra, Google Bigtable, 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)