PLAT-1633: Upgrade django-ratelimit-backend to 1.1.1

This commit is contained in:
bmedx
2017-07-28 13:10:29 -04:00
parent b411fa0c79
commit 48e6e552f2
13 changed files with 15 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
"""
Django Admin model registry for Course Structures sub-application
"""
from ratelimitbackend import admin
from django.contrib import admin
from .models import CourseStructure

View File

@@ -1,7 +1,7 @@
"""
Django admin page for credit eligibility
"""
from ratelimitbackend import admin
from django.contrib import admin
from openedx.core.djangoapps.credit.models import (
CreditConfig,

View File

@@ -2,7 +2,7 @@
django admin pages for courseware model
'''
from ratelimitbackend import admin
from django.contrib import admin
from openedx.core.djangoapps.external_auth.models import ExternalAuthMap