Django 3.0 compatibility
See original GitHub issueThis package uses the available_attrs
function (https://github.com/dprog-philippe-docourt/django-qr-code/blob/master/qr_code/views.py#L27) which has been removed in Django 3.0 (https://docs.djangoproject.com/en/3.0/releases/3.0/#removed-private-python-2-compatibility-apis).
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:9 (1 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 FreeTop 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
Top GitHub Comments
Fixed in release 1.2.0.
All I had to do is downgrade the 3.0.2 to 2.2.9 :3