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
I noticed that overseer's setup.py has a strict dependance on Django 1.2.4 ?
I do have a buildout with djangorecipe set to django 1.2.5 but the real installed django version is 1.2.4 because of the paths orders:
Hi,
I noticed that overseer's setup.py has a strict dependance on Django 1.2.4 ?
I do have a buildout with djangorecipe set to django 1.2.5 but the real installed django version is 1.2.4 because of the paths orders:
Is there any reason why install_requires in the setup.py is 'Django==1.2.4' rather than 'Django>=1.2.4' ?
The text was updated successfully, but these errors were encountered: