Opened 5 years ago
Last modified 5 years ago
#32621 closed Cleanup/optimization
class names might follow pep8 — at Initial Version
| 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
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 I know of rn is JsonResponse (which is right) 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.