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
I believe it makes more sense to keep the default as it is and you create a custom LogEntrySerializer by extending BaseEntrySerializer and id field with CharField() type.
Since the output is for a log (display only), would it make better sense to change "IntegerField" to "CharField" in (storages.py)?
The text was updated successfully, but these errors were encountered: