Skip to content
Snippets Groups Projects
  1. Apr 02, 2021
  2. Mar 02, 2021
  3. Nov 10, 2020
  4. Dec 30, 2019
  5. Dec 10, 2019
  6. Oct 24, 2019
    • Manjinder Singh's avatar
      BOM-933: Fix type mismatches in various migrations 5 (#22147) · 80c7f5af
      Manjinder Singh authored
      * fix type mismatch in third_party_auth migrations
      
      * fix type mismatch in verify_student  migrations
      
      * fix type mismatch in video_config  migrations
      
      * fix type mismatch in verified_track_content  migrations
      
      * fix type mismatch in commercemigrations
      
      * fix type mismatch in xblock_config migrations
      
      * fix type mismatch in course_creators migrations
      
      * fix type mismatch in contentstore migrations
      80c7f5af
  7. May 15, 2019
  8. Jan 10, 2019
  9. Jun 25, 2018
  10. 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
  11. Apr 30, 2018
  12. Apr 25, 2018
  13. Apr 23, 2018
  14. Apr 11, 2018
  15. Mar 26, 2018
  16. Feb 05, 2018
  17. Oct 12, 2017
  18. Oct 06, 2016
  19. Dec 09, 2015
  20. Nov 30, 2015
  21. 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
  22. Oct 20, 2015
  23. Oct 06, 2015
  24. Jul 21, 2015
    • Will Daly's avatar
      Separate verification deadline from upgrade deadline · 25fa2ffc
      Will Daly authored
      * Add verification deadline model.
      * Populate verification deadlines from course modes table.
      * Update student dashboard to use verification deadlines.
      * Update pay-and-verify view to use verification deadlines.
      * Simplify Django admin for course modes and add validation.
      * Add verification deadline to Django admin for course modes.
      * Add UI for when the upgrade deadline is missed in the pay-and-verify flow.
      25fa2ffc
  25. Jun 16, 2015
  26. Jun 10, 2015
  27. Jun 01, 2015
  28. Apr 29, 2015
  29. Apr 17, 2015
  30. Apr 02, 2015
  31. Dec 01, 2014
  32. Jan 31, 2014
  33. Aug 21, 2013