1. 01 Feb, 2016 1 commit
    • Remove uses of using() from migrations · 2d9708da
      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.
      
      Additionally - add back a removed backwards migration from certificates
      0003.  I have no idea why this was dropped in the 1.8 upgrade.
      Kevin Falcone committed
  2. 22 Nov, 2015 1 commit
  3. 11 Nov, 2015 2 commits
  4. 10 Nov, 2015 1 commit
  5. 01 Jul, 2015 1 commit
  6. 26 Jun, 2015 5 commits
  7. 22 Jun, 2015 1 commit
  8. 12 Jun, 2015 3 commits
  9. 06 Jun, 2015 1 commit
  10. 14 May, 2015 1 commit
  11. 01 Dec, 2014 1 commit
  12. 10 Nov, 2014 1 commit
  13. 11 Jun, 2014 1 commit
  14. 05 May, 2014 1 commit
  15. 02 Apr, 2014 1 commit
    • Make new-style chinese language codes works for translation · 80e12705
      The old-style chinese language codes used in django 1.4 series are now deprecated, as discussed here:  https://code.djangoproject.com/ticket/18419.
      Although majority of browsers still use the old-style language codes, some new browsers such as IE11 in Windows 8.1 start to use the new-style names instead of old-style ones which makes the current chinese translations of edX can't work properly under these browsers.
      As there is no easy way for edX to change a higher version of django, I think we could do some mapping here so that the users who use IE11 in Windows 8.1 or other browsers that use the new-style names can view correct translations.
      Also, this fix will make users who use one of the language codes:  zh-hk ,  zh-sg  and  zh-mo  can see the correct translations.
      louyihua committed
  16. 13 Mar, 2014 1 commit
  17. 10 Mar, 2014 1 commit
  18. 14 Feb, 2014 1 commit
  19. 03 Feb, 2014 2 commits
  20. 29 Jan, 2014 2 commits