Skip to content

Commit

Permalink
downgrade django-registration-redux, fixes #250
Browse files Browse the repository at this point in the history
seems like our code is not compatible with d-r-r 1.2 as using it breaks at least the password reset.
  • Loading branch information
ThomasWaldmann committed Jan 8, 2016
1 parent 893ef1a commit 4c6b7b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.d/all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dnspython
netaddr
django>=1.8.1, <1.9
django-bootstrap-form
django-registration-redux
django-registration-redux<1.2
django-extensions
python-social-auth
requests
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
'netaddr',
'django>=1.8.1, <1.9',
'django-bootstrap-form',
'django-registration-redux',
'django-registration-redux<1.2', # 1.2 breaks password reset and maybe other stuff
'django-extensions',
'python-social-auth',
'requests', # for our ddns_client
Expand Down

0 comments on commit 4c6b7b5

Please sign in to comment.