-
Notifications
You must be signed in to change notification settings - Fork 104
What about django 1.5.1? #33
Comments
Currently, you have to make some changes to get things to play nicely with Django 1.5. The fixes are pretty simple, and the error messages that Django gives you basically tells you how to fix the issue. Off the top of my head you have to:
I've been meaning to submit some pull requests to fix the issues, will try to get to it tomorrow. |
Same question, but what about Django 1.6? Any plans to upgrade this? |
Yes! I'm actually just looking into this now. |
+1 for 1.6 (maybe even 1.7 as it should be released soon) :) Great work btw!!! Love this skeleton! |
+1 for 1.7 |
I have an extended fork of this repo. These two commits should do the job I think: aladagemre@26bbdeb (except you will remove django-allauth which is my extra package) |
Closed on account of #64 |
I am just wondering if there are compatibility issues with django 1.5.1.
The text was updated successfully, but these errors were encountered: