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
/
models.py
Age
Commit message (
Expand
)
Author
2008-08-28
Updated a few save() methods on models to accept force_insert and force_update
Malcolm Tredinnick
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner
2008-06-22
Fixed #7517 -- Added code to remove Sites from the site cache when they are d...
Russell Keith-Magee
2007-09-15
Added a get_host() method to HttpRequest. There is still an http.get_host() v...
Malcolm Tredinnick
2007-09-14
Fixed #3766 -- Added in-memory caching for the sites framework. Will speed up...
Malcolm Tredinnick
2007-09-14
Fixed #4951 -- Improved host retrieval in sites.models.RequestSite. Thanks, C...
Malcolm Tredinnick
2007-09-13
Fixed #5410 -- Added a __unicode__() method to RequestSite. Thanks, bos
Adrian Holovaty
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-07-12
Added RequestSite class to sites framework
Adrian Holovaty
2007-07-12
Added helpful error message to SiteManager.get_current() if the user hasn't s...
Adrian Holovaty
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2006-05-11
Changed Site model to use str, not repr
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty