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
/
docs
/
ref
/
checks.txt
Age
Commit message (
Expand
)
Author
2020-08-04
[3.1.x] Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.
Mariusz Felisiak
2020-05-27
[3.1.x] Fixed some formatting issues in docs.
Mariusz Felisiak
2020-05-14
[3.1.x] Fixed #31575 -- Added system check for admin sidebar request context ...
Jon Dufresne
2020-05-13
[3.1.x] Used :envvar: role and .. envvar:: directive in various docs.
Nick Pope
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-04-30
Fixed #20581 -- Added support for deferrable unique constraints.
Ian Foote
2020-04-24
Refs #31369 -- Deprecated models.NullBooleanField in favor of BooleanField(nu...
Tim Schilling
2020-04-10
Fixed #31351 -- Added system checks for partial indexes and unique constraint...
Ichlasul Affan
2020-04-01
Fixed #31380 -- Added deployment system check for DJANGO_ALLOW_ASYNC_UNSAFE e...
hashlash
2020-03-20
Fixed #31144 -- Relaxed system check for max_length of CharFields on MySQL/Ma...
Rohit
2020-03-19
Refs #29548 -- Mentioned MariaDB in database system checks.
Mariusz Felisiak
2020-02-27
Fixed #31185 -- Fixed detecting of unique fields in ForeignKey/ForeignObject ...
Valze
2020-02-26
Removed hint from fields.E310 message in system check docs.
Mariusz Felisiak
2020-02-17
Fixed #31277 -- Relaxed system check of m2m intermediary tables for db_table ...
Xavier Francisco
2020-02-07
Refs #31055 -- Added --database option to the check management command.
Simon Charette
2020-01-23
Fixed #31200 -- Added system checks for permissions codenames max length.
Michael Mulholland
2020-01-10
Fixed #30980 -- Improved error message when checking uniqueness of admin acti...
Adam Donaghy
2019-12-17
Fixed #31086 -- Improved error message for admin model inlines with more than...
Shubham singh
2019-10-17
Refs #12990 -- Moved CheckFieldDefaultMixin to the django.db.models.fields.mi...
sage
2019-09-10
Refs #29598 -- Removed FloatRangeField per deprecation timeline.
Mariusz Felisiak
2019-09-09
Fixed #29406 -- Added support for Referrer-Policy header.
Nick Pope
2019-09-09
Fixed #30757 -- Added a system check to ensure max_length fits the longest ch...
Nick Pope
2019-09-09
Fixed #30426 -- Changed X_FRAME_OPTIONS setting default to DENY.
Claude Paroz
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-08-08
Fixed #30673 -- Relaxed system check for db_table collision when database rou...
Adnan Umer
2019-08-05
Fixed #30680 -- Removed obsolete system check for SECURE_BROWSER_XSS_FILTER s...
Adnan Umer
2019-07-05
Fixed #30613 -- Moved index name validation to system checks.
can
2019-07-02
Fixed typos in comments and docs.
Min ho Kim
2019-06-21
Fixed #30421 -- Allowed symmetrical intermediate table for self-referential M...
Nadège Michel
2019-05-02
Fixed #30396 -- Added system checks for uniqueness of indexes and constraints...
can
2019-04-26
Fixed #30312 -- Relaxed admin check from django.contrib.sessions to SessionMi...
Aarni Koskela
2019-04-25
Fixed #30318 -- Added check for importability of arguments of custom error ha...
Alasdair Nicol
2019-04-24
Fixes #30342 -- Removed a system check for LANGUAGES_BIDI setting.
Matthias Kestenholz
2019-03-28
Fixed #30241 -- Added more system checks of translation settings.
Nick Pope
2019-03-28
Refs #29713 -- Improved error message when LANGUAGE_CODE is invalid.
Nick Pope
2019-03-25
Fixed #28431 -- Added a system check for BinaryField to prevent strings defau...
Hasan Ramezani
2019-03-01
Refs #29408 -- Cosmetic edits for validation of related fields and lookups in...
Mariusz Felisiak
2019-03-01
Fixed #29408 -- Added validation of related fields and lookups in model Meta....
Hasan Ramezani
2018-12-24
Fixed #20098 -- Added a check for model Meta.db_table collisions.
Sanyam Khurana
2018-11-23
Refs #23801 -- Made integer field max_length warning show correct field type.
Nick Pope
2018-10-30
Capitalized SecurityMiddleware headers for consistency with other headers.
Artur Juraszek
2018-10-02
Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField.
Stefano Chiodino
2018-10-02
Fixed #29711 -- Added a system check for uniquness of admin actions' __name__.
Przemysław Buczkowski
2018-09-27
Fixed #29796 -- Added system check for STATICFILES_DIRS prefix ending with a ...
Paweł Kołodziej
2018-09-14
Fixed #29642 -- Added check for arguments of custom error handler views.
Adam Johnson
2018-09-06
Refs #29713 -- Improved error message from translation system check.
Nick Pope
2018-09-03
Fixed #29713 -- Added check that LANGUAGE_CODE uses standard language id format.
David
2018-08-22
Fixed #26352 -- Made system check allow ManyToManyField to target the same mo...
Simon Willison
2018-08-20
Fixed #29695 -- Added system checks for admin's app dependencies and TEMPLATE...
Rodrigo
2018-07-10
Fixed #11964 -- Added support for database check constraints.
Ian Foote
[next]