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

Update setup.py to allow the use of Django 3.2.* #206

Conversation

samjacobclift
Copy link
Contributor

What this PR does

  • Currently django-moderation fails to install for projects using Django 3.2.*
  • I believe this is because the setup.py specifies that we need to use 3.1.*
  • As recommend in Update for Django 3.0 #195 (comment) I've tweak the pattern to 'django>=1.11'
  • I've forked and have tested the project with Django 3.2.7 and it seems to all be working
  • If we merge this it would be nice to have a new release too 💪

@dominno dominno merged commit 6909b01 into dominno:master Sep 9, 2021
@bitdivision bitdivision mentioned this pull request Sep 17, 2021
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.

2 participants