Changes between Version 1 and Version 2 of Ticket #32621
- Timestamp:
- Apr 8, 2021, 6:23:01 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32621 – Description
v1 v2 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 3 What comes to mind rn is `JsonResponse` (which is ok) and classes like `JSONField`, `JSONCatalog`, `JSONString` and some more. 4 Would be nice to change the class names some time to `Json` and for backward compatibility do `JSONField = JsonField`4 Would be nice to change the class names some time to `Json` and for backward compatibility to do `JSONField = JsonField`