#31506: ExpressionWrapper() doesn't respect output_field when combining 
DateField
and timedelta on PostgreSQL and MySQL.
-------------------------------------+-------------------------------------
     Reporter:  Matthieu Rigal       |                    Owner:
                                     |  TapanGujjar
         Type:  Bug                  |                   Status:  assigned
    Component:  Database layer       |                  Version:  master
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:  Accepted
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by TapanGujjar):

 Hi, the issue is because the DateField has no field converter or
 db_converter to convert the value which we got from the database to the
 DateField type. I can implement the field converter for the data field but
 Is the DateField not having the field converter or db_converter by design?

-- 
Ticket URL: <https://code.djangoproject.com/ticket/31506#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.95eb3254df19fa810536d388ca88c9e7%40djangoproject.com.

Reply via email to