0
0
mirror of https://github.com/django/django.git synced 2024-11-30 23:20:50 +01:00
django/docs/ref
Mariusz Felisiak 0e2649fdf4 Fixed #34255 -- Made PostgreSQL backend use client-side parameters binding with psycopg version 3.
Thanks Guillaume Andreu Sabater for the report.

Co-authored-by: Florian Apolloner <apollo13@users.noreply.github.com>
2023-01-17 08:24:08 +01:00
..
class-based-views Removed versionadded/changed annotations for 4.0. 2022-05-17 14:22:06 +02:00
contrib Refs #34255 -- Bumped required psycopg version to 3.1.8. 2023-01-17 08:24:08 +01:00
files Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings. 2023-01-12 09:58:36 +01:00
forms Refs #32339 -- Updated Form API docs to prefer as_div() output style. 2022-12-07 10:49:45 +01:00
models Fixed #14094 -- Added support for unlimited CharField on PostgreSQL. 2022-12-28 12:31:04 +01:00
templates Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings. 2023-01-12 09:58:36 +01:00
applications.txt Removed hyphen from pre-/re- prefixes. 2022-04-28 10:44:14 +02:00
checks.txt Fixed #18468 -- Added support for comments on columns and tables. 2022-12-28 06:28:07 +01:00
clickjacking.txt
csrf.txt Updated various links to HTTPS and new locations. 2022-12-06 05:59:43 +01:00
databases.txt Fixed #34255 -- Made PostgreSQL backend use client-side parameters binding with psycopg version 3. 2023-01-17 08:24:08 +01:00
django-admin.txt Fixed #34054 -- Created a new fixtures topic. 2022-11-02 08:08:02 +01:00
exceptions.txt Refs #33374 -- Adjusted full match condition handling. 2022-11-07 20:23:53 +01:00
index.txt Refs #32880 -- Moved logging reference to new document. 2021-06-30 07:21:52 +02:00
logging.txt Fixed #31090 -- Logged transaction management queries. 2022-11-21 09:10:14 +01:00
middleware.txt Fixed #34170 -- Implemented Heal The Breach (HTB) in GzipMiddleware. 2022-12-17 08:46:37 +01:00
migration-operations.txt Fixed #18468 -- Added support for comments on columns and tables. 2022-12-28 06:28:07 +01: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 #33735 -- Added async support to StreamingHttpResponse. 2022-12-22 10:41:12 +01:00
schema-editor.txt Fixed #18468 -- Added support for comments on columns and tables. 2022-12-28 06:28:07 +01:00
settings.txt Fixed #23718 -- Doc'd that test mirrors require TransactionTestCase. 2023-01-16 09:31:34 +01:00
signals.txt Corrected a typo in signals reference. 2022-11-23 14:16:59 +01:00
template-response.txt Removed hyphen from pre-/re- prefixes. 2022-04-28 10:44:14 +02:00
unicode.txt Updated documentation and comments for RFC updates. 2022-11-10 13:52:17 +01: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 #34194 -- Added django.utils.http.content_disposition_header(). 2022-12-05 13:08:00 +01:00
validators.txt Fixed "nulls characters" typo in docs. 2023-01-16 07:54:00 +01:00
views.txt Updated documentation and comments for RFC updates. 2022-11-10 13:52:17 +01:00