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