Closed Andrew-Dickinson closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.77%. Comparing base (
0e1b434
) to head (ae91c5d
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Yeah the join form still works because it's not technically a django form object, so we bypass the Building form validation logic
Buildings can't be created in the admin UI right now since it complains that
nodes
is a required field. You can't even set this field in the UI and it is definitely not required. This fixes that