Changes between Initial Version and Version 1 of Ticket #30820
- Timestamp:
- Sep 30, 2019, 7:36:49 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30820 – Description
initial v1 3 3 Example (my original case, is different - but this should show the error as well): 4 4 5 {{{ 5 6 import datetime as dt 6 7 from django import models … … 18 19 # This does not work: 19 20 period = Period.objects.filter(period__contains=date).first() 21 }}} 20 22 21 23 SQL-Query: