Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Django 1.9 compatibility #522

Merged
merged 3 commits into from
Jul 26, 2016

Conversation

m-vdb
Copy link
Contributor

@m-vdb m-vdb commented Jul 22, 2016

Hi there,

We're moving on to Django 1.9. Here are a few changes we needed to make lettuce compatible with it. It's nothing really :p

Also, it could be cool to:

  • add configuration in .travis.yml to test several versions of Django
  • add something in the README.md saying which Django versions are supported (didn't see it)

cc @gabrielfalcao

@m-vdb m-vdb changed the title Mvdb/django 19 compat Django 1.9 compatibility Jul 22, 2016
@gabrielfalcao
Copy link
Owner

👏

@gabrielfalcao gabrielfalcao merged commit 27c44b3 into gabrielfalcao:master Jul 26, 2016
@m-vdb m-vdb deleted the mvdb/django-19-compat branch July 26, 2016 19:18
@@ -36,7 +36,7 @@
class Command(BaseCommand):
help = u'Run lettuce tests all along installed apps'
args = '[PATH to feature file or folder]'
requires_model_validation = False
requires_model_validation = requires_system_checks = False
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change breaks the harvest command - see #525

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(for Django versions < 1.9)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants