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


Ignore:
Timestamp:
Aug 11, 2009, 7:02:09 AM (15 years ago)
Author:
dc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Version1.2Features

    v45 v46  
    1818  * Add a method to the orm to create Model instances from raw sql queries (useful when the orm is limiting you)
    1919  * 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.
     20  * Complete comment moderation by documenting existing approval process (#9819) and/or by adding admin actions (#11625) to the `CommentsAdmin`.
    2021  * #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)
    2122  * #342 Read-only form fields
     
    2627  * #3011 Allow for extendable auth_user module
    2728  * #3349, #6587 Better template tag loading
     29  * #3512 Add "required" & "error" CSS classes to form rows in as_* methods
    2830  * #3569 Implement Atom Publishing Protocol
    2931  * #4604 Message Passing For Anonymous Users
     
    4648  * #11402 exists() method on `QuerySets`
    4749  * #11463 Vietnamese translation
    48   * Complete comment moderation by documenting existing approval process (#9819) and/or by adding admin actions (#11625) to the `CommentsAdmin`.
     50
    4951
    5052== Lieutenants and Committers ==
Back to Top