On Wed, May 6, 2009 at 10:34 PM, Leo Soto M. <leo.s...@gmail.com> wrote:

>
> While testing the django-jython oracle backend I get an ugly failure
> on model_forms_regress, caused by the usage of the "date" keyword as a
> field name (in this case, the date field on the Publication model,
> added on the test while fixing
> <http://code.djangoproject.com/ticket/10349>).
>
> I wonder if it is also failing on the cx_Oracle backend, as I don't
> see any new relevant code which protect against those cases. (Ref:
> <http://code.djangoproject.com/ticket/4140>)
>

Probably is, though I don't have time to test it at the moment.  This sort
of thing has happened before, when field names that can't be used on Oracle
creep into the tests.  See:

 http://code.djangoproject.com/changeset/9764

Karen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to