Closed IamMiracleAlex closed 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.
Thank you!! xD
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.