django-bootstrap-calendar
django-bootstrap-calendar copied to clipboard
Update code to Django 4.x and Python3
- update code to work with Django LTS as of today
- update code to work with various locale when LOCALE_CODE is set in project settings
- update unicode (Python2) constructs to Python3
- update black code formatter