Opened 3 years ago

Last modified 3 years ago

#32621 closed Cleanup/optimization

class names might follow pep8 — at Version 2

Reported by: BeryCZ Owned by: nobody
Component: Core (Other) Version: 3.2
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by BeryCZ)

Hi,
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.
What comes to mind rn is JsonResponse (which is ok) and classes like JSONField, JSONCatalog, JSONString and some more.
Would be nice to change the class names some time to Json and for backward compatibility to do JSONField = JsonField

Change History (2)

comment:1 by BeryCZ, 3 years ago

Description: modified (diff)

comment:2 by BeryCZ, 3 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top