django1/django/contrib/sites
Christopher Medrela b22d6c47a7 Fixed #17005 -- Added CurrentSiteMiddleware to set the current site on each request.
Thanks jordan at aace.org for the suggestion.
2014-02-06 04:45:49 -05:00
..
locale Fixed #21388 -- Corrected language code for Frisian 2013-11-11 13:34:01 +01:00
__init__.py Fixed #21829 -- Added default AppConfigs. 2014-01-25 10:41:56 +01:00
admin.py Whitespace cleanup. 2013-10-10 16:49:20 -04:00
apps.py Fixed #21675 -- Added app configs for contrib apps. 2014-01-05 21:18:33 +01:00
management.py Ensure cursors are closed when no longer needed. 2014-02-02 12:47:21 -05:00
managers.py Fixed #16905 -- Added extensible checks (nee validation) framework 2014-01-20 10:45:21 +08:00
middleware.py Fixed #17005 -- Added CurrentSiteMiddleware to set the current site on each request. 2014-02-06 04:45:49 -05:00
models.py Moved RequestSite and get_current_site. 2014-01-26 08:50:47 +01:00
requests.py Moved RequestSite and get_current_site. 2014-01-26 08:50:47 +01:00
shortcuts.py Moved RequestSite and get_current_site. 2014-01-26 08:50:47 +01:00
tests.py Fixed #17005 -- Added CurrentSiteMiddleware to set the current site on each request. 2014-02-06 04:45:49 -05:00