Note: a lot of tests fail due to the removal of the long deprecated AUTH_PROFILE_MODULE.
Signed-off-by: Damien Lespiau <[email protected]> --- docs/requirements-django-1.7-mysql.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/requirements-django-1.7-mysql.txt diff --git a/docs/requirements-django-1.7-mysql.txt b/docs/requirements-django-1.7-mysql.txt new file mode 100644 index 0000000..21fa438 --- /dev/null +++ b/docs/requirements-django-1.7-mysql.txt @@ -0,0 +1,3 @@ +python-dateutil==1.5 +Django==1.7 +MySQL-python==1.2.5 -- 1.8.3.1 _______________________________________________ Patchwork mailing list [email protected] https://lists.ozlabs.org/listinfo/patchwork
