Changes between Version 44 and Version 45 of Version1.2Features


Ignore:
Timestamp:
Aug 7, 2009, 2:22:26 PM (15 years ago)
Author:
kramer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Version1.2Features

    v44 v45  
    1717  * Allow inclusion of inlines in fieldsets (admin)
    1818  * Add a method to the orm to create Model instances from raw sql queries (useful when the orm is limiting you)
     19  * Add a generic "official" way to create a REST API; so far there are quite a bunch of pluggables, with varying levels of "completeness", documentation and efficiency, and they're quite hard to choose from.
    1920  * #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)
    2021  * #342 Read-only form fields
Back to Top