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
Age
Commit message (
Expand
)
Author
2017-03-03
[1.11.x] Fixed #27887 -- Fixed URLs check crash with namespaced URLs inside n...
Tim Graham
2017-02-24
[1.11.x] Fixed #27874 -- Fixed URL namespace warning (urls.W005) for nested n...
Chris Lamb
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-17
Refs #16859 -- Disabled CSRF_COOKIE_* checks when using CSRF_USE_SESSIONS.
Raphael Michel
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-10-05
Fixed #27262 -- Moved URL checks to resolver and pattern classes.
Lucas Lois
2016-09-19
Fixed #27238 -- Disabled check_pattern_startswith_slash if settings.APPEND_SL...
Alasdair Nicol
2016-09-17
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
2016-09-01
Clarified URL regex check message with respect to include().
Riccardo Magliocchetti
2016-08-16
Fixed crash comparing CheckMessage objects to non-CheckMessage objects.
Adam Chainz
2016-08-10
Refs #26947 -- Added a deployment system check for SECURE_HSTS_PRELOAD.
Ed Morley
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-04
Replaced a 'raw' six import
Claude Paroz
2016-04-30
Fixed #26440 -- Added a warning for non-url()s in urlpatterns.
Alasdair Nicol
2016-04-08
Refs #26351 -- Added check hook to support database-related checks
Claude Paroz
2016-03-21
Fixed #26365 -- Added a system check to ensure "string_is_invalid" is a string.
Vincenzo Pandolfo
2016-02-12
Removed unneeded hint=None/obj=None in system check messages.
Tim Graham
2016-02-01
Fixed #26155 -- Skipped URL checks if no ROOTURL_CONF setting.
Buddy Lindsey, Jr
2016-01-06
Fixed #25746 -- Isolated inlined test models registration.
Simon Charette
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-10-05
Fixed #25500 -- Added --fail-level option to check command.
Jon Dufresne
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
Refs #23813 -- Moved URLconfs into module and tidied docstrings.
Alasdair Nicol
2015-09-21
Fixed #23813 -- Added checks for common URL pattern errors
Alasdair Nicol
2015-09-18
Fixed #25034 -- Converted caches ImproperlyConfigured error to a system check.
Tom Christie
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
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-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-06-06
Fixed #24922 -- Added system check for templates setting
Sergei Maertens
2015-05-02
Fixed #24693 -- Added label and label_lower property to Model._meta
Luis Del Giudice
2015-02-09
Removed Django 1.7 MIDDLEWARE_CLASSES upgrade check.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-11-13
Fixed #23765 -- Removed BooleanField default check which often yielded false ...
Tim Graham
2014-11-12
Removed return from __init__.
Aymeric Augustin
2014-11-11
Fixed #23750 -- Allowed core.checks.register to be used as a function
averybigant
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-09-12
Fixed #17101 -- Integrated django-secure and added check --deploy option
Tim Graham
2014-06-29
Add missing spaces to implicitly joined strings
Ian Foote
2014-06-13
Fixed #22477 -- Removed contrib middleware from the global settings defaults.
mlavin
2014-05-15
Harmonized some PEP 0263 coding preambles
Claude Paroz
2014-04-17
Fixed #22454 - Changed compatibility warning hint
Moayad Mardini
2014-04-10
Fixed #22194 -- Added --list-tags option to check command.
Tim Graham
[next]