I've just started getting HTTP 400 on my site for some reason. I don't think I broke it. Was working fine. I did a south migration and added admin.py to my app folder.
The requests are hitting the server and access logs, but not the error logs.
Did I break it or did something go horribly horribly wrong?
edit: I changed the wsgi to point at my backup folder and it works. The hell happened?! Something in the south migration maybe? All I did was add some fields to a model.
edit 2: yep. it was my fault. I had forgetten to turn debug back on. Have to turn it off to make south work in 1.6/py3.3 and forget to switch back.