- 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/26b952b5-ae2c-4504-b064-00c0de60a693%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
