Commit a6f05af0 authored by Tim Graham's avatar Tim Graham
Browse files

[1.6.x] Added 1.6.3 release note for refs #21566.

Backport of 865392c4 from master
parent 9a446211
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -10,3 +10,7 @@ several bugs in 1.6.2:
* Content retrieved from the GeoIP library is now properly decoded from its
  default ``iso-8859-1`` encoding
  (`#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>`_).
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ Final releases
.. toctree::
   :maxdepth: 1

   1.6.3
   1.6.2
   1.6.1
   1.6