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
2017-11-07
[2.0.x] Fixed #28663 -- Add a check for likely incorrectly migrated django.ur...
Chris Lamb
2017-10-30
[2.0.x] Removed docs for obsolete compatibility checks.
Adam Johnson
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-09-18
Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyF...
Johannes Hoppe
2017-06-26
Fixed #28313 -- Added model name max length check of 100 characters in contri...
michaldabski
2017-05-23
Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL.
Mariusz Felisiak
2017-03-20
Removed extra characters in docs header underlines.
Mariusz Felisiak
2017-03-11
Fixed #27904 -- Added a system check that Field.validators are callable.
Adam Chainz
2017-02-03
Fixed spelling of "nonexistent".
Tim Graham
2017-02-01
Fixed #27661 -- Moved FileSystemFinder's ImproperlyConfigured exceptions to s...
Ling-Xiao Yang
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2017-01-17
Refs #26601 -- Removed obsolete system check for MIDDLEWARE_CLASSES setting.
Tim Graham
2017-01-17
Refs #25079 -- Removed obsolete system check for TEMPLATE_* settings.
Tim Graham
2017-01-17
Refs #26601 -- Removed support for old-style middleware using settings.MIDDLE...
Tim Graham
2017-01-17
Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.
Tim Graham
2017-01-05
Alphabetized system check reference.
Tim Graham
2016-12-23
Fixed #27626 -- Moved MEDIA_URL/STATIC_URL validation to a system check.
Adam Chainz
2016-12-21
Fixed #27612 -- Added a check for duplicate URL instance namespaces.
Andrew Nester
2016-12-19
Fixed #27611 -- Doc'd that CSRF_COOKIE_HTTPONLY setting offers no security.
Tim Graham
2016-12-19
Fixed #27377 -- Clarified that prepopulated_fields doesn't work with OneToOne...
Henry Dang
2016-11-29
Fixed #27358 -- Added a system check to prevent FileField's upload_to from st...
Henry Dang
2016-11-22
Fixed #27295 -- Added a system check to prohibit model names that start or en...
Quentin Fulsher
2016-10-28
Fixed #27188 -- Allowed using unique=True with FileField.
Michael Scott
2016-10-11
Fixed typo in docs/ref/checks.txt.
Nick Pope
2016-09-01
Clarified URL regex check message with respect to include().
Riccardo Magliocchetti
2016-08-24
Fixed #26816 -- Corrected an admin check to require inlines to subclass Inlin...
Berker Peksag
2016-08-23
Fixed #26998 -- Reverted some admin checks from checking field.many_to_many b...
Collin Anderson
2016-08-10
Refs #26947 -- Added a deployment system check for SECURE_HSTS_PRELOAD.
Ed Morley
2016-07-08
Fixed #26796 -- Added a system check for m2m fields with ignored limit_choice...
Anderson Resende
2016-06-10
Fixed #12810 -- Added a check for clashing ManyToManyField.db_table names.
Berker Peksag
2016-06-09
Fixed #26648 -- Added a system check for invalid related_query_name's contain...
Michal Petrucha
2016-06-09
Fixed #26718 -- Added system check for existence of the fields specified by F...
Sergey Fedoseev
2016-06-04
Fixed #19963 -- Added support for date_hierarchy across relations.
Vytis Banaitis
2016-05-19
Fixed #26421 -- Refactored ModelSignal to use Apps.lazy_model_operation()
Alex Hill
2016-05-19
Refs #26421 -- Refactored Apps.lazy_model_operation() for better checks and t...
Alex Hill
2016-05-17
Refs #26601 -- Added a warning if both MIDDLEWARE AND MIDDLEWARE_CLASSES are ...
Tim Graham
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-05-06
Refs #25847 -- Added system check for UserModel.is_anonymous/is_authenticated...
Tim Graham
2016-04-30
Fixed #26440 -- Added a warning for non-url()s in urlpatterns.
Alasdair Nicol
2016-04-08
Fixed #26351 -- Added MySQL check to warn about strict mode option
Claude Paroz
2016-04-08
Refs #26351 -- Added check hook to support database-related checks
Claude Paroz
2016-04-06
Fixed #26470 -- Converted auth permission validation to system checks.
Simon Charette
2016-03-21
Fixed #26365 -- Added a system check to ensure "string_is_invalid" is a string.
Vincenzo Pandolfo
2016-03-19
Refs #24227 -- Replaced M2M isinstance checks by field.many_to_many
Claude Paroz
2016-02-12
Removed unneeded hint=None/obj=None in system check messages.
Tim Graham
2016-02-10
Fixed #26154 -- Deprecated CommaSeparatedIntegerField
Brobin
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-01-22
Fixed #24116 -- Moved AdminSite.check_dependencies() to system checks.
Vincenzo Pandolfo
2016-01-14
Fixed #23868 -- Added support for non-unique django-admin-options in docs.
Tim Graham
2015-10-27
Revert "Fixed #25417 -- Added a field check for invalid default values."
Simon Charette
[next]