summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Refs #32355 -- Bumped required version of sqlparse in setup.cfg.Mariusz Felisiak2023-03-131-1/+1
| | | Follow up to 63d1cb0092f8933a92f471c5150d61140f33882c.
* 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
| | | Thanks to Mariusz Felisiak for review.
* 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
| | | | Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
* 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
| | | | | Thanks to Adam Johnson, Aymeric Augustin, David Smith, Mariusz Felisiak, Nick Pope, and Paul Ganssle for reviews.
* Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵David Smith2021-07-291-1/+1
| | | | appropriate.
* Fixed dash-separated deprecation warning in setup.cfg.Tim Graham2021-06-221-1/+1
| | | Deprecated in setuptools 54.1.0.
* 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
| | | | Forwardported 3.1 release notes from 474f65406fe2e568482d83db2ea94c0409afa039.
* 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
| | | | Unnecessary since abc0777b63057e2ff97eee2ff184356051e14c47 where the extension was changed to not be ".py".
* Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin.Jon Dufresne2019-12-061-0/+1
| | | | Unify on the entry point created by setuptools entry_points feature.
* 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
| | | | Co-authored-by: Nick Pope <nick.pope@flightdataservices.com>
* Removed deprecated license-file from setup.cfg.Jon Dufresne2019-05-081-3/+0
| | | | | Starting with wheel 0.32.0 (2018-09-29), the "license-file" option is deprecated. LICENSE is now included automatically.
* Removed not_skip from isort configuration per isort 4.3.5.Mariusz Felisiak2019-02-251-1/+0
| | | | __init__.py has been removed from the default ignore list.
* Refs #27753 -- Removed django.utils.six.Tim Graham2019-02-051-1/+1
|
* Ignored flake8 W504 warnings.Mariusz Felisiak2018-10-241-1/+1
| | | | W504 is mutually exclusive with W503 that we follow.
* 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
| | | | This is an obsolete thing that Jenkins builds needed.
* 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
| | | | Thanks Tim Graham for the review.
* 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
| | | | | This doesn't work in Django 1.8 but was fixed in Django 1.9 as a side effect of another change.
* 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
| | | setup.py adds these spaces when distributing.
* 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
|