Changes between Initial Version and Version 1 of Ticket #32621


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32621 – Description

    initial v1  
    11Hi,
    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.
    3 What I know of rn is `JsonResponse` (which is right) and classes like `JSONField`, `JSONCatalog`, `JSONString` and some more.
     3What comes to mind rn is `JsonResponse` (which is ok) and classes like `JSONField`, `JSONCatalog`, `JSONString` and some more.
    44Would be nice to change the class names some time to `Json` and for backward compatibility do `JSONField = JsonField`
Back to Top