FAQ | This is a LIVE service | Changelog

Skip to content

Remove requirement versions of django to avoid breaking django apps using it....

Dr Abraham Martin requested to merge remove-django-versioning into master

Remove requirement versions of django to avoid breaking django apps using it. These apps already have their own django dependencies. We should properly fix this by testing this module across different versions of django we support but not enforcing that via install_requires, only advising which versions of django we have tested this module for, and we know is compatible.

Merge request reports