| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-18 | Applied Black's 2026 stable style. | Mariusz Felisiak | |
| https://github.com/psf/black/releases/tag/26.1.0 | |||
| 2026-01-14 | Bumped linter versions in requirements files and tox.ini. | Jacob Walls | |
| Follow-up to 64ac4385c75b12a4065055b3d8d60bd5e0e61f04. | |||
| 2025-10-22 | Refs #36664 -- Added Python 3.15 to daily builds. | Mariusz Felisiak | |
| 2025-10-19 | Refs #36005 -- Bumped minimum supported versions of docutils to 0.22. | Mariusz Felisiak | |
| 2025-10-17 | Refs #35844 -- Doc'd Python 3.14 compatibility. | Mariusz Felisiak | |
| 2025-09-22 | Bumped versions in pre-commit and npm configurations. | Mariusz Felisiak | |
| 2025-08-01 | Refs #35844 -- Readded optional requirements on daily builds for Python 3.14. | Mariusz Felisiak | |
| 2025-07-09 | Updated asgiref dependency. | Carlton Gibson | |
| 2025-05-15 | Refs #35844 -- Skipped selenium and geoip2 requirement in Windows for Python ↵ | Mariusz Felisiak | |
| 3.14+. Follow up to d6925f0d6beb3c08ae24bdb8fd83ddb13d1756e4. | |||
| 2025-05-14 | Refs #35844 -- Skipped argon2-cffi requirement in Windows for Python 3.14+. | nessita | |
| 2025-02-01 | Bumped versions in pre-commit and npm configurations. | Mariusz Felisiak | |
| 2025-01-28 | Refs #36005 -- Bumped minimum supported versions of 3rd-party packages. | Mariusz Felisiak | |
| This bumps minimum supported versions of 3rd-party packages to the first releases to support Python 3.12. | |||
| 2024-10-16 | Refs #35844 -- Added Python 3.14 to daily builds. | Mariusz Felisiak | |
| 2024-08-28 | Refs #34900 -- Updated requirements for Python 3.13. | Mariusz Felisiak | |
| 2024-07-24 | Updated asgiref dependency for 5.1 release series. | Mariusz Felisiak | |
| 2024-03-05 | Used sys_platform in tests requirements. | Mariusz Felisiak | |
| We already use implementation_name and python_version markers so it's more consistent. Moreover, marker values can be specified via pip's command line options. | |||
| 2023-11-22 | Refs #34900 -- Skipped Selenium requirement on daily builds for Python 3.13. | Mariusz Felisiak | |
| Selenium required trio and trio required cffi on Windows. | |||
| 2023-11-21 | Refs #34900 -- Skipped argon2-cffi requirement on daily builds for Python 3.13. | Mariusz Felisiak | |
| 2023-11-20 | Refs #34900 -- Added Python 3.13 to daily builds. | Mariusz Felisiak | |
| 2023-11-18 | Refs #34118 -- Used Python 3.12 for GitHub actions. | Mariusz Felisiak | |
| 2023-09-04 | Refs #34233 -- Bumped minimum supported version of docutils to 0.19. | Jacob Walls | |
| 2023-09-01 | Fixed #34768 -- Avoided initializing colorama on non-Windows platforms. | Sulabh Katila | |
| 2023-06-26 | Refs #34233 -- Bumped minimum supported version of Selenium to 4.8.0. | Mariusz Felisiak | |
| This bumps minimum supported versions of selenium to the first release to support Python 3.10. | |||
| 2023-06-23 | Refs #34391 -- Updated asgiref dependency for 5.0 release series. | Mariusz Felisiak | |
| 2023-06-13 | Refs #30220 -- Bumped required version of Selenium to 3.8.0. | Mariusz Felisiak | |
| Follow up to 8d010f39869f107820421631111417298d1c5bb9. | |||
| 2023-01-18 | Fixed #34233 -- Dropped support for Python 3.8 and 3.9. | Mariusz Felisiak | |
| 2023-01-17 | Refs #32365 -- Removed support for pytz timezones per deprecation timeline. | Mariusz Felisiak | |
| 2023-01-05 | Refs #32355 -- Bumped minimum supported versions of 3rd-party packages. | Mariusz Felisiak | |
| This bumps minimum supported versions of 3rd-party packages to the first releases to support Python 3.8. | |||
| 2022-12-20 | Refs #34118 -- Adopted asgiref coroutine detection shims. | Carlton Gibson | |
| Thanks to Mariusz Felisiak for review. | |||
| 2022-11-16 | Refs #34118 -- Skipped not compatible requirements on daily builds for ↵ | Mariusz Felisiak | |
| Python 3.12. | |||
| 2022-10-24 | Fixed #34111 -- Made test runner with --debug-sql format SQL queries. | Giebisch | |
| 2022-06-16 | Updated asgiref dependency for 4.1 release series. | Carlton Gibson | |
| 2022-02-11 | Refs #33476 -- Made management commands use black. | Carlton Gibson | |
| Run black on generated files, if it is available on PATH. | |||
| 2022-01-10 | Refs #32193 -- Removed python-memcached from test requirements. | Jacob Walls | |
| Follow up to 05f3a6186efefc9fca2204a745b992501c6fd91f. | |||
| 2021-12-07 | Updated asgiref dependency for 4.0 release series. | Mariusz Felisiak | |
| 2021-10-15 | Refs #32074 -- Removed usage of deprecated asyncore and smtpd modules. | Mariusz Felisiak | |
| asyncore and smtpd modules were deprecated in Python 3.10. | |||
| 2021-09-14 | Fixed #33012 -- Added Redis cache backend. | Daniyal | |
| Thanks Carlton Gibson, Chris Jerdonek, David Smith, Keryn Knight, Mariusz Felisiak, and Nick Pope for reviews and mentoring this Google Summer of Code 2021 project. | |||
| 2021-04-06 | Updated asgiref dependency for 3.2 release series. | Carlton Gibson | |
| 2021-01-19 | Refs #32365 -- Allowed use of non-pytz timezone implementations. | Paul Ganssle | |
| 2020-12-09 | Fixed #32193 -- Deprecated MemcachedCache. | Mariusz Felisiak | |
| 2020-11-11 | Fixed #31216 -- Added support for colorama terminal colors on Windows. | MinchinWeb | |
| Modern setups on Windows support terminal colors. The colorama library may also be used, as an alternative to the ANSICON library. | |||
| 2020-09-16 | Fixed #29887 -- Added a cache backend for pymemcache. | Nick Pope | |
| 2020-07-17 | Bumped asgiref requirement to >= 3.2.10. | Mariusz Felisiak | |
| Forwardported 3.1 release notes from 474f65406fe2e568482d83db2ea94c0409afa039. | |||
| 2020-06-17 | Reverted "Pinned asgiref == 3.2.7 in test requirements." | Mariusz Felisiak | |
| This reverts commit dcb4d79ef719d824431a8b3ff8ada879bbab21cc. | |||
| 2020-06-16 | Pinned asgiref == 3.2.7 in test requirements. | Mariusz Felisiak | |
| 2020-03-24 | Reverted "Pinned asgiref == 3.2.5 in test requirements." | Mariusz Felisiak | |
| This reverts commit aa21020218a2dcd29a03444ad2a77f03f085b04e. Regression was fixed by https://github.com/django/asgiref/commit/e4367c571fd1833bda0b7ff0bd68d924916352da. | |||
| 2020-03-24 | Pinned asgiref == 3.2.5 in test requirements. | Mariusz Felisiak | |
| 2019-11-20 | Pinned asgiref version. | Carlton Gibson | |
| 2019-11-06 | Refs #30183 -- Doc'd dropping support for sqlparse < 0.2.2. | Stephen Rauch | |
| Support for sqlparse < 0.2.2 was broken in 782d85b6dfa191e67c0f1d572641d8236c79174c because is_whitespace property was added in sqlparse 0.2.2. | |||
| 2019-10-23 | Refs #29926 -- Bumped minimum tblib version to 1.5.0 in test requirements. | Mariusz Felisiak | |
