Django 3.2.7 release notes Bugfixes Django 3.2.7 release notes September 1, 2021 Django 3.2.7 fixes a bug in 3.2.6. Bugfixes Fixed a regression in Django 3.2 that caused th...
How to use Django with Uvicorn Installing Uvicorn Running Django in Uvicorn How to use Django with Uvicorn Uvicorn is an ASGI server based on uvloop and httptools , with an ...
How to use Django with Hypercorn Installing Hypercorn Running Django in Hypercorn How to use Django with Hypercorn Hypercorn is an ASGI server that supports HTTP/1, HTTP/2, a...
How to use Django with Gunicorn Installing Gunicorn Running Django in Gunicorn as a generic WSGI application How to use Django with Gunicorn Gunicorn (‘Green Unicorn’) is a p...
Django 1.2 release notes Overview Python compatibility What’s new in Django 1.2 Support for multiple databases Model validation Improved CSRF protection Messages framework Ob...
Django 1.4.4 release notes Host header poisoning XML deserialization Formset memory exhaustion Admin history view information leakage Other bugfixes and changes Django 1.4....
Django 1.4.11 release notes Unexpected code execution using reverse() Caching of anonymous pages could reveal CSRF token MySQL typecasting Django 1.4.11 release notes April ...