Changes between Version 1 and Version 2 of SummerOfCode2016


Ignore:
Timestamp:
Feb 8, 2016, 11:14:55 AM (9 years ago)
Author:
Tim Graham
Comment:

Added "Custom indexes" project

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2016

    v1 v2  
    170170
    171171While it is *possible* to work around this problem, it *should* be a well documented, easy to use capability.
     172
     173=== Custom indexes ===
     174
     175Rework how Django handles index definitions to allow support for more complex indexes on the relevant backends (most notably PostgreSQL), such as functional indexes and indexes with different algorithms (e.g. `GiST`).
     176
     177* Draft DEP: https://github.com/django/deps/pull/6 (completing the DEP would be probably be your proposal)
     178* Related tickets: #26167
     179* Related mailing list thread: https://groups.google.com/d/topic/django-developers/3c8AvB3X6mk/discussion
Back to Top