summaryrefslogtreecommitdiff
path: root/django/core/wsgi.py
AgeCommit message (Expand)Author
2017-02-21Refs #27656 -- Updated django.core docstring verbs according to PEP 257.Anton Samarchyan
2015-10-29Fixed #16734 -- Set script prefix even outside of requestsClaude Paroz
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2013-12-30Stopped populating the app registry as a side effect.Aymeric Augustin
2013-12-30Populated the app registry earlier at startup.Aymeric Augustin
2011-10-22Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int...Carl Meyer