authcode

Results 2 issues of authcode

I have floppyforms ChoiceField rendering with a Select widget. The choices include a null value: ``` NUM_DOORS_2 = 2 NUM_DOORS_3 = 3 NUM_DOORS_CHOICES = ( (None, 'No. of doors'), (NUM_DOORS_2,...

No version of template render() has ever accepted a request argument, or a dict context. Conversely, render_to_string does accept an optional request kwarg. It seems render_to_temporary_file() only works if the...