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