summaryrefslogtreecommitdiff
path: root/django/contrib/sites/tests.py
AgeCommit message (Expand)Author
2013-02-19[1.5.x] Added a new required ALLOWED_HOSTS setting for HTTP host header valid...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