1. 09 Feb, 2016 1 commit
    • Fix compatibility with Django < 1.8 · 60262352
      The 1.6.1 release added a dependency on the `setting_changed` signal. In Django
      releases prior to 1.8, this signal is located in the `django.test.signals`
      module, and in 1.8, an alias was added in `django.core.signals`.
      
      This change adds a fallback import to restore compatibility with older versions
      for applications which cannot (yet) migrate to the newer Djangos. It has been
      tested against Django 1.6.11 and 1.8.9.
      David Trowbridge committed
  2. 08 Jan, 2016 1 commit
  3. 06 Jan, 2016 3 commits
  4. 05 Jan, 2016 1 commit
  5. 03 Jan, 2016 2 commits
  6. 02 Jan, 2016 10 commits
  7. 30 Dec, 2015 5 commits
  8. 29 Dec, 2015 4 commits
  9. 21 Dec, 2015 1 commit
  10. 20 Dec, 2015 4 commits
  11. 18 Dec, 2015 6 commits
  12. 03 Dec, 2015 2 commits