Changes between Version 44 and Version 45 of Version1.2Features
- Timestamp:
- Aug 7, 2009, 2:22:26 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Version1.2Features
v44 v45 17 17 * Allow inclusion of inlines in fieldsets (admin) 18 18 * 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. 19 20 * #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) 20 21 * #342 Read-only form fields