Releases: djk2/django-admin-shell
Releases Β· djk2/django-admin-shell
V2.0.1
V2.0.0
v1.1.0
Added flag ADMIN_SHELL_CLEAR_SCOPE_ON_CLEAR_HISTORY
to
to enable the gargabe collector on the declared variables
from the shell (author: Rodrigo Castro - @rodrigondec )
v1.0.0
- Auto import of models and Django tools (like shell_plus).
More details inREADME.rst
in section aboutADMIN_SHELL_IMPORT_DJANGO
and
ADMIN_SHELL_IMPORT_MODELS
settings - refer to issue #1 - Support for Django 3.1 and Django 3.2
- Tests for Python 3.8
- Django" instead of "Djang" in titlebar - refer to issue #2
- Droop support for Django 1.9
- Remove integration with Travis