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
/
tests
/
sites_tests
Age
Commit message (
Expand
)
Author
2016-06-07
[1.10.x] Fixed #26716 -- Made CurrentSiteMiddleware compatible with new-style...
Brett Haydon
2016-05-15
Fixed #24075 -- Used post-migration models in contrib apps receivers.
Simon Charette
2016-04-03
Fixed #26446 -- Added additional tests to cover methods in the RequestSite class
Piers Storey
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-11-07
Fixed #25692 -- Added natural keys support to Site model.
j0hnsmith
2015-06-18
Fixed reverse sites_tests failures introduced in refs #24834.
Tim Graham
2015-06-18
Fixed #24834 -- Fixed get_current_site() when Host header contains port.
Nick Pope
2015-05-16
Fixed #24774 -- Made contrib.site's Site.domain field unique
Piotr Jakimiak
2015-03-16
Fixed #24488 -- Made create_default_site() use default pk of 1.
Marten Kenbeek
2015-02-20
Fixed #24351, #24346 -- Changed the signature of allow_migrate().
Loic Bistuer
2015-02-13
Fixed #24332 -- Fixed contrib.sites create_default_site() when 'default' DATA...
Tim Graham
2015-02-11
Moved contrib.sites tests out of contrib.
Tim Graham