1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

fixed #10809 -- add a mod_wsgi authentication handler

Thanks to baumer1122 for the suggestion and initial 
patch and David Fischer for the contributions and
long term patch maintenance and docs.
This commit is contained in:
Preston Holmes
2012-09-23 22:48:13 -07:00
parent 01362745ba
commit 373932fa6b
9 changed files with 222 additions and 46 deletions

View File

@@ -146,6 +146,9 @@ Django 1.5 also includes several smaller improvements worth noting:
configuration duplication. More information can be found in the
:func:`~django.contrib.auth.decorators.login_required` documentation.
* Django now provides a mod_wsgi :doc:`auth handler
</howto/deployment/wsgi/apache-auth>`
Backwards incompatible changes in 1.5
=====================================