index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
setup.cfg
Age
Commit message (
Expand
)
Author
2022-02-08
[4.0.x] Refs #33476 -- Adjusted docs and config files for Black.
Carlton Gibson
2021-12-07
[4.0.x] Bumped version for 4.0 release.
4.0
Mariusz Felisiak
2021-12-07
[4.0.x] Updated asgiref dependency for 4.0 release series.
Mariusz Felisiak
2021-10-25
[4.0.x] Bumped version for 4.0 beta 1.
4.0b1
Mariusz Felisiak
2021-10-05
[4.0.x] Refs #32074 -- Added Python 3.10 to classifiers and tox.ini.
Mariusz Felisiak
2021-09-21
[4.0.x] Bumped version for 4.0 alpha 1 release.
4.0a1
Mariusz Felisiak
2021-09-16
Fixed #32365 -- Made zoneinfo the default timezone implementation.
Carlton Gibson
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-06-22
Fixed dash-separated deprecation warning in setup.cfg.
Tim Graham
2021-04-06
Updated asgiref dependency for 3.2 release series.
Carlton Gibson
2021-02-10
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
2021-01-14
Refs #23433 -- Removed django-admin.py entry point per deprecation timeline.
Mariusz Felisiak
2020-10-13
Refs #31040 -- Doc'd Python 3.9 compatibility.
Mariusz Felisiak
2020-07-17
Bumped asgiref requirement to >= 3.2.10.
Mariusz Felisiak
2020-06-17
Refs #30472 -- Simplified Argon2PasswordHasher with argon2-cffi 19.1+ API.
Florian Apolloner
2020-05-06
Added release notes URL to packaging metadata.
Ville Skyttä
2019-12-12
Removed unnecessary app_template directory from flake8 exclude.
Jon Dufresne
2019-12-06
Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin.
Jon Dufresne
2019-11-20
Pinned asgiref version.
Carlton Gibson
2019-11-08
Fixed #30948 -- Changed packaging to use declarative config in setup.cfg.
Jon Dufresne
2019-05-08
Removed deprecated license-file from setup.cfg.
Jon Dufresne
2019-02-25
Removed not_skip from isort configuration per isort 4.3.5.
Mariusz Felisiak
2019-02-05
Refs #27753 -- Removed django.utils.six.
Tim Graham
2018-10-24
Ignored flake8 W504 warnings.
Mariusz Felisiak
2017-01-25
Refs #23919 -- Removed misc Python 2/3 references.
Tim Graham
2017-01-19
Removed xmlrunner from flake8 exclude.
Tim Graham
2017-01-18
Refs #23919 -- Stopped using django.utils.lru_cache().
Aymeric Augustin
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2016-08-19
Fixed #27091 -- Added .tox to flake8 exclude.
Tim Graham
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-04-04
Fixed E402 flake8 warnings.
Tim Graham
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2016-03-25
Fixed #26406 -- Set isort line_length.
Jarek Glowacki
2016-02-05
Fixed #26176 -- Fixed E123 flake8 warnings.
Tim Graham
2016-01-25
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2015-09-18
Refs #25422 -- Added a test for a template tag with type annotations.
Thomas Orozco
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-03-14
Fixes #23643 -- Added chained exception details to debug view.
Tomáš Ehrlich
2015-03-11
Fixed spacing in setup.cfg
Collin Anderson
2015-02-15
Added new "W503 line break before binary operator" warning to flake8 ignore.
Tim Graham
2015-02-11
Ignored flake8 newly added E402 and E731.
Loic Bistuer
2015-02-06
Fixed E265 comment style
Collin Anderson
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-18
Removed an unused import and a flake8 exclude that caused it to be missed.
Tim Graham
2015-01-17
Removed django.utils.unittest per deprecation timeline.
Tim Graham
2015-01-17
Removed django.utils.dictconfig per deprecation timeline.
Tim Graham
2014-11-20
Added some directories on Jenkins to flake8 exclude.
Tim Graham
2014-09-19
Fixed some flake8 errors.
Tim Graham
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
[next]