Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: a2e927b7ed25bd319f866c55b18cd214a149d859
      
https://github.com/django/django/commit/a2e927b7ed25bd319f866c55b18cd214a149d859
  Author: Mike Grouchy <mgrou...@gmail.com>
  Date:   2012-07-18 (Wed, 18 Jul 2012)

  Changed paths:
    M AUTHORS
    M django/core/cache/__init__.py
    M django/core/cache/backends/base.py
    M docs/topics/cache.txt
    M tests/regressiontests/cache/tests.py

  Log Message:
  -----------
  BaseCache now has a no-op close method as per ticket #18582

Also removed the hasattr check when firing request_finished signal for
caches with a 'close' method. Should be safe to call `cache.close`
everywhere now


  Commit: 4c5cea70734fe8f4082c6a9bd8b26cf0a157ca78
      
https://github.com/django/django/commit/4c5cea70734fe8f4082c6a9bd8b26cf0a157ca78
  Author: Aymeric Augustin <aymeric.augus...@m4x.org>
  Date:   2012-11-11 (Sun, 11 Nov 2012)

  Changed paths:
    M AUTHORS
    M django/core/cache/__init__.py
    M django/core/cache/backends/base.py
    M docs/topics/cache.txt
    M tests/regressiontests/cache/tests.py

  Log Message:
  -----------
  Merge pull request #218 from mgrouchy/ticket_18582

Fixed #18582 -- Added a no-op close to BaseCache


Compare: https://github.com/django/django/compare/cc0ac26f4a39...4c5cea70734f

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


Reply via email to