summaryrefslogtreecommitdiff
path: root/tests/requirements
AgeCommit message (Expand)Author
2019-01-13Fixed #27685 -- Added watchman support to the autoreloader.Tom Forbes
2019-01-02Pinned Pillow != 5.4.0 in test requirements.Tim Graham
2018-12-06Bumped mysqlclient requirement to >= 1.3.13.Tim Graham
2018-10-11Fixed #29836 -- Bumped required cx_Oracle to 6.0.Mariusz Felisiak
2018-02-08Switched test requirement to new psycopg2-binary package.Tim Graham
2017-12-18Fixed #25277 -- Restored test dependency to the original python-memcached.Tim Graham
2017-03-21Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.Mariusz Felisiak
2017-01-25Fixed #27776 -- Merged tests/requirements/base.txt into py3.txt.Tim Graham
2017-01-20Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham
2017-01-08Require Jinja2 >= 2.9.2 in test requirements.Florian Apolloner
2017-01-07Pinned jinja2<2.9 in test requirements.Tim Graham
2016-10-28Added pytz to test requirementsMarkus Holtermann
2016-10-27Fixed #27327 -- Simplified time zone handling by requiring pytz.Tim Graham
2016-08-28Refs #27132 -- Added pylibmc to test requirements.Ed Morley
2016-04-25Refs #26033 -- Added password hasher support for Argon2 v1.3.Bas Westerbaan
2016-04-19Refs #26033 -- Temporarily pinned argon2-cffi test requirement.Tim Graham
2016-03-08Fixed #26033 -- Added Argon2 password hasher.Bas Westerbaan
2015-11-19Fixed #25764 -- Added support for serialization of enum.Enum in migrations.Andrei Fokau
2015-11-12Bumped mysqlclient test requirement to >= 1.3.7.Tim Graham
2015-09-17Added a version requirement to mysqlclient in test requirements.Tim Graham
2015-09-17Added a version requirement to python-memcached in test requirements.Tim Graham
2015-09-10Enabled parallel testing by default in runtests.py.Aymeric Augustin
2015-07-31Fixed #25184 -- Added support for MaxMind GeoLite2 database formatFlavio Curella
2015-07-03Fixed #25056 -- Documented minimum version of jinja2 for testing.Tim Graham
2015-02-16Fixed #24335 -- Bumped required psycopg2 version to 2.4.5 (2.5 for contrib.po...Tim Graham
2015-01-17Removed compatibility with Python 3.2.Tim Graham
2014-12-28Added basic tests for template backends.Aymeric Augustin
2014-12-01Fixed #23289 -- Added mock as a test dependency.Tim Graham
2014-10-27Fixed #23446 -- Officially recommended mysqlclient as MySQL driverClaude Paroz
2014-04-26Fixed #3214 -- Stopped parsing SQL with regex.Aymeric Augustin
2014-04-16Revert "Fixed #22401 -- Deprecated regular expression parsing of initial SQL ...Tim Graham
2014-04-09Fixed #22401 -- Deprecated regular expression parsing of initial SQL in favor...julien 'pouete' Godin
2013-12-02Fixed #21538 -- Added numpy to test/requirements/base.txtAlasdair Nicol
2013-09-06Fixed #21032 -- pip 1.4 can't install pytz.Aymeric Augustin
2013-07-10Fixed #19196 -- Added test/requirementsTim Graham