I have included in my models db_index=True for a number of tables and
my indexes do not seem to appear in my SQL. I have been using dump
facilies to verify what Django creates and I am not see create index
statements.

How do I a single index in a model for multiple fields. I have some
tables that use two fields together in an index so need a way of
expressing this. I have not found anything in docs at this point other
than single index.

Regards,
David

Reply via email to