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