django/docs/ref
Carlton Gibson 5028a02352 Doc'd TextField.db_collation as optional.
Matches CharField.db_collation docs.

Thanks to Paolo Melchiorre for the report.
2022-08-02 15:16:42 +02:00
..
class-based-views Removed versionadded/changed annotations for 4.0. 2022-05-17 14:22:06 +02:00
contrib Fixed #33442 -- Allowed GeoIP2 to use DB-IP Lite datasets. 2022-07-30 19:29:45 +02:00
files Removed versionadded/changed annotations for 3.2. 2021-09-20 21:23:01 +02:00
forms Fixed documentation of Widget.id_for_label() empty return value. 2022-06-03 12:19:47 +02:00
models Doc'd TextField.db_collation as optional. 2022-08-02 15:16:42 +02:00
templates Fixed #33864 -- Deprecated length_is template filter. 2022-07-23 12:36:21 +02:00
applications.txt Removed hyphen from pre-/re- prefixes. 2022-04-28 10:44:14 +02:00
checks.txt Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle the deprecation of migration operations." 2022-07-26 11:41:19 +02:00
clickjacking.txt
csrf.txt Removed versionadded/changed annotations for 4.0. 2022-05-17 14:22:06 +02:00
databases.txt Fixed #33718 -- Dropped support for MySQL 5.7. 2022-07-08 13:30:12 +02:00
django-admin.txt Fixed #24870 -- Added --update option to makemigrations command. 2022-06-17 07:50:39 +02:00
exceptions.txt Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings. 2021-10-20 08:40:19 +02:00
index.txt
logging.txt Removed versionadded/changed annotations for 4.0. 2022-05-17 14:22:06 +02:00
middleware.txt Removed versionadded/changed annotations for 4.0. 2022-05-17 14:22:06 +02:00
migration-operations.txt Refs #27236 -- Doc'd that AlterIndexTogether is no longer officially supported for Django 4.2+ migration files. 2022-07-26 11:42:54 +02:00
paginator.txt Doc'd a precise exception type in Paginator.page() docs. 2021-10-13 08:46:46 +02:00
request-response.txt Fixed #33683 -- Document HttpResponseBase and allow import from django.http 2022-05-17 09:51:16 +02:00
schema-editor.txt Refs #27064 -- Added RenameIndex migration operation. 2022-05-12 20:44:03 +02:00
settings.txt Removed versionadded/changed annotations for 4.0. 2022-05-17 14:22:06 +02:00
signals.txt Removed versionadded/changed annotations for 4.0. 2022-05-17 14:22:06 +02:00
template-response.txt Removed hyphen from pre-/re- prefixes. 2022-04-28 10:44:14 +02:00
unicode.txt Updated Oracle docs links to Oracle 21c. 2022-03-29 09:41:57 +02:00
urlresolvers.txt Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs. 2022-03-29 10:27:40 +02:00
urls.txt Refs #33365, Refs #30530 -- Doc'd re_path() behavior change in Django 2.2.25, 3.1.14, and 3.2.10. 2021-12-15 18:54:02 +01:00
utils.txt Fixed #33779 -- Allowed customizing encoder class in django.utils.html.json_script(). 2022-06-28 10:54:38 +02:00
validators.txt Fixed #32559 -- Added 'step_size’ to numeric form fields. 2022-05-12 14:16:52 +02:00
views.txt