db.models.Options.required_db_vendor

Options.required_db_vendor

New in Django 1.9.

Name of a supported database vendor that this model is specific to. Current built-in vendor names are: sqlite, postgresql, mysql, oracle. If this attribute is not empty and the current connection vendor doesn’t match it, the model will not be synchronized.

doc_Django
2016-10-09 18:36:00
Comments
Leave a Comment

Please login to continue.