Kaydet (Commit) 865392c4 authored tarafından Tim Graham's avatar Tim Graham

Added 1.6.3 release note for refs #21566.

üst 0bd92d68
...@@ -10,3 +10,7 @@ several bugs in 1.6.2: ...@@ -10,3 +10,7 @@ several bugs in 1.6.2:
* Content retrieved from the GeoIP library is now properly decoded from its * Content retrieved from the GeoIP library is now properly decoded from its
default ``iso-8859-1`` encoding default ``iso-8859-1`` encoding
(`#21996 <http://code.djangoproject.com/ticket/21996>`_). (`#21996 <http://code.djangoproject.com/ticket/21996>`_).
* Fixed ``AttributeError`` when using
:meth:`~django.db.models.query.QuerySet.bulk_create` with ``ForeignObject``
(`#21566 <http://code.djangoproject.com/ticket/21566>`_).
...@@ -29,6 +29,7 @@ Final releases ...@@ -29,6 +29,7 @@ Final releases
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
1.6.3
1.6.2 1.6.2
1.6.1 1.6.1
1.6 1.6
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment