index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
2013-02-19
[1.5.x] Added a new required ALLOWED_HOSTS setting for HTTP host header valid...
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