diff options
| author | Tim Graham <timograham@gmail.com> | 2014-02-14 21:04:44 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-02-14 21:06:08 -0500 |
| commit | a6f05af016b5488b42b9334ec915d6dfd2702c00 (patch) | |
| tree | fa14a694d61f9e127ac37d2e97972d4d10a5f78b | |
| parent | 9a446211bd13998aa6f0b6a3e6e6cdd1c69df704 (diff) | |
[1.6.x] Added 1.6.3 release note for refs #21566.
Backport of 865392c478 from master
| -rw-r--r-- | docs/releases/1.6.3.txt | 4 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/1.6.3.txt b/docs/releases/1.6.3.txt index 45a1ad0c19..99b8566270 100644 --- a/docs/releases/1.6.3.txt +++ b/docs/releases/1.6.3.txt @@ -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>`_). diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 42b2633ecf..b1ea6a9c3e 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -22,6 +22,7 @@ Final releases .. toctree:: :maxdepth: 1 + 1.6.3 1.6.2 1.6.1 1.6 |
