django/docs/ref
Clifford Gama 74b31cd26b Fixed #32770 -- Added system check to ensure django.contrib.postgres is installed when using its features.
Added postgres.E005 to validate 'django.contrib.postgres' is in INSTALLED_APPS
when using:
* PostgreSQL-specific fields (ArrayField, HStoreField, range fields, SearchVectorField),
* PostgreSQL indexes (PostgresIndex and all subclasses), and
* ExclusionConstraint

The check provides immediate feedback during system checks rather than failing
later with obscure runtime and database errors.

Thanks to Simon Charette and Sarah Boyce for reviews.
2025-06-18 08:36:49 +02:00
..
class-based-views Fixed incorrect formatting for inline pluralized code references in docs. 2025-03-13 15:18:35 -03:00
contrib Fixed #25706 -- Refactored geometry widgets to remove inline JavaScript. 2025-06-12 17:35:14 -03:00
files Removed versionadded/changed annotations for 5.1. 2025-01-15 22:28:37 +01:00
forms Fixed typo in docs/ref/forms/renderers.txt. 2025-05-23 11:19:59 +02:00
models Fixed #36425 -- Standardized integer fields descriptions. 2025-06-11 09:59:00 +02:00
templates Fixed #36311 -- Unified spelling of "hardcode" and its variants in docs. 2025-04-15 14:48:55 -03:00
applications.txt Fixed #23790 -- Warned about renaming AppConfig.label in docs/ref/applications.txt. 2024-07-01 21:52:04 -03:00
checks.txt Fixed #32770 -- Added system check to ensure django.contrib.postgres is installed when using its features. 2025-06-18 08:36:49 +02:00
clickjacking.txt Removed outdated note about limitations in Clickjacking protection. 2024-07-04 18:08:19 -03:00
csrf.txt Refs #35401 -- Linked the CsrfViewMiddleware docs to the csrf_protect() decorator. 2024-06-12 13:11:29 +02:00
databases.txt Fixed #36346 -- Removed outdated section about the threaded option in Oracle driver. 2025-04-27 14:16:50 +02:00
django-admin.txt Fixed #18296 -- Created missing custom target directory for startproject and startapp. 2025-04-27 14:41:27 +01:00
exceptions.txt Fixed #33579 -- Specialized exception raised on forced update failures. 2025-03-10 21:09:15 +01:00
index.txt
logging.txt Removed versionadded/changed annotations for 5.1. 2025-01-15 22:28:37 +01:00
middleware.txt Removed versionadded/changed annotations for 5.1. 2025-01-15 22:28:37 +01:00
migration-operations.txt Fixed #35487 -- Removed CASCADE from RemoveField() on PostgreSQL. 2025-03-09 11:50:17 +01:00
paginator.txt Fixed #35452 -- Deprecated orphans being more than or equal to page_size in pagination. 2025-03-25 12:04:13 +01:00
request-response.txt Fixed #36447 -- Selected preferred media type based on quality. 2025-06-16 09:25:25 +02:00
schema-editor.txt
settings.txt Fixed #36138 -- Changed ADMINS and MANAGERS settings to lists of strings. 2025-03-21 10:17:57 +01:00
signals.txt Clarified pre_delete and post_delete's origin attributes. 2025-03-31 16:10:44 +02:00
template-response.txt
unicode.txt Fixed broken links and redirects in docs. 2024-03-06 08:50:21 +01:00
urlresolvers.txt Refs #25582 -- Doc'd query and fragment arguments for reverse_lazy(). 2025-03-12 16:41:44 +01:00
urls.txt Refs #35090 -- Removed support for django.urls.register_converter() overriding existing converters per deprecation timeline. 2025-01-15 22:28:37 +01:00
utils.txt Refs #34609 -- Removed support for calling format_html() without arguments per deprecation timeline. 2025-01-15 22:28:37 +01:00
validators.txt Removed versionadded/changed annotations for 5.1. 2025-01-15 22:28:37 +01:00
views.txt