You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
super().form_valid(form) will also call patient.save.
I noticed this because I saw two calls to imd_for_postcode. After #325 we calculate imd in PatientForm.save so this is less of an issue - fixing it would just save a database call.
The text was updated successfully, but these errors were encountered:
national-paediatric-diabetes-audit/project/npda/views/patient.py
Line 322 in 65fd924
super().form_valid(form)
will also callpatient.save
.I noticed this because I saw two calls to
imd_for_postcode
. After #325 we calculate imd inPatientForm.save
so this is less of an issue - fixing it would just save a database call.The text was updated successfully, but these errors were encountered: