Skip to content

Releases: wemake-services/django-split-settings

Version 1.3.1

05 Apr 07:21
ec4295a
Compare
Choose a tag to compare

Bugfixes

  • Fixes getting the last stack item performance #532

1.3.0

09 Mar 08:52
68f877c
Compare
Choose a tag to compare

Features

  • Drops python3.8 support
  • Adds python3.11 and python3.12 support
  • Adds django5.0 support
  • Uses OSError instead of IOError alias
  • Converts include(*args, **kwargs) to include(*args, scope=...),
    because other kwargs were not supported anyway

Version 1.2.0

27 Sep 12:54
0c555ba
Compare
Choose a tag to compare

1.2.0

Features

  • Adds python3.10 support
  • Drops python3.6 support
  • Adds django4.1 support

Version 1.1.0

17 Nov 07:53
8c3b714
Compare
Choose a tag to compare

Features

  • Adds python3.9 support
  • Adds django3.1 support

Misc

  • Moves to Github Actions
  • Bumps a lot of dev dependencies

Version 1.0.1

22 Apr 09:43
cca09d0
Compare
Choose a tag to compare

Bugfixes

  • Fixes that django's dev server was not catching split setting filechanges

Version 1.0.0

15 Sep 19:13
2900bd3
Compare
Choose a tag to compare

Breaking changes:

  • Drops python2 support
  • Drops django2.0 support

Improvements:

  • Moves to poetry
  • Adds mypy support
  • Adds wemake-python-styleguide support
  • Adds extra CI checks: safety, doc8
  • Adds py.typed file to package type information

v0.3.0

04 Dec 11:22
d30fa7d
Compare
Choose a tag to compare

Improvements:

  • Added Django==2.0
  • Removed old versions of Django from test matrix
  • Removed python3.4 from test matrix
  • Documentation updates
  • Adds more flake8 plugins to enforce strict style

Bugs:

  • Fixes Windows problems via #21

Version 0.2.5

18 Apr 14:14
31ff49c
Compare
Choose a tag to compare

Verison 0.2.5

This version does not bring any new features. Only documentation updates and improvements.

Improvements:

  • Added python3.6 and Django==1.11
  • Fixed tests/settings structure with basic/ folder
  • Added documentation, which is built with Sphinx
  • Updated README.rst with new logo
  • Updated README.rst with docs badge
  • Updated CONTRIBUTING.rst with new information

Bugs:

  • Updated README.rst to be compatible with PyPI