Changes between Version 31 and Version 32 of Version1.1Roadmap


Ignore:
Timestamp:
Mar 11, 2009, 3:01:50 AM (15 years ago)
Author:
Bryan Veloso
Comment:

Adding [10029].

Legend:

Unmodified
Added
Removed
Modified
  • Version1.1Roadmap

    v31 v32  
    101101    * [ORM-12] Allow the use of ``property()`` in fields.
    102102    * [ORM-13] Support for ``DISTINCT ON`` queries with ``QuerySet.distinct()``.
    103     * [ORM-16] Native autocommit option for Postgresql backend.
     103    * **DONE:** [ORM-16] Native autocommit option for Postgresql backend. (Committed in :trac:`[10029]`)
    104104    * [ORM-18] Add signals to many-to-many objects.
    105105    * [Template-01] Extend inclusion tag syntax to allow custom templates.
Back to Top