summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Expand)AuthorAgeFilesLines
* Refs #32355 -- Bumped required version of sqlparse in setup.cfg.Mariusz Felisiak2023-03-131-1/+1
* Fixed #34233 -- Dropped support for Python 3.8 and 3.9.Mariusz Felisiak2023-01-181-4/+1
* Refs #34118 -- Adopted asgiref coroutine detection shims.Carlton Gibson2022-12-201-1/+1
* Refs #33173 -- Added Python 3.11 to classifiers and tox.ini.Mariusz Felisiak2022-10-261-0/+1
* Updated asgiref dependency for 4.1 release series.Carlton Gibson2022-06-161-1/+1
* Refs #33476 -- Adjusted docs and config files for Black.Carlton Gibson2022-02-071-6/+8
* Updated asgiref dependency for 4.0 release series.Mariusz Felisiak2021-12-071-1/+1
* Refs #32074 -- Added Python 3.10 to classifiers and tox.ini.Mariusz Felisiak2021-10-051-0/+1
* Fixed #32365 -- Made zoneinfo the default timezone implementation.Carlton Gibson2021-09-161-1/+2
* Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith2021-07-291-1/+1
* Fixed dash-separated deprecation warning in setup.cfg.Tim Graham2021-06-221-1/+1
* Updated asgiref dependency for 3.2 release series.Carlton Gibson2021-04-061-1/+1
* Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak2021-02-101-3/+1
* Refs #23433 -- Removed django-admin.py entry point per deprecation timeline.Mariusz Felisiak2021-01-141-2/+0
* Refs #31040 -- Doc'd Python 3.9 compatibility.Mariusz Felisiak2020-10-131-0/+1
* Bumped asgiref requirement to >= 3.2.10.Mariusz Felisiak2020-07-171-1/+1
* Refs #30472 -- Simplified Argon2PasswordHasher with argon2-cffi 19.1+ API.Florian Apolloner2020-06-171-1/+1
* Added release notes URL to packaging metadata. Ville Skyttä2020-05-061-0/+1
* Removed unnecessary app_template directory from flake8 exclude.Jon Dufresne2019-12-121-1/+1
* Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin.Jon Dufresne2019-12-061-0/+1
* Pinned asgiref version.Carlton Gibson2019-11-201-1/+1
* Fixed #30948 -- Changed packaging to use declarative config in setup.cfg.Jon Dufresne2019-11-081-0/+52
* Removed deprecated license-file from setup.cfg.Jon Dufresne2019-05-081-3/+0
* Removed not_skip from isort configuration per isort 4.3.5.Mariusz Felisiak2019-02-251-1/+0
* Refs #27753 -- Removed django.utils.six.Tim Graham2019-02-051-1/+1
* Ignored flake8 W504 warnings.Mariusz Felisiak2018-10-241-1/+1
* Refs #23919 -- Removed misc Python 2/3 references.Tim Graham2017-01-251-3/+0
* Removed xmlrunner from flake8 exclude.Tim Graham2017-01-191-1/+1
* Refs #23919 -- Stopped using django.utils.lru_cache().Aymeric Augustin2017-01-181-1/+1
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-1/+1
* Fixed #27091 -- Added .tox to flake8 exclude.Tim Graham2016-08-191-1/+1
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-1/+1
* Fixed E402 flake8 warnings.Tim Graham2016-04-041-1/+1
* Fixed W503 flake8 warnings.Tim Graham2016-04-041-1/+1
* Fixed #26406 -- Set isort line_length.Jarek Glowacki2016-03-251-0/+1
* Fixed #26176 -- Fixed E123 flake8 warnings.26176Tim Graham2016-02-051-1/+1
* Fixed #26125 -- Fixed E731 flake warnings.userimack2016-01-251-1/+1
* Refs #25422 -- Added a test for a template tag with type annotations.Thomas Orozco2015-09-181-1/+1
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+1
* Sorted imports in __init__.py files.Tim Graham2015-06-271-0/+1
* Fixes #23643 -- Added chained exception details to debug view.Tomáš Ehrlich2015-03-141-1/+1
* Fixed spacing in setup.cfgCollin Anderson2015-03-111-2/+2
* Added new "W503 line break before binary operator" warning to flake8 ignore.Tim Graham2015-02-151-1/+1
* Ignored flake8 newly added E402 and E731.Loic Bistuer2015-02-111-1/+1
* Fixed E265 comment styleCollin Anderson2015-02-061-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-0/+7
* Removed an unused import and a flake8 exclude that caused it to be missed.Tim Graham2015-01-181-1/+1
* Removed django.utils.unittest per deprecation timeline.Tim Graham2015-01-171-1/+1
* Removed django.utils.dictconfig per deprecation timeline.Tim Graham2015-01-171-1/+1
* Added some directories on Jenkins to flake8 exclude.Tim Graham2014-11-201-1/+1