summaryrefslogtreecommitdiff
path: root/django/contrib/sites/tests.py
AgeCommit message (Expand)Author
2015-02-11Moved contrib.sites tests out of contrib.Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-27Fixed #24000 -- Corrected contrib.sites default site creation in a multiple d...Tim Graham
2014-12-01Fixed #23945 -- Made default site use the configured SITE_ID.wrwrwr
2014-12-01Fixed #23929 -- Added more tests for create_default_site.wrwrwr
2014-11-27Fixed #23641 -- Moved post_migrate signals for contrib apps to AppConfig.read...wrwrwr
2014-10-01Fixed #15089 -- Allowed contrib.sites to lookup the current site based on req...Tim Graham
2014-04-09Used more specific test assertions.Aymeric Augustin
2014-02-06Fixed #17005 -- Added CurrentSiteMiddleware to set the current site on each r...Christopher Medrela
2014-01-26Moved RequestSite and get_current_site.Aymeric Augustin
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-12-23Dropped AppCache._empty, _with_app and _without_app.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-22Removed the app_config.installed flag.Aymeric Augustin
2013-12-17Normalized Model._meta.installed.Aymeric Augustin
2013-02-24Fixed #17320 -- Added whitespace validation to the Site.domain fieldHorst Gutmann
2013-02-23Fixed #19698 -- Cleared sites cache with signalsClaude Paroz
2013-02-19Added a new required ALLOWED_HOSTS setting for HTTP host header validation.Carl Meyer
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-01-07Fixed #17415 -- Reset database sequence for Site's pk after creating the defa...Aymeric Augustin
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2010-10-04Fixed #14386, #8960, #10235, #10909, #10608, #13845, #14377 - standardize Sit...Luke Plant
2009-02-27Invalidate the appropriate SITE_CACHE entry when saving a Site model.Malcolm Tredinnick
2008-08-30Fixed #8710: removed a few stray tabs. Thanks, gkelly.Jacob Kaplan-Moss
2008-07-31Fixed #7978 -- Modified the contrib.sites tests to guarantee the initial cond...Russell Keith-Magee
2008-06-25Fixed #7531 -- Modified the sites test so that user-provided initial data doe...Russell Keith-Magee
2008-06-22Fixed #7517 -- Added code to remove Sites from the site cache when they are d...Russell Keith-Magee