Adarnof cced434a99 Correct API key form validation errors.
If an individual field fails, its value gets removed from the cleaned_data dict, but the full form clean() method still gets called.
As this form checks for api_id and api_key in the dict upon clean(), it would raise an unhandled KeyError
2017-01-17 23:49:55 -05:00
..
2017-01-02 20:50:21 -05:00
2016-10-16 18:01:14 -04:00
2016-10-16 18:01:14 -04:00
2017-01-05 00:23:06 -05:00
2017-01-02 20:50:21 -05:00
2014-10-26 16:47:21 -07:00