Opened 17 years ago

Last modified 14 years ago

#5415 closed

Every SQL query should send a signal — at Initial Version

Reported by: Adrian Holovaty Owned by: nobody
Component: Database layer (models, ORM) Version: dev
Severity: Keywords: feature_request
Cc: kenneth.arnold@…, Gonzalo Saavedra Triage Stage: Accepted
Has patch: yes Needs documentation: yes
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Every SQL query should send a signal, using django.core.signals. This will enable all sorts of interesting and useful things, such as logging and debugging functionality.

This should happen at the database backend level, not at the ORM level.

One concern: Are signals fast enough? See #4561.

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top