GSoC/GCI Archive
Google Summer of Code 2014 Django Software Foundation

Improving error reporting & Fixing up the related issues

by ANUBHAV JOSHI for Django Software Foundation

There are quite a lot of bugs/errors in django that need to fixed as soon as possible. Hence, unexpected situations keep on arising. Also the error messages raised by Django can sometimes be confusing or misleading, sometimes due to Django wrapping and re-raising errors when it shouldn't or maybe due to Django not displaying error information effectively or sometimes it's simply a matter of not catching the right errors. This project aims at fixing these issues.