1. 28 Jul, 2015 5 commits
  2. 27 Jul, 2015 5 commits
  3. 24 Jul, 2015 1 commit
    • Fix conflicting 0004_ migrations on course_overviews · ea89e2d8
      What happened:
      * First, I merged `0004_default_lowest_passing_grade_to_None.py`, which adds `null=True` to `lowest_passing_grade`.
      * Later, Renzo merged `0004_auto__add_field_courseoverview_enrollment_start__add_field_courseoverv.py`, which adds a bunch of enrollment-related fields
      * Neither migrations' `models` variables reflects the changes in the other one.
      * release currently has just `0004_default...`
      * master and rc/2015-07-22 have `0004_auto...` and `0004_default...`, in that order.
      
      What this commit changes:
      * Change `0004_auto...` to `0005_add_enrollment_fields.py`
      * Update `models` in `0005_...` to have `null=True` for `lowest_passing_grade`
      Kyle McCormick committed
  4. 23 Jul, 2015 2 commits
  5. 22 Jul, 2015 17 commits
  6. 21 Jul, 2015 10 commits