For example:
"auth_user_username_51b3b110094b8aae_like" btree (username
varchar_pattern_ops)
I would like to explicitly set indexes in database.
Is it possible to disable like index generation with django migrations?
--
Ticket URL: <https://code.djangoproject.com/ticket/25025>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* needs_docs: => 0
* resolution: => needsinfo
* needs_tests: => 0
* needs_better_patch: => 0
Comment:
If you don't want an "automatic" index, why simply not specify db_index on
the field? If I missed the point, please develop your use case a bit more.
--
Ticket URL: <https://code.djangoproject.com/ticket/25025#comment:1>
* resolution: needsinfo => duplicate
Comment:
Duplicate of #24507 and #24088. See also
[https://groups.google.com/d/topic/django-
developers/H2QFcQYsbo8/discussion discussion on django-developers].
--
Ticket URL: <https://code.djangoproject.com/ticket/25025#comment:2>