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
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-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-08-04
Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.
Mariusz Felisiak
2020-07-29
Fixed #29324 -- Made SECRET_KEY validation lazy (on first access).
Florian Apolloner
2020-07-24
Fixed #31802 -- Added system check for non-integer SITE_ID.
Parth Verma
2020-06-03
Preferred usage of among/while to amongst/whilst.
David Smith
2020-05-08
Refs #27661 -- Added Tags.staticfiles.
Mariusz Felisiak
2020-04-01
Fixed #31380 -- Added deployment system check for DJANGO_ALLOW_ASYNC_UNSAFE e...
hashlash
2020-02-07
Refs #31055 -- Added --database option to the check management command.
Simon Charette
2020-01-08
Fixed #31141 -- Relaxed system check of translation settings for sublanguages.
Mariusz Felisiak
2019-09-09
Fixed #29406 -- Added support for Referrer-Policy header.
Nick Pope
2019-09-09
Fixed #30426 -- Changed X_FRAME_OPTIONS setting default to DENY.
Claude Paroz
2019-08-08
Fixed #30673 -- Relaxed system check for db_table collision when database rou...
Adnan Umer
2019-08-05
Fixed #30680 -- Removed obsolete system check for SECURE_BROWSER_XSS_FILTER s...
Adnan Umer
2019-05-02
Fixed #30396 -- Added system checks for uniqueness of indexes and constraints...
can
2019-04-24
Refs #30241 -- Fixed BytesWarning emitted in test_translation tests.
Jon Dufresne
2019-04-24
Fixes #30342 -- Removed a system check for LANGUAGES_BIDI setting.
Matthias Kestenholz
2019-03-28
Fixed #30241 -- Added more system checks of translation settings.
Nick Pope
2019-03-28
Refs #29713 -- Improved error message when LANGUAGE_CODE is invalid.
Nick Pope
2019-01-30
Fixed #30116 -- Dropped support for Python 3.5.
Tim Graham
2018-12-24
Fixed #20098 -- Added a check for model Meta.db_table collisions.
Sanyam Khurana
2018-10-30
Capitalized SecurityMiddleware headers for consistency with other headers.
Artur Juraszek
2018-09-06
Refs #29713 -- Improved error message from translation system check.
Nick Pope
2018-09-03
Fixed #29713 -- Added check that LANGUAGE_CODE uses standard language id format.
David
2018-02-26
Removed unnecessary setdefault() from CheckRegistry.register().
Mariusz Felisiak
2018-01-12
Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...
Дилян Палаузов
2017-12-28
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-08-24
Used sets for CheckRegistry.registered_checks and deployment_checks.
Sergey Fedoseev
2017-08-21
Removed need for hasattr(check, 'tags') in CheckRegistry.
Sergey Fedoseev
2017-07-29
Avoided creation of temporary sets.
Sergey Fedoseev
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-04-26
Replaced temporary lists used for passing arguments with iterables.
Jon Dufresne
2017-03-03
Fixed #27887 -- Fixed URLs check crash with namespaced URLs inside non-namesp...
Tim Graham
2017-02-24
Fixed #27874 -- Fixed URL namespace warning (urls.W005) for nested namespaces.
Chris Lamb
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-21
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed obsolete __ne__() methods.
Aymeric Augustin
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
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
[next]