1. 17 May, 2017 7 commits
  2. 16 May, 2017 1 commit
  3. 11 May, 2017 1 commit
  4. 10 May, 2017 1 commit
  5. 09 May, 2017 1 commit
  6. 04 May, 2017 1 commit
  7. 03 May, 2017 5 commits
  8. 25 Apr, 2017 1 commit
  9. 14 Apr, 2017 1 commit
  10. 13 Apr, 2017 1 commit
  11. 11 Apr, 2017 1 commit
  12. 07 Apr, 2017 1 commit
  13. 16 Mar, 2017 1 commit
  14. 13 Mar, 2017 1 commit
  15. 04 Jan, 2017 2 commits
  16. 06 Dec, 2016 2 commits
  17. 17 Nov, 2016 2 commits
  18. 09 Nov, 2016 1 commit
  19. 06 Sep, 2016 2 commits
  20. 01 Sep, 2016 2 commits
  21. 23 Aug, 2016 2 commits
  22. 02 Feb, 2016 2 commits
  23. 01 Feb, 2016 1 commit
    • Remove uses of using() from migrations · 6b7fe344
      This hardcoded the db_alias fetched from schema_editor and forces django
      to try and migrate any second database you use, rather than routing to
      the default database.  In testing a build from scratch, these do not
      appear needed.
      
      Using using() prevents us from using multiple databases behind edxapp.
      Kevin Falcone committed