Opened 4 years ago
Last modified 4 years ago
#32621 closed Cleanup/optimization
class names might follow pep8 — at Version 1
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 )
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 do JSONField = JsonField
Note:
See TracTickets
for help on using tickets.