Skip to content
Snippets Groups Projects
  1. Feb 03, 2021
  2. Nov 10, 2020
    • Kyle McCormick's avatar
      Use full names for common.djangoapps imports; warn when using old style (#25477) · 151bd136
      Kyle McCormick authored
      * Generate common/djangoapps import shims for LMS
      * Generate common/djangoapps import shims for Studio
      * Stop appending project root to sys.path
      * Stop appending common/djangoapps to sys.path
      * Import from common.djangoapps.course_action_state instead of course_action_state
      * Import from common.djangoapps.course_modes instead of course_modes
      * Import from common.djangoapps.database_fixups instead of database_fixups
      * Import from common.djangoapps.edxmako instead of edxmako
      * Import from common.djangoapps.entitlements instead of entitlements
      * Import from common.djangoapps.pipline_mako instead of pipeline_mako
      * Import from common.djangoapps.static_replace instead of static_replace
      * Import from common.djangoapps.student instead of student
      * Import from common.djangoapps.terrain instead of terrain
      * Import from common.djangoapps.third_party_auth instead of third_party_auth
      * Import from common.djangoapps.track instead of track
      * Import from common.djangoapps.util instead of util
      * Import from common.djangoapps.xblock_django instead of xblock_django
      * Add empty common/djangoapps/__init__.py to fix pytest collection
      * Fix pylint formatting violations
      * Exclude import_shims/ directory tree from linting
      151bd136
  3. Jul 08, 2020
  4. Jul 01, 2020
  5. Jun 29, 2020
  6. Apr 01, 2020
  7. Mar 19, 2020
  8. Mar 17, 2020
  9. Feb 20, 2020
  10. Feb 04, 2020
    • atesker's avatar
      initial layout · 5a2d98b1
      atesker authored
      interim commit
      
      clean up
      
      Initial unit tests and pylint
      
      pylint cleanup
      
      Unit tests extended and passing. Pylint
      
      WIP - fix Unit tests extended and passing. Pylint
      
      Updated logic to validate before commit.
      
      CR pass1
      
      CR pass1, pep8
      
      pep8 2
      
      interim cr
      
      interim cr2
      
      refactor to using DictReader
      
      removed uneeded mixin
      
      pr comments
      
      encoding fix and return value
      
      Cache teams/membershipos
      
      ncr
      
      cr aed
  11. Dec 30, 2019
  12. Nov 12, 2019
    • Simon Chen's avatar
      Add the organization protected attribute to team · c5f03adb
      Simon Chen authored
       This is needed so Masters learners will not be in the same team as verfied and audit learners. If the team is designated as organization protected, it will not be visible or accessible by verified or audit track learners
      MST-34
      c5f03adb
  13. Oct 22, 2019
  14. Oct 18, 2019
  15. Jun 26, 2019
  16. May 03, 2019
  17. May 02, 2019
  18. May 01, 2019
  19. Feb 19, 2019
  20. Feb 13, 2019
  21. Jun 05, 2018
    • Tyler Hallada's avatar
      Add on_delete kwarg to ForeignKey & OneToOneFields · 1540f9ec
      Tyler Hallada authored
      Django 2.0 will make this field required for `ForeignKey` and `OneToOneFields`.
      In previous versions the option defaulted to `models.CASCADE` when not
      specified. This change should make the deprecation warnings in the current
      Django version go away.
      
      The migrations where also modified, but the changes should not cause a change in
      the database schema since `models.CASCADE` was already the old default.
      1540f9ec
  22. Feb 05, 2018
  23. Dec 27, 2017
  24. Oct 09, 2017
  25. Oct 05, 2017
  26. Jun 12, 2017
  27. Jan 06, 2017
  28. Oct 06, 2016
  29. Nov 22, 2015
  30. Nov 10, 2015
    • Usman Khalid's avatar
      Rebase upgrade Django to v1.8.5 · 6cb62f26
      Usman Khalid authored
      Please note that this is a squshed commit and the work of:
      Symbolist, macdiesel, nedbat, doctoryes, muzaffaryousaf and muhammad-ammar
      6cb62f26
  31. Oct 21, 2015
  32. Oct 02, 2015
  33. Sep 28, 2015
Loading