Changes between Version 40 and Version 41 of Version1.2Features


Ignore:
Timestamp:
Aug 6, 2009, 2:00:14 PM (15 years ago)
Author:
Alex Gaynor
Comment:

Reorder stuff

Legend:

Unmodified
Added
Removed
Modified
  • Version1.2Features

    v40 v41  
    1414  * Search support in the ORM: http://github.com/bfirsh/django/tree/search
    1515  * Support for non-relational databases: Tokyo Cabinet/Tyrant, MongoDB, Cassandra, Google Bigtable (AppEngine, #10192), Amazon SimpleDB, CouchDB, etc
    16   * #11010 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.
     16  * Allow inclusion of inlines in fieldsets (admin)
     17  * Add a method to the orm to create Model instances from raw sql queries (useful when the orm is limiting you)
    1718  * #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)
    1819  * #342 Read-only form fields
     
    3940  * #10752 Enhanced Bash Completion
    4041  * #10871 Support for input arguments on admin actions.
     42  * #11010 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.
    4143  * #11402 exists() method on `QuerySets`
    4244  * #11463 Vietnamese translation
    4345  * Complete comment moderation by documenting existing approval process (#9819) and/or by adding admin actions (#11625) to the `CommentsAdmin`.
    4446  * #11647 Support for subdomains in the url patterns, to allow easy reversing (or better: to allow reversing at all ;))
    45   * Allow inclusion of inlines in fieldsets (admin)
    46   * Add a method to the orm to create Model instances from raw sql queries (useful when the orm is limiting you)
    4747
    4848== Lieutenants and Committers ==
Back to Top