Changes between Version 9 and Version 10 of Version1.9Roadmap


Ignore:
Timestamp:
Sep 16, 2015, 6:24:12 AM (9 years ago)
Author:
Tim Graham
Comment:

Marked the major features as "not completed"

Legend:

Unmodified
Added
Removed
Modified
  • Version1.9Roadmap

    v9 v10  
    1717The Django core team has a couple of major features we'd like to merge:
    1818
    19 * `PostgreSQL Full Text Search <https://github.com/django/django/pull/4726>`_ (Marc Tamlyn)
    20 * `Custom indexes <https://github.com/django/deps/pull/6>`_ (Marc Tamlyn)
    21 * `Template-based widget rendering <https://github.com/django/django/pull/4848>`_ (Preston Timmons)
     19* `PostgreSQL Full Text Search <https://github.com/django/django/pull/4726>`_ (Marc Tamlyn) [not completed]
     20* `Custom indexes <https://github.com/django/deps/pull/6>`_ (Marc Tamlyn) [not completed]
     21* `Template-based widget rendering <https://github.com/django/django/pull/4848>`_ (Preston Timmons) [not completed]
    2222
    2323Minor 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". Core developers try to regularly review and merge "Ready for checkin" tickets.
Back to Top