You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of using
django>=1.5,<=1.6
It maybe better to use
django>=1.5,<1.7
As it is now the requirements will uninstall Django 1.6.1 or 1.6.2 etc. The other option is to keep this up to date. I doubt that future minor point releases, i.e 1.6.3 etc, will break the app.
The text was updated successfully, but these errors were encountered:
Instead of using
django>=1.5,<=1.6
It maybe better to use
django>=1.5,<1.7
As it is now the requirements will uninstall Django 1.6.1 or 1.6.2 etc. The other option is to keep this up to date. I doubt that future minor point releases, i.e 1.6.3 etc, will break the app.
The text was updated successfully, but these errors were encountered: