| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-06-24 | Migrated setuptools configuration to pyproject.toml. | Claude Paroz | |
| This branch migrates setuptools configuration from setup.py/setup.cfg to pyproject.toml. In order to ensure that the generated binary files have consistent casing (both the tarball and the wheel), setuptools version is limited to ">=61.0.0,<69.3.0". Configuration for flake8 was moved to a dedicated .flake8 file since it cannot be configured via pyproject.toml. Also, __pycache__ exclusion was removed from MANIFEST and the extras/Makefile was replaced with a simpler build command. Co-authored-by: Nick Pope <nick@nickpope.me.uk> | |||
| 2024-01-05 | Moved isort config from setup.cfg to pyproject.toml. | Claude Paroz | |
| 2024-01-05 | Removed obsolete rpm-related install code. | Claude Paroz | |
| 2023-11-19 | Refs #34118 -- Added Python 3.12 to classifiers and tox.ini. | Mariusz Felisiak | |
| 2023-06-23 | Refs #34391 -- Updated asgiref dependency for 5.0 release series. | Mariusz Felisiak | |
| 2023-03-13 | Refs #32355 -- Bumped required version of sqlparse in setup.cfg. | Mariusz Felisiak | |
| Follow up to 63d1cb0092f8933a92f471c5150d61140f33882c. | |||
| 2023-01-18 | Fixed #34233 -- Dropped support for Python 3.8 and 3.9. | Mariusz Felisiak | |
| 2022-12-20 | Refs #34118 -- Adopted asgiref coroutine detection shims. | Carlton Gibson | |
| Thanks to Mariusz Felisiak for review. | |||
| 2022-10-26 | Refs #33173 -- Added Python 3.11 to classifiers and tox.ini. | Mariusz Felisiak | |
| 2022-06-16 | Updated asgiref dependency for 4.1 release series. | Carlton Gibson | |
| 2022-02-07 | Refs #33476 -- Adjusted docs and config files for Black. | Carlton Gibson | |
| Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2021-12-07 | Updated asgiref dependency for 4.0 release series. | Mariusz Felisiak | |
| 2021-10-05 | Refs #32074 -- Added Python 3.10 to classifiers and tox.ini. | Mariusz Felisiak | |
| 2021-09-16 | Fixed #32365 -- Made zoneinfo the default timezone implementation. | Carlton Gibson | |
| Thanks to Adam Johnson, Aymeric Augustin, David Smith, Mariusz Felisiak, Nick Pope, and Paul Ganssle for reviews. | |||
| 2021-07-29 | Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵ | David Smith | |
| appropriate. | |||
| 2021-06-22 | Fixed dash-separated deprecation warning in setup.cfg. | Tim Graham | |
| Deprecated in setuptools 54.1.0. | |||
| 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 | |
| Forwardported 3.1 release notes from 474f65406fe2e568482d83db2ea94c0409afa039. | |||
| 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 | |
| Unnecessary since abc0777b63057e2ff97eee2ff184356051e14c47 where the extension was changed to not be ".py". | |||
| 2019-12-06 | Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin. | Jon Dufresne | |
| Unify on the entry point created by setuptools entry_points feature. | |||
| 2019-11-20 | Pinned asgiref version. | Carlton Gibson | |
| 2019-11-08 | Fixed #30948 -- Changed packaging to use declarative config in setup.cfg. | Jon Dufresne | |
| Co-authored-by: Nick Pope <nick.pope@flightdataservices.com> | |||
| 2019-05-08 | Removed deprecated license-file from setup.cfg. | Jon Dufresne | |
| Starting with wheel 0.32.0 (2018-09-29), the "license-file" option is deprecated. LICENSE is now included automatically. | |||
| 2019-02-25 | Removed not_skip from isort configuration per isort 4.3.5. | Mariusz Felisiak | |
| __init__.py has been removed from the default ignore list. | |||
| 2019-02-05 | Refs #27753 -- Removed django.utils.six. | Tim Graham | |
| 2018-10-24 | Ignored flake8 W504 warnings. | Mariusz Felisiak | |
| W504 is mutually exclusive with W503 that we follow. | |||
| 2017-01-25 | Refs #23919 -- Removed misc Python 2/3 references. | Tim Graham | |
| 2017-01-19 | Removed xmlrunner from flake8 exclude. | Tim Graham | |
| This is an obsolete thing that Jenkins builds needed. | |||
| 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 | |
| Thanks Tim Graham for the review. | |||
| 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 | |
| This doesn't work in Django 1.8 but was fixed in Django 1.9 as a side effect of another change. | |||
| 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 | |
| setup.py adds these spaces when distributing. | |||
| 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 | |
