Changes between Initial Version and Version 1 of Ticket #32621
- Timestamp:
- Apr 8, 2021, 6:14:31 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32621 – Description
initial v1 1 1 Hi, 2 2 I've noticed that some class names don't follow pep 8 and it's quite annoying to either remember or search for the right name. 3 What I know of rn is `JsonResponse` (which is right) and classes like `JSONField`, `JSONCatalog`, `JSONString` and some more.3 What comes to mind rn is `JsonResponse` (which is ok) and classes like `JSONField`, `JSONCatalog`, `JSONString` and some more. 4 4 Would be nice to change the class names some time to `Json` and for backward compatibility do `JSONField = JsonField`