Changes between Version 7 and Version 8 of Version1.7Roadmap


Ignore:
Timestamp:
Jan 23, 2014, 1:59:12 PM (10 years ago)
Author:
Tim Graham
Comment:

Updated major feature status and 1.7 alpha release date

Legend:

Unmodified
Added
Removed
Modified
  • Version1.7Roadmap

    v7 v8  
    1616The Django core team has a couple of major features we'd like to merge:
    1717
    18 * `Migrations <https://docs.djangoproject.com/en/dev/topics/migrations/>`_ (Andrew Godwin)
    19 * `GSoC composite fields <https://groups.google.com/d/topic/django-developers/CD7OrkJ63zc/discussion>`_ (Michal Petrucha and Andrew Godwin)
    20 * `GSoC validation refactor <https://groups.google.com/d/topic/django-developers/fEf21dtpqDE/discussion>`_ (Chris Medrela and Russell Keith-Magee)
    21 * Custom field lookups (Anssi Kääriäinen)
     18* `Migrations <https://docs.djangoproject.com/en/dev/topics/migrations/>`_ (Andrew Godwin) [`completed <https://github.com/django/django/commit/9aa358cedd1ad93c0f4c20700db7016651dc0598>`__]
     19* `GSoC composite fields <https://groups.google.com/d/topic/django-developers/CD7OrkJ63zc/discussion>`_ (Michal Petrucha and Andrew Godwin) [not completed]
     20* `GSoC validation refactor <https://groups.google.com/d/topic/django-developers/fEf21dtpqDE/discussion>`_ (Chris Medrela and Russell Keith-Magee) [`completed <https://github.com/django/django/commit/d818e0c9b2b88276cc499974f9eee893170bf0a8>`__]
     21* Custom field lookups (Anssi Kääriäinen) [`completed <https://github.com/django/django/commit/20bab2cf9d02a5c6477d8aac066a635986e0d3f3>`__]
    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".
     
    3030
    3131==================  ===========================================================
    32 January 20, 2014    Django 1.7 alpha; major feature freeze.
     32January 20, 2014    Django 1.7 alpha; major feature freeze. (released Jan. 22)
    3333
    3434March 6, 2014       Django 1.7 beta; complete feature freeze.
Back to Top