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
/
core
/
checks
/
messages.py
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-03-19
Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.core.
Daniyal
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed obsolete __ne__() methods.
Aymeric Augustin
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-08-16
Fixed crash comparing CheckMessage objects to non-CheckMessage objects.
Adam Chainz
2015-10-05
Fixed #25500 -- Added --fail-level option to check command.
Jon Dufresne
2015-05-02
Fixed #24693 -- Added label and label_lower property to Model._meta
Luis Del Giudice
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-11-12
Removed return from __init__.
Aymeric Augustin
2014-03-03
Fixed #22193 -- Made hint a truly optional arugment on check messages.
Russell Keith-Magee
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee