Parcourir la source

Update version, changelog

Denis K il y a 8 ans
Parent
commit
d2eb478ebd
2 fichiers modifiés avec 8 ajouts et 1 suppressions
  1. 7 0
      CHANGELOG.rst
  2. 1 1
      jet/__init__.py

+ 7 - 0
CHANGELOG.rst

@@ -1,6 +1,13 @@
 Changelog
 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
 1.0.3
 -----
 -----
 * PR-140: Added change message as tooltip to recent action dashboard module (thanks to michaelkuty for PR)
 * 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'