jonashaag / django-addanother

"Add another" buttons outside the Django admin
http://django-addanother.readthedocs.org/
ISC License
50 stars 18 forks source link

remove install_requires=['django'] from setup.py #24

Closed luzfcb closed 8 years ago

luzfcb commented 8 years ago

is required because if try run pip install django-addanother -U, pip will also force update Django to the latest version

jonashaag commented 8 years ago

Merged, thanks