Changes between Version 31 and Version 32 of Version1.2Features


Ignore:
Timestamp:
Aug 4, 2009, 12:50:16 PM (15 years ago)
Author:
Joey Wilhelm
Comment:

Adding ORM identity mapping

Legend:

Unmodified
Added
Removed
Modified
  • Version1.2Features

    v31 v32  
    1515  * Support for non-relational databases: 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.
     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)
    1718  * #342 Read-only form fields
    1819  * #373 Multi-part primary keys
Back to Top