Changes between Version 34 and Version 35 of Version1.2Features


Ignore:
Timestamp:
Aug 5, 2009, 5:58:24 PM (15 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Version1.2Features

    v34 v35  
    1313  * Syndication feed views and better Atom support: http://github.com/bfirsh/syndication-view/
    1414  * Search support in the ORM: http://github.com/bfirsh/django/tree/search
    15   * Support for non-relational databases: Google Bigtable, Amazon SimpleDB, CouchDB, etc
     15  * Support for non-relational databases: Tokyo Cabinet/Tyrant, MongoDB, Cassandra, Google Bigtable, Amazon SimpleDB, CouchDB, etc
    1616  * 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.
    1717  * #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)
Back to Top