#11333: ORA-01830 date format picture ends before converting entire input
---------------------------------+------------------------------------------
 Reporter:  jtiai                |       Owner:  nobody    
   Status:  new                  |   Milestone:            
Component:  Uncategorized        |     Version:  SVN       
 Keywords:  oracle date formats  |       Stage:  Unreviewed
Has_patch:  0                    |  
---------------------------------+------------------------------------------
 I've legacy database that uses 'DATE' field and I'm using DateTimeField.
 Getting error: ORA-01830 date format picture ends before converting entire
 input if I'm using auto_now_add fields for fields that contain no
 fractions.

 If I do following:

 {{{
 from models import MyModel

 e = MyModel.objects.all()[0]
 e.save()
 }}}

 Symptoms are exactly as in #9275, but even I'm using SVN it doesn't work.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/11333>
Django <http://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 post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to