django-anon icon indicating copy to clipboard operation
django-anon copied to clipboard

Drops support for Python 2, Django 1.11, and 2.2, and adds support for Django 4

Open renatooliveira opened this issue 2 years ago • 0 comments

Description

closes #77

This PR drops support for Python 2, Django 1.11, and 2.2, and adds support for Django 4.

  • Tox for some reason wasn't running ./runtests.py, I had to add python instead of running the executable
  • DEFAULT_AUTO_FIELD is now good to have in settings

Todos

  • [ ] Tests
  • [x] Documentation
  • [ ] Changelog

renatooliveira avatar Mar 30 '23 18:03 renatooliveira