Changes between Initial Version and Version 1 of Ticket #31358, comment 24
- Timestamp:
- Apr 12, 2020, 5:57:10 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31358, comment 24
initial v1 13 13 14 14 Generally good, but I do not think that a `decode` as used here should have translations for dictionary keys, that is solely for use in `safe_summary` imo. 15 16 Edit:// Afaik we do not use typing in Django yet, so the function shouldn't have type annotations.