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
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
2015-10-14
Refs #25535 -- Minor edits to ForeignObject check changes.
Tim Graham
2015-09-23
Removed deprecated TEMPLATE_* settings per deprecation timeline.
Tim Graham
2015-09-23
Refs #24022 -- Removed the ssi tag per deprecation timeline.
Tim Graham
2015-09-21
Fixed #23813 -- Added checks for common URL pattern errors
Alasdair Nicol
2015-09-18
Fixed #25417 -- Added a field check for invalid default values.
Simon Charette
2015-09-18
Fixed #25034 -- Converted caches ImproperlyConfigured error to a system check.
Tom Christie
2015-07-31
Fixed #25174 -- Moved some details of CheckMessage to the reference guide.
Tim Graham
2015-07-15
Fixed #24966 -- Added deployment system check for empty ALLOWED_HOSTS.
rroskam
2015-07-13
Fixed #25079 -- Added warning if both TEMPLATES and TEMPLATE_* settings are d...
Daniel Roseman
2015-07-13
Documented templates system check type.
Tim Graham
2015-06-06
Fixed #24922 -- Added system check for templates setting
Sergei Maertens
2015-03-21
Fixed #24479 -- Added system check to prevent both ordering and order_wrt.
Jon Dufresne
2015-02-09
Removed Django 1.7 MIDDLEWARE_CLASSES upgrade check.
Tim Graham
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-01-19
Removed IPAddressField per deprecation timeline; refs #20439.
Tim Graham
2015-01-01
Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.
Tim Graham
2014-11-27
Fixed #23338 -- Added warning when unique=True on ForeigKey
Diego Guimarães
2014-11-26
Fixed #23801 -- Added warning when max_length is used with IntegerField
MattBlack85
2014-11-13
Fixed #23765 -- Removed BooleanField default check which often yielded false ...
Tim Graham
2014-11-13
Added missing docs for 1_7.W001 check.
Tim Graham
2014-10-17
Fixed #23469 -- Removed test runner compatibility check which often yielded f...
Tim Graham
2014-10-16
Fixed #23615 -- Validate that a Model instance's "check" attribute is a method.
Rigel Di Scala
2014-10-04
Fixed #22064 -- Add check for related_name
André Ericson
2014-09-29
Fixed spelling mistakes and added words to wordlist.
Tim Graham
2014-09-12
Fixed #17101 -- Integrated django-secure and added check --deploy option
Tim Graham
2014-09-05
Added missing periods in docs/ref/checks.txt.
Sébastien Fievet
2014-09-04
Fixed typo in docs/ref/checks.txt.
Tim Graham
2014-07-09
Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...
Anubhav Joshi
2014-06-17
Fixed #13711 -- Model check added to ensure that auto-generated column name i...
Anubhav Joshi
2014-06-06
Added formatting and line wrapping to checks reference doc.
Tim Graham
2014-06-02
Fixed #22690 -- Added a check for proxy models containing fields.
Craig de Stigter
2014-05-16
Fixed #21905 -- Add info message if DateField or TimeField use a fixed value
Markus Holtermann
2014-05-16
Refs #21798 - Modified error number to provide room for future expansion.
Russell Keith-Magee
[next]