Changes between Version 71 and Version 72 of Version1.2Features


Ignore:
Timestamp:
Sep 11, 2009, 2:04:52 PM (15 years ago)
Author:
Sean O'Connor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Version1.2Features

    v71 v72  
    1515  * Search support in the ORM: http://github.com/bfirsh/django/tree/search
    1616  * 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)
    1818  * 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.
    1919  * Make easier to mantain / deploy default settings.py by either:
Back to Top