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
/
tests
/
check_framework
Age
Commit message (
Expand
)
Author
2016-07-01
[1.10.x] Replaced use of TestCase.fail() with assertRaises().
Tim Graham
2016-06-16
[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-06-14
[1.10.x] Removed usage of a deprecated unittest assertion.
Ville Skyttä
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-04-30
Fixed #26440 -- Added a warning for non-url()s in urlpatterns.
Alasdair Nicol
2016-04-29
Added an explicit test that URL checks are recursive.
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-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-12
Updated allow_migrate() signature in check framework tests
Markus Holtermann
2016-02-01
Fixed #26155 -- Skipped URL checks if no ROOTURL_CONF setting.
Buddy Lindsey, Jr
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2016-01-06
Fixed #25746 -- Isolated inlined test models registration.
Simon Charette
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-10-05
Fixed #25500 -- Added --fail-level option to check command.
Jon Dufresne
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-19
Used more specific assertion in check_framework tests.
Alasdair Nicol
2015-09-18
Fixed #25034 -- Converted caches ImproperlyConfigured error to a system check.
Tom Christie
2015-08-28
Fixed #25318 -- Made SILENCED_SYSTEM_CHECKS suppress all messages.
Tim Graham
2015-08-12
Fixed #25172 -- Fixed check framework to work with multiple databases.
Ion Scerbatiuc
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
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-08
Fixed tests from refs #24922 when run in reverse.
Tim Graham
2015-06-06
Fixed #24922 -- Added system check for templates setting
Sergei Maertens
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-02-09
Removed Django 1.7 MIDDLEWARE_CLASSES upgrade check.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2015-01-05
Fixed test failures introduced in refs #23861.
Tim Graham
2015-01-05
Fixed #23861 -- Added an API to deprecate model fields.
Tim Graham
2014-11-27
Fixed #23338 -- Added warning when unique=True on ForeigKey
Diego Guimarães
2014-11-13
Fixed #23765 -- Removed BooleanField default check which often yielded false ...
Tim Graham
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-10-16
Minor cleanup in the check_framework test package.
Loic Bistuer
2014-09-12
Fixed #17101 -- Integrated django-secure and added check --deploy option
Tim Graham
2014-06-30
Added spaces to message from 4c39c270af91ddbc213e077fc06b4bf67c7c6e99.
Tim Graham
2014-06-13
Fixed #22477 -- Removed contrib middleware from the global settings defaults.
mlavin
2014-04-18
Fixed a test failure introduced by 214d1e1b0f.
Simon Charette
2014-04-10
Fixed #22194 -- Added --list-tags option to check command.
Tim Graham
2014-03-03
Corrected expected test output to allow for cleanups in signal and compatibil...
Russell Keith-Magee
2014-01-28
Fixed #21849 -- Included the count of silenced system checks in output.
Tim Graham
2014-01-20
Fix a check_framework test so it doesn't fail when TEST_RUNNER is set (e.g. o...
Carl Meyer
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee