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
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2019-11-05
Fixed #30947 -- Changed tuples to lists in model Meta options in django.contr...
Jon Dufresne
2018-12-27
Followed style guide for model attribute ordering.
Matt Wiens
2018-10-09
Fixed #29829 -- Remove unused code in contrib.sites.models._simple_domain_nam...
Hasan Ramezani
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-29
Fixed #27181 -- Allowed contrib.sites to match domains with trailing ".".
Anton Samarchyan
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2015-11-07
Fixed #25692 -- Added natural keys support to Site model.
j0hnsmith
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-02-13
Fixed #24332 -- Fixed contrib.sites create_default_site() when 'default' DATA...
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-18
Removed contrib.sites.models.RequestSite/get_current_site() aliases.
Tim Graham
2014-12-15
Fixed #23822 -- Added support for serializing model managers in migration
Markus Holtermann
2014-10-01
Fixed #15089 -- Allowed contrib.sites to lookup the current site based on req...
Tim Graham
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-01-26
Moved RequestSite and get_current_site.
Aymeric Augustin
2013-11-16
Moved import at proper place in contrib.sites
Claude Paroz
2013-06-18
Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...
Loic Bistuer
2013-02-24
Fixed python 3 support. Refs #17320
Florian Apolloner
2013-02-24
Fixed #17320 -- Added whitespace validation to the Site.domain field
Horst Gutmann
2013-02-23
Fixed #19698 -- Cleared sites cache with signals
Claude Paroz
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2010-10-04
Fixed #14386, #8960, #10235, #10909, #10608, #13845, #14377 - standardize Sit...
Luke Plant
2009-02-27
Invalidate the appropriate SITE_CACHE entry when saving a Site model.
Malcolm Tredinnick
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