- Restructure index migrations - Polished according to all reviews, the PR <https://github.com/django/django/pull/6866> has been merged. - Introduce Meta.indexes - Updated PR <https://github.com/django/django/pull/6857> according to suggestions as per reviews. - Improve schema's index name creating algorithm - #24442 <https://code.djangoproject.com/ticket/24442> !6898 <https://github.com/django/django/pull/6898>. - Add support for indexes to inspectdb - This depends on !6857 <https://github.com/django/django/pull/6857> so I will send a PR once indexes are added to Meta class; Current work on my local branch - https://github.com/akki/django/commits/gsoc-indexes-inspectdb
On Tuesday, 5 July 2016 11:54:00 UTC+5:30, akki wrote: > > - Restructure index migrations > PR - https://github.com/django/django/pull/6866 > Modified the internal working of migrations/schema methods related to > indexes. This mainly aims at stabilising the newly added migrations for > Index class. > > > - Introduce Meta.indexes > PR ready for review at https://github.com/django/django/pull/6857. > Ticket - https://code.djangoproject.com/ticket/26808 > > > On Tuesday, 28 June 2016 18:44:37 UTC+5:30, [email protected] wrote: >> >> Wonderful! I make heavy use of btree_gin in one of my projects; will be >> great to have these new Index classes! >> >> On Monday, June 27, 2016 at 6:51:31 PM UTC-4, Tim Graham wrote: >>> >>> Support for more index types is planned. This is only part 1 of the >>> work. Please see >>> https://gist.github.com/akki/7fd50505928dac58dc350e6cb186a404 for the >>> timeline. >>> >>> On Monday, June 27, 2016 at 5:02:06 PM UTC-4, [email protected] >>> wrote: >>>> >>>> Will it be possible to create indexes other than btree? In reviewing >>>> the code it doesn't look like it but I hope I'm wrong. It'd be awesome to >>>> support the many more specific index options without using run_sql. >>>> >>> -- 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 [email protected]. To post to this group, send email to [email protected]. 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/3f3c7092-02f7-47b3-ae16-5b71083b06ef%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
