I had been working on DjangoPyPI and trying to fix some tests related to XML-RPC that were failing in versions of Python < 2.7, because the testing was relying on specifics of the implementation of xmlrpclib in Python 2.7. I...
I had a few more of my contributions accepted into South: Bitbucket pull request #10: Make `schemamigration` output more readable and PEP8-compliant Bitbucket pull request #11: Print the failing SQL when a query fails Bitbucket...
A large number of problems that we have with our Django project at work turn out to be because of settings that are not what they should be (note that our settings are not straightforward to see with a glance at settings.py since...
Just started using this at work for code reviews and it looks impressive and useful so far. reviewboard - Google Code Incidentally, it's written in Python, using Django.