https://github.com/whtsky/django-utils-six
Forward compatibility django.utils.six for Django 3
https://github.com/whtsky/django-utils-six
django django-utils
Last synced: 10 months ago
JSON representation
Forward compatibility django.utils.six for Django 3
- Host: GitHub
- URL: https://github.com/whtsky/django-utils-six
- Owner: whtsky
- License: bsd-3-clause
- Created: 2020-06-17T14:53:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-27T09:58:59.000Z (over 5 years ago)
- Last Synced: 2024-04-25T13:43:05.127Z (almost 2 years ago)
- Topics: django, django-utils
- Language: Python
- Homepage: https://pypi.org/project/django-utils-six/
- Size: 10.7 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# django-utils-six
Forward compatibility django.utils.six for Django 3
```bash
pip install Django>3
pip install django-utils-six
```
Code is taken from [Django 2.2](https://github.com/django/django/blob/stable/2.2.x/django/utils/six.py)
## Why?
I found `django.utils.six` is solely responsible for plenty of libraries' incompatibility with Django 3.