Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/requirements
Commit message (Collapse)AuthorAgeFilesLines
* Added a version requirement to mysqlclient in test ↵Tim Graham2015-09-171-1/+2
| | | | requirements.
* Added a version requirement to python-memcached in test ↵Tim Graham2015-09-171-1/+2
| | | | requirements.
* Enabled parallel testing by default in runtests.py.Aymeric Augustin2015-09-101-0/+1
|
* Fixed #25184 -- Added support for MaxMind GeoLite2 ↵Flavio Curella2015-07-311-0/+1
| | | | database format
* Fixed #25056 -- Documented minimum version of jinja2 for ↵Tim Graham2015-07-031-1/+1
| | | | testing.
* Fixed #24335 -- Bumped required psycopg2 version to ↵Tim Graham2015-02-171-1/+1
| | | | 2.4.5 (2.5 for contrib.postgres).
* Removed compatibility with Python 3.2.Tim Graham2015-01-172-2/+1
|
* Added basic tests for template backends.Aymeric Augustin2014-12-281-0/+1
|
* Fixed #23289 -- Added mock as a test dependency.Tim Graham2014-12-011-0/+2
|
* Fixed #23446 -- Officially recommended mysqlclient as ↵Claude Paroz2014-10-271-1/+1
| | | | | | | MySQL driver Thanks Corey Farwell for the report and Tim Graham for the review. Thanks also to Inada Naoki for creating and maintaining mysqlclient.
* Fixed #3214 -- Stopped parsing SQL with regex.Aymeric Augustin2014-04-261-0/+1
| | | | | | | | | | | | | | | | | | | | Avoided introducing a new regex-based SQL splitter in the migrations framework, before we're bound by backwards compatibility. Adapted this change to the legacy "initial SQL data" feature, even though it's already deprecated, in order to facilitate the transition to migrations. sqlparse becomes mandatory for RunSQL on some databases (all but PostgreSQL). There's no API to provide a single statement and tell Django not to attempt splitting. Since we have a more robust splitting implementation, that seems like a good tradeoff. It's easier to add a new keyword argument later if necessary than to remove one. Many people contributed to both tickets, thank you all, and especially Claude for the review. Refs #22401.
* Revert "Fixed #22401 -- Deprecated regular expression ↵Tim Graham2014-04-171-1/+0
| | | | | | | | parsing of initial SQL in favor of installing sqlparse." This reverts commit 071c9337750b296d198cced56f3ffad0e176afb6. This introduced a regression on MySQL and custom SQL is deprecated.
* Fixed #22401 -- Deprecated regular expression parsing of ↵julien 'pouete' Godin2014-04-101-0/+1
| | | | initial SQL in favor of installing sqlparse.
* Fixed #21538 -- Added numpy to test/requirements/base.txtAlasdair Nicol2013-12-021-0/+1
| | | | Thanks Tim Graham for the report
* Fixed #21032 -- pip 1.4 can't install pytz.Aymeric Augustin2013-09-071-1/+1
|
* Fixed #19196 -- Added test/requirementsTim Graham2013-07-106-0/+13