Changes between Version 1 and Version 2 of Ticket #31446


Ignore:
Timestamp:
Apr 9, 2020, 11:52:38 AM (4 years ago)
Author:
Gerben Morsink
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31446 – Description

    v1 v2  
    33When doing:
    44
    5 {{{Ticket.objects.annotate(
     5{{{
     6Ticket.objects.annotate(
    67    notify_date=ExpressionWrapper(
    78        F('date') - F('notify_before_in_days'), output_field=DateField()))
Back to Top