Explorar el Código

Update version, changelog

Denis K hace 8 años
padre
commit
d2eb478ebd
Se han modificado 2 ficheros con 8 adiciones y 1 borrados
  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'