You (I) should document the forms of your Django web application
The author describes adding a 'held' status to a Django web application for account requests, then realizing it was more restrictive than intended. This experience highlighted the need to document form behaviors, as past knowledge about form rules wasn't retained over time.