#32621: class names might follow pep8
------------------------------------------------+------------------------
Reporter: BeryCZ | Owner: nobody
Type: Cleanup/optimization | Status: new
Component: Uncategorized | Version: 3.2
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
------------------------------------------------+------------------------
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`
--
Ticket URL: <https://code.djangoproject.com/ticket/32621>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/049.ea1267605deaf10616c5f9714a647cdc%40djangoproject.com.