Re: Add slicing notation to F expressions

2018-01-29 Thread askpriyansh
Hello ! I went through the conversation. Does the ticket #29049 looks to add this feature, building over the work done in PR #9583 ? Regards Priyansh -- You received this message because you are subscribed to the Google Groups "Django developers

Re: Add slicing notation to F expressions

2018-01-28 Thread Adam Johnson
Actually there was some further discussion in https://groups.google.com/forum/#!msg/django-developers/PsHDk1doTDg/CewZdVMJAQAJ where we settled that the slicing operator need not be implemented in the scope of that ticket. On 28 January 2018 at 17:09, wrote: > Hello ! > > There is a new feature-

Add slicing notation to F expressions

2018-01-28 Thread askpriyansh
Hello ! There is a new feature-request in ticket #29049, and some related work has been done in PR #9583 (https://github.com/django/django/pull/9583). Does this require the implementation of the slicing operator using backend functions Left, Right and Substring ? Regards Priyansh -- You rece