Compatability with Django 4.0
See original GitHub issueDjango has removed django.conf.urls.url()
https://docs.djangoproject.com/en/4.0/releases/4.0/#features-removed-in-4-0
but it is still used in django_prometheus/urls.py
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:5
Top Results From Across the Web
Django 4.0 - What's New Features and Improvements
Python Compatibility. Django 4.0 supports Python 3.8, 3.9, and 3.10. The Django 3.2.x series is the last to support Python 3.6 and 3.7....
Read more >What's new in Django v4.0 - LogRocket Blog
Django v4.0 will only support Oracle ≥v19. The Django team has officially removed support for Oracle versions 18c and earlier. According to the ......
Read more >Django 4.0 compatibility · Issue #3098 · pennersr/django-allauth
Currently using django-allauth version 0.50.0 with Django version 4.0.3 on Python 3.10, and it seems to work perfectly fine.
Read more >What's New in Django 4.0: Security Patches & Protecting Your ...
Python compatibility: Django 4.0 supports Python 3.8, 3.9, and 3.10. · Crypt password hasher: The new script password hasher is more secure and ......
Read more >django CMS open source roadmap
django CMS 4.0 & Versioning · A revised model structure, delivering huge performance improvements · Powerful versioning functionality · A new app configuration ......
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
new version is available: https://pypi.org/project/django-prometheus/2.2.0/
I had the same issue. For future reference, perhaps you already know but you can also pip install from git, even from a specific commit. Using poetry, this would look something like:
django_prometheus = { git = "ssh://git@github.com/korfuri/django-prometheus.git", rev = "a304687214825f766077e4de0b5d0be7555feb81" }