#29424: Datetime objects parsed as strings when signals used - Django 1.9.5
------------------------------------+--------------------------------------
     Reporter:  Adrian Castellanos  |                    Owner:  nobody
         Type:  Bug                 |                   Status:  closed
    Component:  Uncategorized       |                  Version:
     Severity:  Normal              |               Resolution:  invalid
     Keywords:  signals model       |             Triage Stage:  Unreviewed
    Has patch:  0                   |      Needs documentation:  0
  Needs tests:  0                   |  Patch needs improvement:  0
Easy pickings:  0                   |                    UI/UX:  0
------------------------------------+--------------------------------------
Changes (by Simon Charette):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 Hello Adrian,

 This has little to do with signals. If you create a `Campaign` object by
 assigning a string value to `start_date` it will keep it for the duration
 of its lifetime, it isn't converted to a `datetime` object on assignment.

 In general, please direct such questions to the available help channels. I
 am closing this ticket as invalid, for more details see
 TicketClosingReasons/UseSupportChannels.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29424#comment:2>
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 post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.5f196aefff564dd1f2b4624e3a38b38e%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to