Opened 7 years ago
Last modified 6 years ago
#29048 closed Cleanup/optimization
Add **extra_context arg to as_vendor methods in database functions — at Initial Version
Reported by: | Matthew Pava | Owned by: | nobody |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | no |
Description
Func
inherits from SQLiteNumericMixin
, which added an extra argument to as_sqlite
: **extra_context
. Based on feedback from other developers, it seems we should add this argument to each as_vendor
method.
Note:
See TracTickets
for help on using tickets.