This repository has been archived by the owner on Mar 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Django-maven no longer works for Django < 1.8. #7
Comments
I don't have enough time to fix it. You could help? |
I wouldn't think so, I'm afraid - I don't know anything about django-maven (another developer added it to the project that I am currently working on). |
jogwen
pushed a commit
to jogwen/django-maven
that referenced
this issue
Jul 8, 2015
should make django-maven support Django < 1.8 once more. See saippuakauppias#7
I think pull request 8 should fix this. Short term workaround is to "pip install django-maven==0.2". |
I merge pull request 8 in master branch. Please, test it before I create version on pypy. |
Thanks @saippuakauppias. It works with Django 1.4. Perhaps @pcraston could test it for Django 1.8, but I'm confident it should work for Django 1.8 too. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The commit f2ace9e introduced the use of the
use_argparse()
method, which was added to Django 1.8 - so django-maven no longer works with previous versions of Django.The text was updated successfully, but these errors were encountered: