summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlvin Lindstam <alvin@kundo.se>2016-10-22 19:20:24 -0400
committerTim Graham <timograham@gmail.com>2016-10-22 19:26:08 -0400
commit6b5106b1ceec03d945c1104b21feed3e25470fe0 (patch)
tree41b1774f38285e795dd80e9ba161b197e59f5d19 /docs
parent9b9c8c4a81ab67d1bc392b6fd9cc17e0b844f7ff (diff)
Fixed #27374 -- Made JavaScriptCatalog respect the packages argument.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.3.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.10.3.txt b/docs/releases/1.10.3.txt
index 13aadb30ee..a45124fb3a 100644
--- a/docs/releases/1.10.3.txt
+++ b/docs/releases/1.10.3.txt
@@ -17,3 +17,6 @@ Bugfixes
* Added ``model_name`` to the ``allow_migrate()`` calls in ``makemigrations``
(:ticket:`27200`).
+
+* Made the ``JavaScriptCatalog`` view respect the ``packages`` argument;
+ previously it was ignored (:ticket:`27374`).