---------------------
**Breaking changes**
* Refactor PostGIS and Python (old named MapBox) backends usage. Use setting to set (default postgis)
* No DetailView anymore. As Tile can have many layers, declare VectorLayer on MVTView (one or many).
**Enhancements**
* Add compatibility to use with psycopg v3
* Drop python 3.6 and Django 2.2, 3.2
* Add python 3.11, 3.12 and Django 4.2, 5.0, 5.1
* Features
* Native MVTRenderer for django-rest-framework
* Quality
* Black-ified
* iSort-ed
* Documentation
* Add DRF and MapLibre examples