Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 928 Bytes

CHANGELOG.md

File metadata and controls

32 lines (22 loc) · 928 Bytes

CHANGELOG for django-admin-shell

1.1.0 (2022-07-02)

* 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)

1.0.0 (2021-06-10)

* Auto import of models and Django tools (like shell_plus).
  More details in `README.rst` in section about `ADMIN_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

0.1.2 (2020-06-08)

* Added MANIFEST.in - Issue #2

0.1.1 (2020-02-03)

* Added support for python 3.6
* Added support  Django 3.0
* Verified support for latest webbrowsers

0.1 (2016-12-27)

* Initial version