jonashaag / django-addanother

"Add another" buttons outside the Django admin

Home Page:http://django-addanother.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

luzfcb opened this issue · comments

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

Merged, thanks