PLAT-1916 Ignore existing usage of deprecated field_data

This commit is contained in:
Jeremy Bowman
2018-02-01 13:00:28 -05:00
parent 7d67583bb9
commit 11e134c552
9 changed files with 18 additions and 17 deletions

View File

@@ -35,7 +35,6 @@ import os
import django
from path import Path as path
from warnings import simplefilter
from django.utils.translation import ugettext_lazy as _
from openedx.core.djangoapps.theming.helpers_dirs import (
@@ -1249,11 +1248,6 @@ FOOTER_BROWSER_CACHE_MAX_AGE = 5 * 60
# Credit api notification cache timeout
CREDIT_NOTIFICATION_CACHE_TIMEOUT = 5 * 60 * 60
################################# Deprecation warnings #####################
# Ignore deprecation warnings (so we don't clutter Jenkins builds/production)
simplefilter('ignore')
################################# Middleware ###################################
# TODO: Remove Django 1.11 upgrade shim