Skip to content

Commit 10fc948

Browse files
authored
Release 1.2.5 (#376)
* Updated CHANGELOG * Bumped version to 1.2.5
1 parent 1137aa1 commit 10fc948

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
CHANGELOG
22
=========
33

4-
1.2.5 (unreleased)
4+
1.2.5 (2016-10-04)
55
------------------
66

77
* 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.
811

912

1013
1.2.4 (2016-09-15)

djangocms_admin_style/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.2.4'
1+
__version__ = '1.2.5'

0 commit comments

Comments
 (0)