0
0
mirror of https://github.com/django/django.git synced 2024-11-30 07:06:18 +01:00

Documented a limitation of Options.required_db_features.

This commit is contained in:
Tim Graham 2015-09-03 13:36:19 -04:00
parent 5ab65ca5c9
commit 7c0850028f

View File

@ -308,7 +308,8 @@ Django quotes column and table names behind the scenes.
the model is considered during the migration phase. For example, if you set
this list to ``['gis_enabled']``, the model will only be synchronized on
GIS-enabled databases. It's also useful to skip some models when testing
with several database backends.
with several database backends. Avoid relations between models that may or
may not be created as the ORM doesn't handle this.
``required_db_vendor``
----------------------