| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed #34233 -- Dropped support for Python 3.8 and 3.9. | Mariusz Felisiak | 2023-01-18 | 1 | -1/+0 |
| | | |||||
| * | Refs #32365 -- Removed support for pytz timezones per deprecation timeline. | Mariusz Felisiak | 2023-01-17 | 1 | -1/+0 |
| | | |||||
| * | Refs #34255 -- Bumped required psycopg version to 3.1.8. | Mariusz Felisiak | 2023-01-17 | 1 | -1/+1 |
| | | |||||
| * | Refs #32355 -- Bumped minimum supported versions of 3rd-party packages. | Mariusz Felisiak | 2023-01-05 | 1 | -5/+5 |
| | | | | | This bumps minimum supported versions of 3rd-party packages to the first releases to support Python 3.8. | ||||
| * | Refs #32355 -- Bumped mysqlclient requirement to >= 1.4.3. | Mariusz Felisiak | 2023-01-05 | 1 | -1/+1 |
| | | | | mysqlclient 1.4.3 is the first release to support Python 3.8. | ||||
| * | Refs #34118 -- Adopted asgiref coroutine detection shims. | Carlton Gibson | 2022-12-20 | 1 | -1/+1 |
| | | | | Thanks to Mariusz Felisiak for review. | ||||
| * | Fixed #33308 -- Added support for psycopg version 3. | Daniele Varrazzo | 2022-12-15 | 1 | -1/+1 |
| | | | | | | | | Thanks Simon Charette, Tim Graham, and Adam Johnson for reviews. Co-authored-by: Florian Apolloner <florian@apolloner.eu> Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | ||||
| * | Refs #34118 -- Skipped not compatible requirements on daily builds for ↵ | Mariusz Felisiak | 2022-11-16 | 1 | -3/+3 |
| | | | | | Python 3.12. | ||||
| * | Fixed #34111 -- Made test runner with --debug-sql format SQL queries. | Giebisch | 2022-10-24 | 1 | -1/+1 |
| | | |||||
| * | Updated asgiref dependency for 4.1 release series. | Carlton Gibson | 2022-06-16 | 1 | -1/+1 |
| | | |||||
| * | Refs #33476 -- Made management commands use black. | Carlton Gibson | 2022-02-11 | 1 | -0/+1 |
| | | | | | Run black on generated files, if it is available on PATH. | ||||
| * | Refs #32193 -- Removed python-memcached from test requirements. | Jacob Walls | 2022-01-10 | 1 | -2/+0 |
| | | | | Follow up to 05f3a6186efefc9fca2204a745b992501c6fd91f. | ||||
| * | Refs #32355 -- Bumped required psycopg2 version to 2.8.4. | Mariusz Felisiak | 2021-12-22 | 1 | -1/+1 |
| | | | | psycopg2 2.8.4 is the first release to support Python 3.8. | ||||
| * | Updated asgiref dependency for 4.0 release series. | Mariusz Felisiak | 2021-12-07 | 1 | -1/+1 |
| | | |||||
| * | Refs #32074 -- Removed usage of deprecated asyncore and smtpd modules. | Mariusz Felisiak | 2021-10-15 | 1 | -0/+1 |
| | | | | asyncore and smtpd modules were deprecated in Python 3.10. | ||||
| * | Fixed #33012 -- Added Redis cache backend. | Daniyal | 2021-09-14 | 1 | -0/+1 |
| | | | | | | | 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. | ||||
| * | Updated asgiref dependency for 3.2 release series. | Carlton Gibson | 2021-04-06 | 1 | -1/+1 |
| | | |||||
| * | Refs #32390 -- Bumped required cx_Oracle to 7.0. | Mariusz Felisiak | 2021-02-03 | 1 | -1/+1 |
| | | |||||
| * | Refs #32365 -- Allowed use of non-pytz timezone implementations. | Paul Ganssle | 2021-01-19 | 1 | -0/+2 |
| | | |||||
| * | Fixed #32193 -- Deprecated MemcachedCache. | Mariusz Felisiak | 2020-12-09 | 1 | -0/+1 |
| | | |||||
| * | Fixed #31216 -- Added support for colorama terminal colors on Windows. | MinchinWeb | 2020-11-11 | 1 | -0/+1 |
| | | | | | | Modern setups on Windows support terminal colors. The colorama library may also be used, as an alternative to the ANSICON library. | ||||
| * | Fixed #29887 -- Added a cache backend for pymemcache. | Nick Pope | 2020-09-16 | 1 | -0/+1 |
| | | |||||
| * | Bumped asgiref requirement to >= 3.2.10. | Mariusz Felisiak | 2020-07-17 | 1 | -1/+1 |
| | | | | | Forwardported 3.1 release notes from 474f65406fe2e568482d83db2ea94c0409afa039. | ||||
| * | Reverted "Pinned asgiref == 3.2.7 in test requirements." | Mariusz Felisiak | 2020-06-17 | 1 | -1/+1 |
| | | | | This reverts commit dcb4d79ef719d824431a8b3ff8ada879bbab21cc. | ||||
| * | Pinned asgiref == 3.2.7 in test requirements. | Mariusz Felisiak | 2020-06-16 | 1 | -1/+1 |
| | | |||||
| * | Refs #12990 -- Bumped mysqlclient requirement to >= 1.4.0. | Mariusz Felisiak | 2020-05-08 | 1 | -1/+1 |
| | | | | | MySQLdb.constants.FIELD_TYPE.JSON was added in mysqlclient 1.4.0rc2. | ||||
| * | Reverted "Pinned asgiref == 3.2.5 in test requirements." | Mariusz Felisiak | 2020-03-24 | 1 | -1/+1 |
| | | | | | | | This reverts commit aa21020218a2dcd29a03444ad2a77f03f085b04e. Regression was fixed by https://github.com/django/asgiref/commit/e4367c571fd1833bda0b7ff0bd68d924916352da. | ||||
| * | Pinned asgiref == 3.2.5 in test requirements. | Mariusz Felisiak | 2020-03-24 | 1 | -1/+1 |
| | | |||||
| * | Pinned asgiref version. | Carlton Gibson | 2019-11-20 | 1 | -1/+1 |
| | | |||||
| * | Refs #30183 -- Doc'd dropping support for sqlparse < 0.2.2. | Stephen Rauch | 2019-11-06 | 1 | -1/+1 |
| | | | | | | | Support for sqlparse < 0.2.2 was broken in 782d85b6dfa191e67c0f1d572641d8236c79174c because is_whitespace property was added in sqlparse 0.2.2. | ||||
| * | Refs #29926 -- Bumped minimum tblib version to 1.5.0 in test requirements. | Mariusz Felisiak | 2019-10-23 | 1 | -1/+1 |
| | | |||||
| * | Bumped minimum Pillow version to 6.2.0 in test requirements. | Mariusz Felisiak | 2019-10-23 | 1 | -1/+1 |
| | | | | Pillow < 6.2.0 is vulnerable to CVE-2019-16865. | ||||
| * | Refs #30451 -- Added asgiref to the tests requirements. | Mariusz Felisiak | 2019-06-24 | 1 | -0/+1 |
| | | |||||
| * | Fixed #30483 -- Switched test requirement to psycopg2 package. | Jon Dufresne | 2019-05-16 | 1 | -1/+1 |
| | | |||||
| * | Fixed #27685 -- Added watchman support to the autoreloader. | Tom Forbes | 2019-01-13 | 1 | -0/+1 |
| | | | | Removed support for pyinotify (refs #9722). | ||||
| * | Pinned Pillow != 5.4.0 in test requirements. | Tim Graham | 2019-01-02 | 1 | -1/+1 |
| | | | | | | There's a bug that causes a test failure in forms_tests: https://github.com/python-pillow/Pillow/pull/3501/files#r244651761. | ||||
| * | Bumped mysqlclient requirement to >= 1.3.13. | Tim Graham | 2018-12-06 | 1 | -2/+1 |
| | | | | There are test failures with older versions. | ||||
| * | Fixed #29836 -- Bumped required cx_Oracle to 6.0. | Mariusz Felisiak | 2018-10-11 | 1 | -1/+1 |
| | | |||||
| * | Switched test requirement to new psycopg2-binary package. | Tim Graham | 2018-02-08 | 1 | -1/+1 |
| | | |||||
| * | Fixed #25277 -- Restored test dependency to the original python-memcached. | Tim Graham | 2017-12-18 | 1 | -1/+1 |
| | | |||||
| * | Fixed #27966 -- Bumped required psycopg2 version to 2.5.4. | Mariusz Felisiak | 2017-03-21 | 1 | -1/+1 |
| | | | | Thanks Tim Graham for the review. | ||||
| * | Fixed #27776 -- Merged tests/requirements/base.txt into py3.txt. | Tim Graham | 2017-01-25 | 2 | -15/+14 |
| | | |||||
| * | Refs #23919 -- Removed django.test.mock Python 2 compatibility shim. | Tim Graham | 2017-01-20 | 1 | -5/+0 |
| | | |||||
| * | Require Jinja2 >= 2.9.2 in test requirements. | Florian Apolloner | 2017-01-08 | 1 | -1/+1 |
| | | | | | | While our code also works with any Jinja2 >2.7,<2.9 use >2.9.2 for simplicity reasons in the requirements file. | ||||
| * | Pinned jinja2<2.9 in test requirements. | Tim Graham | 2017-01-07 | 1 | -1/+1 |
| | | | | | | Kept the build green until a regression is fixed: https://github.com/pallets/jinja/issues/640 | ||||
| * | Added pytz to test requirements | Markus Holtermann | 2016-10-28 | 1 | -0/+1 |
| | | | | | | This allows running tests w/o installing Django itself by only pointing the Python path. | ||||
| * | Fixed #27327 -- Simplified time zone handling by requiring pytz. | Tim Graham | 2016-10-27 | 1 | -1/+0 |
| | | |||||
| * | Refs #27132 -- Added pylibmc to test requirements. | Ed Morley | 2016-08-28 | 1 | -0/+2 |
| | | |||||
| * | Refs #26033 -- Added password hasher support for Argon2 v1.3. | Bas Westerbaan | 2016-04-25 | 1 | -1/+1 |
| | | | | | | | | | | | The previous version of Argon2 uses encoded hashes of the form: $argon2d$m=8,t=1,p=1$<salt>$<data> The new version of Argon2 adds its version into the hash: $argon2d$v=19$m=8,t=1,p=1$<salt>$<data> This lets Django handle both version properly. | ||||
| * | Refs #26033 -- Temporarily pinned argon2-cffi test requirement. | Tim Graham | 2016-04-19 | 1 | -1/+1 |
| | | | | | The latest version (16.1) is backwards-incompatible for Django. | ||||
