Changes between Initial Version and Version 2 of Ticket #5415
- Timestamp:
- Sep 13, 2007, 10:10:00 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5415
- Property Triage Stage Unreviewed → Accepted
-
Ticket #5415 – Description
initial v2 3 3 This should happen at the database backend level, not at the ORM level. 4 4 5 Once this change has been made, django.db.connection.queries should either be removed or refactored to use the signal. 6 5 7 One concern: Are signals fast enough? See #4561.