django.db.models.indexes module.#26709 is the ticket corresponding to the current checkpoint. The code can be found at https://github.com/django/django/pull/6726.
Regards
Akshesh (akki)
Other than that I have started working on the second checkpoint as well which is to add support for creating class based index in the Meta class. The code can be seen at https://github.com/akki/django/pull/1/
- Fixed #24442 - Improved schema's index name creating algorithm
Updated !6898 to take all column names into account while creating index name
- Add support for column ordering (ASC/DESC) in class based indexes
Somewhat provides the feature requested in #20888
WIP code on my branch - https://github.com/akki/django/commits/gsoc-indexes-order
Modifying introspection of all databases to return column order as well (required for testing) -- implementation for Oracle remaining.
--
You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-develop...@googlegroups.com.
To post to this group, send email to django-d...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/be05e9f0-ed44-4c73-aa41-b02349584e29%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Great work, akki!
I think you should add it to 1.11 Changelog as major new feature, and add yourself to authors list as well.
Great work, akki!
I think you should add it to 1.11 Changelog as major new feature, and add yourself to authors list as well.