summaryrefslogtreecommitdiff
path: root/django/contrib/sites/managers.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-11/+15
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-4/+3
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Refs #24227 -- Replaced M2M isinstance checks by field.many_to_manyClaude Paroz2016-03-191-2/+2
* Removed unneeded hint=None/obj=None in system check messages.Tim Graham2016-02-121-2/+0
* Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon2015-01-021-1/+1
* Fixed #23822 -- Added support for serializing model managers in migrationMarkus Holtermann2014-12-151-0/+2
* Edited contrib.sites check messages for grammar and consistency.Russell Keith-Magee2014-03-031-4/+2
* Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee2014-01-201-26/+50
* Removed some unnecessary __exact operators in filters.Tim Graham2014-01-171-1/+1
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+1
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-1/+1
* Fixed #21267 -- Fixed E502 pep8 warningsAlasdair Nicol2013-10-181-2/+2
* Whitespace cleanup.Tim Graham2013-10-101-5/+5
* Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer2013-03-081-2/+2
* Fixed #13790 -- auto detection of m2m fields to Site. Thanks, gabrielhurley!Honza Král2010-10-181-8/+29
* Changed a whole bunch of places to raise exception instances instead of old-s...Adrian Holovaty2010-01-101-2/+2
* Fixed #1985 -- Got CurrentSiteManager workingAdrian Holovaty2006-05-261-15/+9
* Fixed some bugs in django/contrib/sites/managers and added some error checkingAdrian Holovaty2006-05-221-5/+20
* Added django.contrib.sites.managers, which contains CurrentSiteManager. Thank...Adrian Holovaty2006-05-221-0/+11