#16460: Add support for Index Length for MySQL-backed Models
-------------------------------------+-------------------------------------
Reporter: umbrae@… | Owner: nobody
Type: New | Status: closed
feature | Component: Database layer
Milestone: | (models, ORM)
Version: SVN | Severity: Normal
Resolution: invalid | Keywords:
Triage Stage: Design | Has patch: 0
decision needed | Needs tests: 0
Needs documentation: 0 | Easy pickings: 0
Patch needs improvement: 0 |
UI/UX: 0 |
-------------------------------------+-------------------------------------
Changes (by mtredinnick):
* status: new => closed
* resolution: => invalid
Comment:
Adding database specific attributes to Field classes isn't an option. We
already allow initial SQL as well as emitting a syncdb signal that can be
used for just this purpose: custom creation SQL insertion. That is where
you would put code to create the appropriate index.
--
Ticket URL: <https://code.djangoproject.com/ticket/16460#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.