index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
checks.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-12-28
1
-0
/
+5
*
Refs #32987 -- Relaxed system check for template tag modules with the same na...
Mariusz Felisiak
2022-10-03
1
-0
/
+3
*
Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...
Mariusz Felisiak
2022-08-03
1
-0
/
+10
*
Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle the...
Mariusz Felisiak
2022-07-26
1
-5
/
+0
*
Refs #27236 -- Reverted AlterIndexTogether deprecation.
Mariusz Felisiak
2022-07-26
1
-6
/
+0
*
Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes.
David Wobrock
2022-07-12
1
-0
/
+6
*
Refs #27236 -- Added generic mechanism to handle the deprecation of migration...
David Wobrock
2022-07-08
1
-0
/
+5
*
Removed versionadded/changed annotations for 4.0.
Carlton Gibson
2022-05-17
1
-6
/
+0
*
Fixed #30581 -- Added support for Meta.constraints validation.
Gagaro
2022-05-10
1
-0
/
+2
*
Fixed #30360 -- Added support for secret key rotation.
tschilling
2022-02-01
1
-2
/
+8
*
Fixed #32987 -- Added system check for template tag modules with the same name.
Shreya Bamne
2021-10-20
1
-0
/
+2
*
Fixed #33131 -- Improved error messages for clashing reverse accessor names.
Bernd Wechner
2021-10-06
1
-4
/
+6
*
Corrected field and model check messages in docs.
Mariusz Felisiak
2021-09-28
1
-17
/
+16
*
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2021-09-20
1
-4
/
+0
*
Fixed #33084 -- Removed incorrect system check for ManyToManyField with limit...
Hasan Ramezani
2021-09-09
1
-1
/
+1
*
Fixed #32983 -- Added system check for redundant related_name on symmetrical ...
Nick Touran
2021-08-06
1
-0
/
+2
*
Fixed #32195 -- Added system check for invalid view in path() and improved er...
Angus Holder
2021-06-09
1
-0
/
+2
*
Fixed #32678 -- Removed SECURE_BROWSER_XSS_FILTER setting.
Tim Graham
2021-04-30
1
-3
/
+2
*
Fixed #31840 -- Added support for Cross-Origin Opener Policy header.
bankc
2021-03-30
1
-2
/
+5
*
Refs #16010 -- Required CSRF_TRUSTED_ORIGINS setting to include the scheme.
Tim Graham
2021-03-18
1
-0
/
+3
*
Fixed typo in docs/ref/checks.txt.
Hasan Ramezani
2021-03-15
1
-1
/
+1
*
Corrected messages of admin checks for invalid model field names.
Hasan Ramezani
2021-03-04
1
-8
/
+8
*
Corrected admin.E023 message in docs.
Hasan Ramezani
2021-03-04
1
-1
/
+2
*
Fixed #27854 -- Added system check for nonexistent directories in STATICFILES...
Jacob Walls
2021-03-03
1
-0
/
+2
*
Fixed #30916 -- Added support for functional unique constraints.
Hannes Ljungberg
2021-02-23
1
-0
/
+2
*
Fixed #32360 -- Added system check for FILE_UPLOAD_TEMP_DIR setting.
Timothy McCurrach
2021-01-22
1
-0
/
+15
*
Refs #31842 -- Removed DEFAULT_HASHING_ALGORITHM transitional setting.
Mariusz Felisiak
2021-01-14
1
-2
/
+2
*
Refs #12990 -- Removed django.contrib.postgres.fields.JSONField per deprecati...
Mariusz Felisiak
2021-01-14
1
-1
/
+3
*
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
Mariusz Felisiak
2021-01-14
1
-1
/
+4
*
Removed versionadded/changed annotations for 3.1.
Mariusz Felisiak
2021-01-14
1
-11
/
+0
*
Fixed #26167 -- Added support for functional indexes.
Hannes Ljungberg
2021-01-13
1
-0
/
+1
*
Refs #32311 -- Fixed CSRF_FAILURE_VIEW system check errors code.
Hasan Ramezani
2021-01-12
1
-4
/
+4
*
Fixed #32311 -- Added system check for CSRF_FAILURE_VIEW setting.
Hasan Ramezani
2021-01-12
1
-0
/
+4
*
Added app labels to related fields checks messages E302-E305.
Mariusz Felisiak
2020-12-29
1
-8
/
+9
*
Corrected related fields checks messages in docs.
Mariusz Felisiak
2020-12-29
1
-10
/
+10
*
Fixed #31007 -- Allowed specifying type of auto-created primary keys.
Tom Forbes
2020-12-15
1
-0
/
+2
*
Fixed #31757 -- Adjusted system check for SECRET_KEY to warn about autogenera...
Artem Kosenko
2020-11-11
1
-4
/
+5
*
Fixed #32180 -- Added system check for file system caches absolute location.
Carles Pina i Estany
2020-11-11
1
-0
/
+2
*
Fixed #31983 -- Added system check for file system caches location.
christa
2020-11-04
1
-0
/
+4
*
Fixed typo in docs/ref/checks.txt.
Mariusz Felisiak
2020-10-19
1
-4
/
+4
*
Fixed #31777 -- Added support for database collations to Char/TextFields.
Tom Carrick
2020-09-21
1
-0
/
+2
*
Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.
Mariusz Felisiak
2020-08-04
1
-0
/
+6
*
Fixed #31802 -- Added system check for non-integer SITE_ID.
Parth Verma
2020-07-24
1
-0
/
+10
*
Fixed #31530 -- Added system checks for invalid model field names in CheckCon...
Hasan Ramezani
2020-07-06
1
-0
/
+1
*
Refs #30913 -- Added system checks for covering indexes and unique constraint...
Mariusz Felisiak
2020-06-04
1
-0
/
+4
*
Preferred usage of among/while to amongst/whilst.
David Smith
2020-06-03
1
-2
/
+2
*
Fixed some formatting issues in docs.
Mariusz Felisiak
2020-05-27
1
-3
/
+3
*
Fixed #31410 -- Added system checks for invalid model field names in UniqueCo...
Hasan Ramezani
2020-05-20
1
-7
/
+7
*
Fixed #31575 -- Added system check for admin sidebar request context processo...
Jon Dufresne
2020-05-14
1
-0
/
+3
*
Used :envvar: role and .. envvar:: directive in various docs.
Nick Pope
2020-05-13
1
-1
/
+1
[next]