We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1137aa1 commit 10fc948Copy full SHA for 10fc948
CHANGELOG.rst
@@ -1,10 +1,13 @@
1
CHANGELOG
2
=========
3
4
-1.2.5 (unreleased)
+1.2.5 (2016-10-04)
5
------------------
6
7
* Fixed string representation in the tabular inline
8
+* Fixed a regression which caused an error if the
9
+ ``django.core.context_processors.request`` context processor was not configured.
10
+* Fixed a potential security issue if the ``Site.name`` field contains malicious code.
11
12
13
1.2.4 (2016-09-15)
djangocms_admin_style/__init__.py
@@ -1 +1 @@
-__version__ = '1.2.4'
+__version__ = '1.2.5'
0 commit comments