summaryrefslogtreecommitdiff
path: root/django/contrib/sites
AgeCommit message (Expand)Author
2008-08-30Fixed #8710: removed a few stray tabs. Thanks, gkelly.Jacob Kaplan-Moss
2008-08-28Updated a few save() methods on models to accept force_insert and force_updateMalcolm Tredinnick
2008-08-06Major refactoring of django.dispatch with an eye towards speed. The net resul...Jacob Kaplan-Moss
2008-07-31Fixed #7978 -- Modified the contrib.sites tests to guarantee the initial cond...Russell Keith-Magee
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner
2008-06-25Fixed #7531 -- Modified the sites test so that user-provided initial data doe...Russell Keith-Magee
2008-06-22Fixed #7517 -- Added code to remove Sites from the site cache when they are d...Russell Keith-Magee
2008-06-22Fixed #7514 -- Added code to clear the site cache on sync. This shouldn't hav...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-08-27Refs #2333 - Added 'test' target to django-admin script. Includes addition of...Russell Keith-Magee
2006-05-26Fixed #1985 -- Got CurrentSiteManager workingAdrian Holovaty
2006-05-22Fixed some bugs in django/contrib/sites/managers and added some error checkingAdrian Holovaty
2006-05-22Added django.contrib.sites.managers, which contains CurrentSiteManager. Thank...Adrian Holovaty
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