Re: Does ticket 19866 apply to Django 1.4

2014-12-06 Thread Collin Anderson
Hi Brian, If you're behind nginx, you can filter the hostname there before it hits django. I usually add an empty server {} block at the beginning of my conf to act as the default and catch server host names that are not defined so they don't hit django. Collin On Friday, December 5, 2014 12:

Re: Does ticket 19866 apply to Django 1.4

2014-12-05 Thread Carl Meyer
Hi Brian, On 12/04/2014 10:15 PM, yakkades...@gmail.com wrote: > > Does ticket 19866 apply to > Django 1.4? Reading through the notes, it seems it does but I'm still > getting a 500 error. If not, is there a way to keep Django from returning a > 50

Does ticket 19866 apply to Django 1.4

2014-12-04 Thread yakkadesign
Does ticket 19866 apply to Django 1.4? Reading through the notes, it seems it does but I'm still getting a 500 error. If not, is there a way to keep Django from returning a 500 error. I've found other people filtering these out. I don't want to