Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: e569144910e336d2f76a3a31998ec672377d31cc
      
https://github.com/django/django/commit/e569144910e336d2f76a3a31998ec672377d31cc
  Author: Hiroki KIYOHARA <[email protected]>
  Date:   2014-07-26 (Sat, 26 Jul 2014)

  Changed paths:
    M tests/view_tests/tests/test_debug.py

  Log Message:
  -----------
  Added test for the #23070 problem


  Commit: d0889863de50d65659f56f0b9ea0672a8b6482a1
      
https://github.com/django/django/commit/d0889863de50d65659f56f0b9ea0672a8b6482a1
  Author: Hiroki KIYOHARA <[email protected]>
  Date:   2014-07-26 (Sat, 26 Jul 2014)

  Changed paths:
    M django/views/debug.py
    M tests/view_tests/tests/test_debug.py

  Log Message:
  -----------
  Fixed code to solve #23070 problem

Added a class to wrap callable in settings:
* Not to call in the debug page (#21345).
* Not to break the debug page if the callable forbidding to set attributes 
(#23070).

Thanks @bmispelon for giving me some advice.


  Commit: 63058786882f6a32649a0fdafae9cb425c95cd4e
      
https://github.com/django/django/commit/63058786882f6a32649a0fdafae9cb425c95cd4e
  Author: James Bennett <[email protected]>
  Date:   2014-07-26 (Sat, 26 Jul 2014)

  Changed paths:
    M django/views/debug.py
    M tests/view_tests/tests/test_debug.py

  Log Message:
  -----------
  Merge pull request #2967 from hirokiky/fix23070

Fixed #23070 -- not to break the debug page by callable setting with __slots__


Compare: https://github.com/django/django/compare/6eed751162f1...63058786882f

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/53d3a173bd9ed_1d90b2dd38373b6%40hookshot-fe1-cp1-prd.iad.github.net.mail.
For more options, visit https://groups.google.com/d/optout.

Reply via email to