All Versions
15
Latest Version
Avg Release Cycle
152 days
Latest Release
1051 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.1.0 Changes
November 17, 2020๐ Features
- โ Adds
python3.9
support - โ Adds
django3.1
support
Misc
- ๐ Moves to Github Actions
- โฌ๏ธ Bumps a lot of dev dependencies
- โ Adds
-
v1.0.1 Changes
April 22, 2020๐ Bugfixes
- ๐ Fixes that django's dev server was not catching split setting filechanges
-
v1.0.0 Changes
September 15, 2019๐ฅ 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
- โฌ๏ธ Drops
-
v0.3.1 Changes
๐ Improvements:
- โ Added support for django till to 2.2 version.
-
v0.3.0 Changes
December 04, 2017๐ 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
- โ Added
-
v0.2.5 Changes
April 18, 2017Verison 0.2.5
๐ This version does not bring any new features. Only documentation updates and improvements.
๐ Improvements:
- โ Added
python3.6
andDjango==1.11
- ๐ Fixed
tests/settings
structure withbasic/
folder - โ Added documentation, which is built with
Sphinx
- โก๏ธ Updated
README.rst
with new logo - โก๏ธ Updated
README.rst
withdocs
badge - โก๏ธ Updated
CONTRIBUTING.rst
with new information
๐ Bugs:
- โก๏ธ Updated
README.rst
to be compatible withPyPI
- โ Added
-
v0.2.4 Changes
December 20, 2016- ๐ Changed the default Django version in the requirements from
>= 1.5.1
to>= 1.5
- โ Added
setup.cfg
to supportpython setup.py test
command - ๐จ Refactored how the tests work
- โ Added
tests/conftest.py
file with the fixtures, used fixtures widely - ๐ Changed all test to be functions instead of classes
- โ Added new classifiers
- โ Added
pytest-env
to read env variables fromsetup.cfg
- Removed
run_coveralls.py
, addedafter_success
section in.travis.yml
- ๐ Changed the
README.rst
to be shorter
- ๐ Changed the default Django version in the requirements from
-
v0.2.3 Changes
- โ Added
[email protected]
support - Now
include
function finds parentglobals()
scope automatically if not provided - โ Added protection against infinite recursion
- โ Added tests for stackable settings definition. See
tests/settings/stacked/
- โ Added tests for the new functionality
- โ Added tests for
[email protected]
intox
andtravis
- โ Removed
3.2
and3.3
fromsetup.py
since these versions were not tested anyway
- โ Added
-
v0.2.2 Changes
July 14, 2016- ๐ Now supporting
unicode
filenames, fixes #9 - โ Tests structure is changed
- โ Removed example
- ๐ Changed how
MANIFEST.in
is defined
- ๐ Now supporting
-
v0.2.1 Changes
July 03, 2016- ๐ Changed
optional
to be a function. - โ Added
test_tools.py
, achieved 100% in coverage. - โ Removed
setuptools-git
fromsetup.py
, nowManifest
is only way to providedist
sources. - โ Added
run_coveralls.py
to work on bothCI
and local tests. - ๐ Style fixes.
- ๐ Changed