Skip to content

Commit 334445d

Browse files
committed
Added a warnings ignore for an issue which pops up on ietfa.
- Legacy-Id: 12626
1 parent 725ce16 commit 334445d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
warnings.filterwarnings("ignore", message="Report.file_reporters will no longer be available in Coverage.py 4.2", module="coverage.report")
1414
warnings.filterwarnings("ignore", message="initial_data fixtures are deprecated. Use data migrations instead.", module="django.core.management.commands.loaddata")
1515
warnings.filterwarnings("ignore", message="The popen2 module is deprecated. Use the subprocess module.", module="ietf.utils.pipe")
16+
warnings.filterwarnings("ignore", message="django.contrib.contenttypes.generic is deprecated and will be removed in Django 1.9.", module="south.modelsinspector")
1617

1718
try:
1819
import syslog

0 commit comments

Comments
 (0)