I spent some quality time bringing my Oracle patch for Djagno up-to-date with the most recent svn version stamp as of Monday evening. I still have some issues with it, though, specifically logging into the admin app. I think it is a problem somewhere in the session middleware and how it's dealing with datetime values. That, and the patch is still missing unit tests. :-/ But, I'm still plugging away...
I have my own personal svn checkout folder on my laptop where I'm keeping the patch up-to-date with Django's trunk, but I'm beginning to think it would be better if this lived in a branch on the Django's project repository. To that end, can I get a branch created where I can post my current, semi-working and mostly-up-to-date Oracle patch? It's not as simple of a patch as you'd think. (See this post for the reasons why: http://groups.google.com/group/django-developers/msg/fa940cfe71e2e634) The Oracle patch is still slated as core for Django version 1.0, so I think I have some merit here. :-) Thanks!, Jason P.S. After I get the Oracle patch working well... I'll get back to writing some snazzy functional tests for the admin app using Selenium.
