summaryrefslogtreecommitdiff
path: root/django/core/checks/messages.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-9/+14
* Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.core.Daniyal2021-03-191-1/+2
* Refs #27795 -- Replaced many force_text() with str()Claude Paroz2017-04-271-3/+1
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-5/+5
* Refs #23919 -- Removed unneeded force_str callsClaude Paroz2017-01-201-2/+2
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed obsolete __ne__() methods.Aymeric Augustin2017-01-181-3/+0
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-2/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Fixed crash comparing CheckMessage objects to non-CheckMessage objects.Adam Chainz2016-08-161-2/+5
* Fixed #25500 -- Added --fail-level option to check command.Jon Dufresne2015-10-051-2/+2
* Fixed #24693 -- Added label and label_lower property to Model._metaLuis Del Giudice2015-05-021-3/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+1
* Removed return from __init__.Aymeric Augustin2014-11-121-5/+5
* Fixed #22193 -- Made hint a truly optional arugment on check messages.Russell Keith-Magee2014-03-031-1/+1
* Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee2014-01-201-0/+84