Skip to content

Releases: djk2/django-admin-shell

V2.0.1

20 Nov 07:07
89bd0e4
Compare
Choose a tag to compare
  • Add missing bootstrap.min.css.map file - refer to issue #8

V2.0.0

10 May 10:35
Compare
Choose a tag to compare
  • Support for Django 4.0 and Django 4.2
  • Tests for Python 3.10
  • Replaced test via tox from Python 3.6 to 3.7
  • Verified support for latest webbrowsers
  • Drop support for Django 1.10 and 1.11
  • Drop support for Python 2.7

v1.1.0

08 Jul 09:27
Compare
Choose a tag to compare

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

08 Apr 12:57
Compare
Choose a tag to compare
  • 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

v0.1.2

08 Jun 06:31
Compare
Choose a tag to compare
Merge branch 'issue_#1'

v0.1

19 Feb 16:23
Compare
Choose a tag to compare
Added to pypi