Opened 7 years ago
Closed 7 years ago
#28665 closed Cleanup/optimization (fixed)
Raise NotSupportedError instead of NotImplemented error when a per PEP 249
Reported by: | Simon Charette | Owned by: | Simon Charette |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
There's a few instances of NotImplementedError
in django.db
that should be django.db.utils.NotSupportedError
to adhere to PEP 249.
Note:
See TracTickets
for help on using tickets.
PR