Browse Source

Update version, changelog

Denis K 8 years ago
parent
commit
d2eb478ebd
2 changed files with 8 additions and 1 deletions
  1. 7 0
      CHANGELOG.rst
  2. 1 1
      jet/__init__.py

+ 7 - 0
CHANGELOG.rst

@@ -1,6 +1,13 @@
 Changelog
 =========
 
+1.0.4
+-----
+* IMPORTANT: Fixed security issue with accessing model_lookup_view (when using RelatedFieldAjaxListFilter) without permissions
+* Fixed admin filters custom class attribute overrides
+* Fixed RelatedFieldAjaxListFilter to work with m2m fields
+
+
 1.0.3
 -----
 * PR-140: Added change message as tooltip to recent action dashboard module (thanks to michaelkuty for PR)

+ 1 - 1
jet/__init__.py

@@ -1 +1 @@
-VERSION = '1.0.3'
+VERSION = '1.0.4'