Django 3.0 compatibility
See original GitHub issueDjango will remove the vendored django.utils.six in the upcoming 3.0 release. six is in use in django-formtools for normalization of string types and iteration.
Since I see that the next version of django-formtools will drop support for Django versions 1.10 and below, and will add support for 2.1, the smoothest experience for everybody concerned would probably be to depend on six directly for a bit?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:5
- Comments:8 (3 by maintainers)
Top Results From Across the Web
FAQ: Installation | Django documentation
For a production environment, we recommend PostgreSQL; but we also officially support MariaDB, MySQL, SQLite, and Oracle. See Supported Databases for more ...
Read more >Django 3.0 released with built-in async functionality and ...
Django 3.0 now comes with built-in async functionality, Python 3.6, 3.7 and 3.8 support, Filter expressions and more updates and features.
Read more >What's New In Django 3.0 In Python? - SynergyTop
A major update in Django is its 3.0 version which comes with built-in async functionality, support for Python 3.6, 3.7, and 3.8 as...
Read more >Whats new in Django 3.0 ? | Blog - DoTheDev
According to official documentation Django 3.0 supports Python 3.6, 3.7, and 3.8. We highly recommend and only officially support the latest ...
Read more >Here's What You Can Expect From The Django 3.0 Release
MariaDB support. Django 3.0 supports MariaDB 10.2 and higher. · ASGI Support · Exclusion Constraints on PostgreSQL · Enumerations for Model Field ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Soon we can have new PyPi releases compatible with
Django 3.0. The new version is created already.django-formtools 2.2 (with Django 3.0 compatibility) is now on PyPI.