douglasmiranda / django-admin-bootstrap

Responsive Theme for Django Admin With Sidebar Menu
MIT License
880 stars 235 forks source link

Update documentation #154

Closed IamMiracleAlex closed 4 years ago

IamMiracleAlex commented 4 years ago

Thanks for this awesome package --- I thought to bring this to your notice!

The app works with django 2.2, and 3.0, New users need to know. Infact, I was not sure it did at first.

This release handled the upgrade for django 2.2 - https://github.com/douglasmiranda/django-admin-bootstrap/releases/tag/0.4.1

While this handled for django 3.0 - https://github.com/douglasmiranda/django-admin-bootstrap/releases/tag/0.4.4

Going through the project, I discovered that the django-admin-boostrap does not overide much of the django admin core implementations. The templatetags are enough. so it's quite easy to support multiple versions.

douglasmiranda commented 4 years ago

Thank you!! xD