1. 16 May, 2016 1 commit
    • Kevin Modzelewski's avatar
      Don't have attrwrapper.get convert to dict-backed · ccfc1419
      Kevin Modzelewski authored
      The issue with django was that it called object.__dict__.__get__(unicode),
      which would convert object to dict-backed, and then our shutdown logic doesn't
      support that case.
      
      The shutdown logic still doesn't support that case, and there are other ways
      to convert object's __dict__ to being dict-backed, so this commit isn't a full
      solution, but it seems like something we should do anyway.
      ccfc1419
  2. 12 May, 2016 2 commits
  3. 11 May, 2016 8 commits
  4. 10 May, 2016 1 commit
  5. 09 May, 2016 17 commits
  6. 08 May, 2016 7 commits
  7. 07 May, 2016 4 commits