django1/django/contrib/sites
Claude Paroz ec6e2eac60 Added database migration for contrib.sites.
refs #22170.
2014-06-15 19:28:20 -04:00
..
locale Updated translation catalogs 2014-05-19 15:17:35 +02:00
migrations Added database migration for contrib.sites. 2014-06-15 19:28:20 -04: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 #22070 -- Changed verbose_name for apps in django.contrib to use title case 2014-03-06 18:43:04 -05:00
management.py Ensure cursors are closed when no longer needed. 2014-02-02 12:47:21 -05:00
managers.py Edited contrib.sites check messages for grammar and consistency. 2014-03-03 14:27:22 +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 Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +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 Used more specific test assertions. 2014-04-09 22:20:22 +02:00