mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-06 12:51:41 +01:00
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