Changes between Initial Version and Version 1 of Ticket #28527, comment 2


Ignore:
Timestamp:
Aug 24, 2017, 6:23:28 PM (7 years ago)
Author:
Nikolas

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28527, comment 2

    initial v1  
    55obs = Goods.objects\
    66        .annotate(data2=Func(
    7                     # F('data'),
    87                    F('data'),
    98                    Value("'-'"), Value("' '"),
Back to Top