Carlton Gibson
|
5aea50e57f
|
Updated asgiref dependency for 3.2 release series.
|
2021-04-06 10:38:43 +02:00 |
Paul Ganssle
|
10d1261984
|
Refs #32365 -- Allowed use of non-pytz timezone implementations.
|
2021-01-19 11:59:37 +01:00 |
Mariusz Felisiak
|
5ce31d6a71
|
Fixed #32193 -- Deprecated MemcachedCache.
|
2020-12-09 21:27:32 +01:00 |
MinchinWeb
|
f1585c54d0
|
Fixed #31216 -- Added support for colorama terminal colors on Windows.
Modern setups on Windows support terminal colors.
The colorama library may also be used, as an
alternative to the ANSICON library.
|
2020-11-11 14:27:10 +01:00 |
Nick Pope
|
b4d46df5ca
|
Fixed #29887 -- Added a cache backend for pymemcache.
|
2020-09-16 09:40:30 +02:00 |
Mariusz Felisiak
|
3d16496037
|
Bumped asgiref requirement to >= 3.2.10.
Forwardported 3.1 release notes from 474f65406f .
|
2020-07-17 21:15:21 +02:00 |
Mariusz Felisiak
|
e36028fb9c
|
Reverted "Pinned asgiref == 3.2.7 in test requirements."
This reverts commit dcb4d79ef7 .
|
2020-06-17 07:08:51 +02:00 |
Mariusz Felisiak
|
dcb4d79ef7
|
Pinned asgiref == 3.2.7 in test requirements.
|
2020-06-16 07:54:41 +02:00 |
Mariusz Felisiak
|
895f28f9cb
|
Reverted "Pinned asgiref == 3.2.5 in test requirements."
This reverts commit aa21020218 .
Regression was fixed by
e4367c571f .
|
2020-03-24 20:52:05 +01:00 |
Mariusz Felisiak
|
aa21020218
|
Pinned asgiref == 3.2.5 in test requirements.
|
2020-03-24 08:52:21 +01:00 |
Carlton Gibson
|
36453526d3
|
Pinned asgiref version.
|
2019-11-20 14:57:08 +01:00 |
Stephen Rauch
|
4b6db766ba
|
Refs #30183 -- Doc'd dropping support for sqlparse < 0.2.2.
Support for sqlparse < 0.2.2 was broken in
782d85b6df because is_whitespace property
was added in sqlparse 0.2.2.
|
2019-11-06 08:45:43 +01:00 |
Mariusz Felisiak
|
25903e41fb
|
Refs #29926 -- Bumped minimum tblib version to 1.5.0 in test requirements.
|
2019-10-23 15:26:04 +02:00 |
Mariusz Felisiak
|
e10ebf43e1
|
Bumped minimum Pillow version to 6.2.0 in test requirements.
Pillow < 6.2.0 is vulnerable to CVE-2019-16865.
|
2019-10-23 15:07:06 +02:00 |
Mariusz Felisiak
|
19895e897c
|
Refs #30451 -- Added asgiref to the tests requirements.
|
2019-06-24 08:10:23 +02:00 |
Tom Forbes
|
c8720e7696
|
Fixed #27685 -- Added watchman support to the autoreloader.
Removed support for pyinotify (refs #9722).
|
2019-01-13 20:33:47 -05:00 |
Tim Graham
|
e4a714b259
|
Pinned Pillow != 5.4.0 in test requirements.
There's a bug that causes a test failure in forms_tests:
https://github.com/python-pillow/Pillow/pull/3501/files#r244651761.
|
2019-01-02 17:15:39 -05:00 |
Tim Graham
|
770b9ea77f
|
Fixed #25277 -- Restored test dependency to the original python-memcached.
|
2017-12-18 10:37:43 -10:00 |
Tim Graham
|
888c1e9bfe
|
Fixed #27776 -- Merged tests/requirements/base.txt into py3.txt.
|
2017-01-25 16:26:59 -05:00 |
Tim Graham
|
4d92a0bd86
|
Fixed #19196 -- Added test/requirements
|
2013-07-10 09:24:05 -04:00 |