mirror of
https://github.com/django/django.git
synced 2025-07-07 13:25:15 +00:00
![]() 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. |
||
---|---|---|
.. | ||
__init__.py | ||
test_backend_specific.py | ||
test_custom_fields.py | ||
test_deprecated_fields.py | ||
test_models.py | ||
test_ordinary_fields.py | ||
test_relative_fields.py |