Changes between Initial Version and Version 1 of Ticket #30820


Ignore:
Timestamp:
Sep 30, 2019, 7:36:49 AM (5 years ago)
Author:
henhuy
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30820 – Description

    initial v1  
    33Example (my original case, is different - but this should show the error as well):
    44
     5{{{
    56import datetime as dt
    67from django import models
     
    1819# This does not work:
    1920period = Period.objects.filter(period__contains=date).first()
     21}}}
    2022
    2123SQL-Query:
Back to Top