Ticket #20769: 20769.diff

File 20769.diff, 845 bytes (added by Tim Graham, 11 years ago)
  • docs/releases/1.6.txt

    diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt
    index 1419f09..a6377c0 100644
    a b deprecation process for some features`_.  
    3232.. _`backwards incompatible changes`: `Backwards incompatible changes in 1.6`_
    3333.. _`begun the deprecation process for some features`: `Features deprecated in 1.6`_
    3434
     35Python compatibility
     36====================
     37
     38Django 1.6, like Django 1.5, requires Python 2.6.5 or above. Python 3 is also
     39officially supported. We **highly recommend** the latest minor release for each
     40supported Python series (2.6.X, 2.7.X, 3.2.X, 3.3.X).
     41
     42Django 1.6 will be the final Django release series to support Python 2.6;
     43beginning with Django 1.7, the minimum supported Python version will be 2.7.
     44
    3545What's new in Django 1.6
    3646========================
    3747
Back to Top