-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathCHANGELOG
More file actions
20 lines (15 loc) · 564 Bytes
/
CHANGELOG
File metadata and controls
20 lines (15 loc) · 564 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Changelog
**0.0.6** (Apr 14, 2024)
* Python 3.10, 3.11 and 3.12 support
* Django 4 and 5 support
**0.0.5** (Oct 22, 2020)
* Python 3.9 support
* Fixed bug that would allow models not declared in Public App to be in the public admin
**0.0.4** (Oct 06, 2020)
* Example application added to the repository
* Remove “Recent actions” from the UI
* Template compatible with native Django Admin instance
**0.0.3** (Jul 26, 2020)
* Fixes compatibility with Django 3 in pyproject.toml
**0.0.2** (Apr 4, 2020)
* Release with docstrings and docs