Changes between Version 71 and Version 72 of Version1.2Features
- Timestamp:
- Sep 11, 2009, 2:04:52 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Version1.2Features
v71 v72 15 15 * Search support in the ORM: http://github.com/bfirsh/django/tree/search 16 16 * Support for non-relational databases: Tokyo Cabinet/Tyrant, MongoDB, Cassandra, Google Bigtable (AppEngine, #10192), Amazon SimpleDB, CouchDB, etc 17 * Add a method to the orm to create Model instances from raw sql queries (useful when the orm is limiting you) 17 * Add a method to the orm to create Model instances from raw sql queries (useful when the orm is limiting you) (#11863) 18 18 * 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 19 * Make easier to mantain / deploy default settings.py by either: