index
:
django.git
fix-31295
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
2026-02-10
Fixed #36903 -- Fixed further NameErrors when inspecting functions with defer...
93578237
2025-11-13
Fixed #36663 -- Defaulted to running checks against all databases.
Simon Charette
2025-11-13
Refs #31055 -- Augmented regression tests for database system checks.
Simon Charette
2025-09-05
Fixed #36564 -- Changed DEFAULT_AUTO_FIELD from AutoField to BigAutoField.
Tim Graham
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-06-27
Fixed #15727 -- Added Content Security Policy (CSP) support.
Rob Hudson
2024-10-15
Fixed #35656 -- Added an autodetector attribute to the makemigrations and mig...
leondaz
2024-03-27
Fixed #35233 -- Moved template engine system checks to backend methods.
Giannis Terzopoulos
2024-03-01
Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition.
Simon Charette
2024-02-19
Fixed #35229 -- Made URL custom error handler check run once.
Adam Johnson
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-07-11
Fixed #34691 -- Added system check for unmatched angle brackets in path().
Amir Karimi
2023-07-11
Refs #34695 -- Added tests for check for CSRF_FAILURE_VIEW signature with val...
Mariusz Felisiak
2022-10-03
Refs #32987 -- Relaxed system check for template tag modules with the same na...
Mariusz Felisiak
2022-07-26
Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle the...
Mariusz Felisiak
2022-07-26
Refs #27236 -- Reverted AlterIndexTogether deprecation.
Mariusz Felisiak
2022-07-19
Fixed #33855 -- Removed unnecessary system check calls from test worker initi...
Mariusz Felisiak
2022-07-12
Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes.
David Wobrock
2022-07-08
Refs #27236 -- Added generic mechanism to handle the deprecation of migration...
David Wobrock
2022-06-23
Fixed #33800 -- Fixed system check for the same template tag module in instal...
Mariusz Felisiak
2022-03-15
Fixed #31169 -- Adapted the parallel test runner to use spawn.
David Smith
2022-02-21
Refs #33526 -- Made CSRF_COOKIE_SECURE/SESSION_COOKIE_SECURE/SESSION_COOKIE_H...
Mariusz Felisiak
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-01
Fixed #30360 -- Added support for secret key rotation.
tschilling
2021-10-20
Fixed #32987 -- Added system check for template tag modules with the same name.
Shreya Bamne
2021-06-22
Fixed #32863 -- Skipped system check for specifying type of auto-created prim...
Hasan Ramezani
2021-06-15
Fixed #30427, Fixed #16176 -- Corrected setting descriptor in Field.contribut...
Carlton Gibson
2021-06-09
Fixed #32195 -- Added system check for invalid view in path() and improved er...
Angus Holder
2021-05-18
Fixed #32733 -- Skipped system check for specifying type of auto-created prim...
Rust Saiargaliev
2021-05-18
Refs #31007 -- Added test for check for specifying type of auto-created prima...
Rust Saiargaliev
2021-04-21
Fixed #32665 -- Fixed caches system check crash when STATICFILES_DIRS is a li...
Mariusz Felisiak
2021-03-30
Fixed #31840 -- Added support for Cross-Origin Opener Policy header.
bankc
2021-03-30
Fixed #32260 -- Made View.as_view() do not use update_wrapper().
Daniyal
2021-03-19
Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.core.
Daniyal
2021-03-18
Refs #16010 -- Required CSRF_TRUSTED_ORIGINS setting to include the scheme.
Tim Graham
2021-01-22
Fixed #32360 -- Added system check for FILE_UPLOAD_TEMP_DIR setting.
Timothy McCurrach
2021-01-21
Fixed #32367 -- Fixed system check for specifying type of auto-created primar...
Mariusz Felisiak
2021-01-12
Refs #32311 -- Fixed CSRF_FAILURE_VIEW system check errors code.
Hasan Ramezani
2021-01-12
Fixed #32311 -- Added system check for CSRF_FAILURE_VIEW setting.
Hasan Ramezani
2020-12-15
Fixed #31007 -- Allowed specifying type of auto-created primary keys.
Tom Forbes
2020-12-14
Ensured that registered checks accept keyword arguments.
Adam Johnson
2020-11-11
Fixed #31757 -- Adjusted system check for SECRET_KEY to warn about autogenera...
Artem Kosenko
2020-11-11
Fixed #32180 -- Added system check for file system caches absolute location.
Carles Pina i Estany
2020-11-04
Fixed #31983 -- Added system check for file system caches location.
christa
2020-06-22
Combined MySQL backend server info queries.
Adam Johnson
2020-06-03
Preferred usage of among/while to amongst/whilst.
David Smith
2020-04-15
Fixed #31459 -- Fixed handling invalid indentifiers in URL path conversion.
Adam Johnson
2020-04-01
Fixed #31380 -- Added deployment system check for DJANGO_ALLOW_ASYNC_UNSAFE e...
hashlash
2020-03-21
Normalized check framework test pattern.
Adam Johnson
[next]