All Versions
15
Latest Version
Avg Release Cycle
152 days
Latest Release
1879 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.1.0 Changes
November 17, 2020๐ Features
- โ Adds
python3.9support - โ Adds
django3.1support
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
python2support - โฌ๏ธ Drops
django2.0support
๐ Improvements:
- ๐ Moves to
poetry - โ Adds
mypysupport - โ Adds
wemake-python-styleguidesupport - โ Adds extra CI checks:
safety,doc8 - โ Adds
py.typedfile 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
Djangofrom test matrix - โ Removed
python3.4from test matrix - ๐ Documentation updates
- โ Adds more
flake8plugins 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.6andDjango==1.11 - ๐ Fixed
tests/settingsstructure withbasic/folder - โ Added documentation, which is built with
Sphinx - โก๏ธ Updated
README.rstwith new logo - โก๏ธ Updated
README.rstwithdocsbadge - โก๏ธ Updated
CONTRIBUTING.rstwith new information
๐ Bugs:
- โก๏ธ Updated
README.rstto be compatible withPyPI
- โ Added
-
v0.2.4 Changes
December 20, 2016- ๐ Changed the default Django version in the requirements from
>= 1.5.1to>= 1.5 - โ Added
setup.cfgto supportpython setup.py testcommand - ๐จ Refactored how the tests work
- โ Added
tests/conftest.pyfile with the fixtures, used fixtures widely - ๐ Changed all test to be functions instead of classes
- โ Added new classifiers
- โ Added
pytest-envto read env variables fromsetup.cfg - Removed
run_coveralls.py, addedafter_successsection in.travis.yml - ๐ Changed the
README.rstto be shorter
- ๐ Changed the default Django version in the requirements from
-
v0.2.3 Changes
- โ Added
django@1.10support - Now
includefunction 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
django@1.10intoxandtravis - โ Removed
3.2and3.3fromsetup.pysince these versions were not tested anyway
- โ Added
-
v0.2.2 Changes
July 14, 2016- ๐ Now supporting
unicodefilenames, fixes #9 - โ Tests structure is changed
- โ Removed example
- ๐ Changed how
MANIFEST.inis defined
- ๐ Now supporting
-
v0.2.1 Changes
July 03, 2016- ๐ Changed
optionalto be a function. - โ Added
test_tools.py, achieved 100% in coverage. - โ Removed
setuptools-gitfromsetup.py, nowManifestis only way to providedistsources. - โ Added
run_coveralls.pyto work on bothCIand local tests. - ๐ Style fixes.
- ๐ Changed