#9275: ORA-01830 date format picture ends before converting entire input... admin ------------------------------------------+--------------------------------- Reporter: hollerith | Owner: nobody Status: new | Milestone: Component: Database layer (models, ORM) | Version: 1.0 Keywords: oracle date formats | Stage: Unreviewed Has_patch: 1 | ------------------------------------------+--------------------------------- Doing: Porting a legacy application on Oracle 10g. Symptom: The admin change interface reported this error on Datetimefields. Solution:I found the 'works for me' at least was to alter the NLS_DATE_FORMAT in backend/oracle/base.py to include the time in the correct format to match django format (i.e. no fractions).
-- Ticket URL: <http://code.djangoproject.com/ticket/9275> 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 [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
