Changes between Version 1 and Version 2 of Version1.8Roadmap


Ignore:
Timestamp:
Sep 16, 2014, 6:53:10 PM (10 years ago)
Author:
Tim Graham
Comment:

Added some major features I know of

Legend:

Unmodified
Added
Removed
Modified
  • Version1.8Roadmap

    v1 v2  
    1616The Django core team has a couple of major features we'd like to merge:
    1717
    18 * XXX
     18* contrib.postgres - Marc Tamlyn
     19* model `_meta` API - Daniel Pyrathon (GSoC project)
     20* Use `F()` objects in `aggregates()`, `annotates()` and `values()` - Josh Smeaton
    1921
    2022Minor features and bug fixes will be committed as they are completed. If you have submitted a patch, be sure the flags on the Trac ticket are correct such that it appears in the "Patches needing review" filter of the `Django Development Dashboard <https://dashboard.djangoproject.com/>`_. Better yet, find someone to review your patch and mark the ticket as "Ready for checkin".
Back to Top