zsoldosp / django-currentuser

Conveniently store reference to request user on thread/db level.
BSD 3-Clause "New" or "Revised" License
141 stars 40 forks source link

Removed Django versions specs in setup.py. #33

Closed serafdev closed 5 years ago

serafdev commented 5 years ago

Left them on the tox.ini to test on the Django supported versions

Fixes #32

zsoldosp commented 5 years ago

@serafss2 I would still cap the django version, e.g.: want to make support for Django 3.0 explicit when it arrives, and not accidental, i.e.:

'Django>=1.11.17,<2.3;python_version>="2.7"'
zsoldosp commented 5 years ago

@Eorhim Thanks for merging. A too late realization from me - shouldn't we have bumped the version?

serafdev commented 5 years ago

We should indeed bump and release this @zsoldosp @Eorhim