Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 583 Bytes

CHANGELOG.rst

File metadata and controls

28 lines (19 loc) · 583 Bytes

Changelog

Version 0.2

  • Updated to Django v4

Version 0.1.1

  • Improved lookup for django-admin via pyscaffold.shell.get_command, see issue #3
  • Fix invalid cache in Cirrus CI by using a fingerprint script

Version 0.1

  • Initial release extracted from PyScaffold
  • Updated to PyScaffold v4
  • Added __main__.py and custom manage.py to bypass Django's packaging limitations, PR #2
  • Added support for project path different from package name