Changes between Version 39 and Version 40 of Version1.2Features


Ignore:
Timestamp:
Aug 6, 2009, 1:41:38 PM (15 years ago)
Author:
Florian Apolloner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Version1.2Features

    v39 v40  
    1414  * Search support in the ORM: http://github.com/bfirsh/django/tree/search
    1515  * Support for non-relational databases: Tokyo Cabinet/Tyrant, MongoDB, Cassandra, Google Bigtable (AppEngine, #10192), Amazon SimpleDB, CouchDB, etc
    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.
     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.
    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)
    1818  * #342 Read-only form fields
Back to Top