> "svn diff" is great, in most cases. I just created this page, which > gives more details: > > http://code.djangoproject.com/wiki/PatchGuidelines
Great, thanks... I felt dumb not knowing. Glad I asked. > > First, I ran into an issue with runtests.py since I use MySQL. The DB > > connection autocommit requires an integer value and the current code > > throws a TypeError for me. > > Hmmm, that shouldn't be happening. Which versions of MySQL and MySQLdb > (the Python bindings) are you using? The unit tests work here, with > MySQL 3.23.58 and MySQLdb 0.9.2. I guess that's our issue... not sure what has changed or why. I haven't had a chance to investigate it. MySQL 4.0.24 MySQLdb 1.2 Python 2.4 > > Here are my modifications to one-to-one.py: > > Thanks for those unit tests! I'm rolling them in now... And I watching this ticket... http://code.djangoproject.com/ticket/527 thanks! Ian