proversity-org / edx-platform

The Open edX platform, the software that powers edX!
http://open.edx.org/
GNU Affero General Public License v3.0
1 stars 1 forks source link

MIGRATION-6 - Adding LoginFailures model and course_name to CourseEnrollment. #1076

Closed Squirrel18 closed 5 years ago

Squirrel18 commented 5 years ago

Description:

This PR adds the LoginFailures model to the Student admin, also adds the course_name display field to the CourseEnrollmentAdmin.

Notes:

In order to show the CourseEnrollment model in the admin page, you must enable the Waffle switch: student.courseenrollment_admin

Previous work:

https://github.com/proversity-org/edx-platform/commit/6782f6a3b8b146b02db726b9087361232d6c3849 https://github.com/proversity-org/edx-platform/commit/743ffbd7203c00ec02bfb37f81712c0e25108b49 https://github.com/proversity-org/edx-platform/commit/d8236894880b9aa4b3d0a7715a78c8cac295183f https://github.com/proversity-org/edx-platform/commit/45bf96608f42a56735e265791ad2b6d7556684ca

Reviewers:

Squirrel18 commented 5 years ago

PR addressed. @andrey-canon