Releases: stephenmcd/grappelli-safe
v1.1.1
v1.1.0
v1.0.0
1.0.0 (2021-11-19)
Bug Fixes
- fix arrow position on filter_horizontal widget (b754a98)
- fix styles of number and url fields (9e404d5)
- hide deletelink in Django 3.1+ inlines (288fc6c)
Features
- Add Django 2.2 Compatability (#96) (7755ffd), closes #29248 #29041
- make templates compatible with Django 3 (57b1bcf)
BREAKING CHANGES
-
dropped support for Python 2 and Django < 2.2
-
Remove unneeded import
-
Fix url
-
Move jQuery UI out to base admin template (fixes broken inlines)
-
Pass correct args to inlines
-
Style fix for M2M widget
-
Rename admin CSS class "field-box" to "fieldBox".
(This addresses a change made in Django 2.1 to fix
v1.0.0-rc.1
1.0.0-rc.1 (2021-07-29)
Bug Fixes
- fix arrow position on filter_horizontal widget (b754a98)
- fix styles of number and url fields (9e404d5)
- hide deletelink in Django 3.1+ inlines (288fc6c)
Features
- Add Django 2.2 Compatability (#96) (7755ffd), closes #29248 #29041
- make templates compatible with Django 3 (57b1bcf)
BREAKING CHANGES
-
dropped support for Python 2 and Django < 2.2
-
Remove unneeded import
-
Fix url
-
Move jQuery UI out to base admin template (fixes broken inlines)
-
Pass correct args to inlines
-
Style fix for M2M widget
-
Rename admin CSS class "field-box" to "fieldBox".
(This addresses a change made in Django 2.1 to fix
v1.0.0-alpha.1
1.0.0-alpha.1 (2020-08-18)
Bug Fixes
- fix arrow position on filter_horizontal widget (b754a98)
- fix styles of number and url fields (9e404d5)
Features
BREAKING CHANGES
-
dropped support for Python 2 and Django < 2.2
-
Remove unneeded import
-
Fix url
-
Move jQuery UI out to base admin template (fixes broken inlines)
-
Pass correct args to inlines
-
Style fix for M2M widget
-
Rename admin CSS class "field-box" to "fieldBox".
(This addresses a change made in Django 2.1 to fix