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
/
managers.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-03-19
Refs #24227 -- Replaced M2M isinstance checks by field.many_to_many
Claude Paroz
2016-02-12
Removed unneeded hint=None/obj=None in system check messages.
Tim Graham
2015-01-02
Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions
Daniel Pyrathon
2014-12-15
Fixed #23822 -- Added support for serializing model managers in migration
Markus Holtermann
2014-03-03
Edited contrib.sites check messages for grammar and consistency.
Russell Keith-Magee
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2014-01-17
Removed some unnecessary __exact operators in filters.
Tim Graham
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-23
Fixed E225 pep8 warnings.
Tim Graham
2013-10-18
Fixed #21267 -- Fixed E502 pep8 warnings
Alasdair Nicol
2013-10-10
Whitespace cleanup.
Tim Graham
2013-03-08
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer
2010-10-18
Fixed #13790 -- auto detection of m2m fields to Site. Thanks, gabrielhurley!
Honza Král
2010-01-10
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
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