Changes between Initial Version and Version 2 of Ticket #5415


Ignore:
Timestamp:
Sep 13, 2007, 10:10:00 AM (17 years ago)
Author:
Adrian Holovaty
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5415

    • Property Triage Stage UnreviewedAccepted
  • Ticket #5415 – Description

    initial v2  
    33This should happen at the database backend level, not at the ORM level.
    44
     5Once this change has been made, django.db.connection.queries should either be removed or refactored to use the signal.
     6
    57One concern: Are signals fast enough? See #4561.
Back to Top