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
{{ message }}
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.
If a user is deleted from the admin panel, the present behavior is for the database to cascade-delete all linked objects (notes, documents, etc). This is not desired behavior.
A discussion of how to configure the on_delete parameter of ForeignKey is discussed in this SO post.
The text was updated successfully, but these errors were encountered:
If a user is deleted from the admin panel, the present behavior is for the database to cascade-delete all linked objects (notes, documents, etc). This is not desired behavior.
A discussion of how to configure the
on_delete
parameter ofForeignKey
is discussed in this SO post.The text was updated successfully, but these errors were encountered: