Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 3fcca0e94721a734882389ce473f522d293907e9
      
https://github.com/django/django/commit/3fcca0e94721a734882389ce473f522d293907e9
  Author: Anssi Kääriäinen <[email protected]>
  Date:   2012-09-28 (Fri, 28 Sep 2012)

  Changed paths:
    M django/dispatch/dispatcher.py
    M tests/regressiontests/dispatch/tests/test_dispatcher.py

  Log Message:
  -----------
  Added a way to check if a signal has listeners


  Commit: 1cd6e04cd4f768bcd4385b75de433d497d938f82
      
https://github.com/django/django/commit/1cd6e04cd4f768bcd4385b75de433d497d938f82
  Author: Anssi Kääriäinen <[email protected]>
  Date:   2012-09-28 (Fri, 28 Sep 2012)

  Changed paths:
    M django/contrib/admin/util.py
    M django/db/models/deletion.py
    M django/db/models/query.py
    M django/db/models/sql/compiler.py
    M django/db/models/sql/subqueries.py
    M docs/ref/models/querysets.txt
    M docs/releases/1.5.txt
    M tests/modeltests/delete/models.py
    M tests/modeltests/delete/tests.py
    M tests/regressiontests/admin_util/models.py
    M tests/regressiontests/admin_util/tests.py
    M tests/regressiontests/delete_regress/tests.py
    M tests/regressiontests/dispatch/tests/test_dispatcher.py

  Log Message:
  -----------
  Fixed #18676 -- Allow fast-path deletion of objects

Objects can be fast-path deleted if there are no signals, and there are
no further cascades. If fast-path is taken, the objects do not need to
be loaded into memory before deletion.

Thanks to Jeremy Dunck, Simon Charette and Alex Gaynor for reviewing
the patch.


Compare: https://github.com/django/django/compare/07ffe7814394...1cd6e04cd4f7

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to