streeter / django-db-readonly

Force an entire site to become readonly. In a sort of hackish way.
MIT License
108 stars 21 forks source link

Compatibility python3.7 #18

Open EralpB opened 5 years ago

EralpB commented 5 years ago

Is this library compatible with python3.7? thanks.

streeter commented 5 years ago

Hi @EralpB, I haven't tested it myself yet, so I can't speak to the compatibility. If you have any issues, a PR would gladly be taken.

jayvdb commented 4 years ago

I cant comment on py3.7, but I have the tests running on py3.6 and py3.8 at https://build.opensuse.org/package/show/home:jayvdb:django/python-django-db-readonly

It appears there is only a single test method, so that doesnt prove much, but it is a good start.

streeter commented 4 years ago

It's being tested against Python 3.8.5. The actual content of tests is very minimal right now, as @jayvdb said.