Changes between Initial Version and Version 1 of Ticket #27245


Ignore:
Timestamp:
Sep 19, 2016, 11:03:13 AM (8 years ago)
Author:
rm_
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27245 – Description

    initial v1  
    1 With django 1.8.14 i added a composite index with one field (lame, sorry!) because the field is from an abstract model and it seemed the cleanest way to handle that:
     1With django 1.8.14 and postgresql 9.4 i added a composite index with one field (lame, sorry!) because the field is from an abstract model and it seemed the cleanest way to handle that:
    22
    33{{{
Back to Top