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