Changes between Initial Version and Version 1 of Ticket #20888, comment 11


Ignore:
Timestamp:
Aug 5, 2016, 7:05:02 AM (8 years ago)
Author:
Akshesh Doshi

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20888, comment 11

    initial v1  
    11PR: https://github.com/django/django/pull/6982
    22
    3 Although requested for `alter_together`, I have implemented the feature with the new class based indexes which would allow users to do the same thing.
     3Although requested for `alter_index_together`, I have implemented the feature with the new class based indexes which would allow users to do the same thing.
    44
    55The patch contains implementation for all databases except backend which doesn't support the feature itself according to their [http://dev.mysql.com/doc/refman/5.7/en/create-index.html official docs]. I felt this to be a bit weird as the reporter had requested the feature specifically for MySQL. Please let me know if I missed something in this context.
Back to Top