Changes between Version 1 and Version 2 of SummerOfCode2016
- Timestamp:
- Feb 8, 2016, 11:14:55 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode2016
v1 v2 170 170 171 171 While it is *possible* to work around this problem, it *should* be a well documented, easy to use capability. 172 173 === Custom indexes === 174 175 Rework 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