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
deleted field is a DateTimeField therefore I suggest to add _on to its name so it would be clear that it is DateTimeField. Now you could interpret it as BooleanField (it is BooleanField on version 0.3.x)
Apparently there is no Django convention for Date/DateTimeField so the suggestions is based with:
This feature seems to be already implemented and documented in the top level README.rst: and on RTD via the setting SAFE_DELETE_FIELD_NAME. Mentioned also in #162 .
deleted
field is a DateTimeField therefore I suggest to add_on
to its name so it would be clear that it is DateTimeField. Now you could interpret it as BooleanField (it is BooleanField on version 0.3.x)Apparently there is no Django convention for Date/DateTimeField so the suggestions is based with:
The text was updated successfully, but these errors were encountered: