Skip to content

Choose a tag to compare

@ryanhiebert ryanhiebert released this 26 Dec 13:39
· 3 commits to main since this release
53915aa
  • 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.