[1.0.0](https://github.com/stephenmcd/grappelli-safe/compare/v0.5.2...v1.0.0) (2021-11-19)
Bug Fixes
* fix arrow position on filter_horizontal widget ([b754a98](https://github.com/stephenmcd/grappelli-safe/commit/b754a98507a683c086f3a2e384a39e90592e304b))
* fix styles of number and url fields ([9e404d5](https://github.com/stephenmcd/grappelli-safe/commit/9e404d5bfd13cac019999caca01abbae5e56fa06))
* hide deletelink in Django 3.1+ inlines ([288fc6c](https://github.com/stephenmcd/grappelli-safe/commit/288fc6ca72845cd1823f7708cfcf3b9154df1f2c))
Features
* Add Django 2.2 Compatability ([96](https://github.com/stephenmcd/grappelli-safe/issues/96)) ([7755ffd](https://github.com/stephenmcd/grappelli-safe/commit/7755ffd2771d975be4342f79d120daa7b7e0bed7)), closes [#29248](https://github.com/stephenmcd/grappelli-safe/issues/29248) [#29041](https://github.com/stephenmcd/grappelli-safe/issues/29041)
* make templates compatible with Django 3 ([57b1bcf](https://github.com/stephenmcd/grappelli-safe/commit/57b1bcf28603112f4a524755d74f7361e5cf7ed2))
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