Changes between Version 1 and Version 2 of Ticket #32621


Ignore:
Timestamp:
Apr 8, 2021, 6:23:01 AM (3 years ago)
Author:
BeryCZ
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32621 – Description

    v1 v2  
    22I'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.
    33What 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`
     4Would be nice to change the class names some time to `Json` and for backward compatibility to do `JSONField = JsonField`
Back to Top