Skip to content

Releases: ryanhiebert/django-cmd

3.0

26 Dec 13:39
53915aa

Choose a tag to compare

  • BREAKING: Configure the python path whenever there is a pyproject.toml, even when not configuring settings.
    This allows for manually specifying settings modules at the CLI without also having the specify the pythonpath manually.
  • Deprecate and give warnings when configured via setup.cfg.
    Use the tool.django section in pyproject.toml instead.
  • Rename settings_module configuration to settings to mirror the --settings command line argument.
    The settings_module spelling is kept for compatibility, but is deprecated and will give deprecation warnings.
  • Add pythonpath configuration to mirror the --pythonpath command line argument, to allow for setting the python path relative to the pyproject.toml, such as the common src directory.

2.7

15 Dec 14:33
e6cedd0

Choose a tag to compare

2.7
  • Add support for Python 3.14, Django 5.2, and Django 6.0.

2.6

11 Jan 03:28
2f4749f

Choose a tag to compare

2.6
  • Use the pyproject.toml directory as the path when discovered by walking up the tree.

2.5

10 Jan 04:55
30ceff2

Choose a tag to compare

2.5
  • Remove accidentally added debug print.
  • Add ruff linting and print checking.

2.4

09 Jan 17:53
e42748b

Choose a tag to compare

2.4
  • Walk up the tree to find pyproject.toml.

2.3

22 Dec 13:04
eefc0dc

Choose a tag to compare

2.3
  • Support configuration when using the built-in django-admin command.

2.2

19 Dec 18:02
77042c4

Choose a tag to compare

2.2
  • Add the directory to the Python path if the settings module from the configuration file is the same as it is in the environment. This allows django runserver to work.

2.1

16 Dec 16:03
327d6df

Choose a tag to compare

2.1
  • Automatically add the directory to the Python path when a configuration file is found.

2.0

15 Dec 18:01
0663c12

Choose a tag to compare

2.0
  • Require Python >= 3.8
  • Require Django >= 2.0
  • Read configuration from pyproject.toml

Full Changelog: 1.0...2.0

1.0

29 Nov 02:11

Choose a tag to compare

1.0
Initial commit