mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
Support 202108 (#1051)
* add OPERATIONS_EMAIL setting * fixes #1019: redundant saves to deleted netixlans during ix-f import * private pocs are no longer valid (#944) * poetry relock (handleref update) * fixes #1032: __id api filter not working * Additional self-selection fields for Facilities #800 * advanced search fields for available voltage, property and diverse serving substations (#1016) * When network sets netixlan speed to 1200000 only 1T is shown instead of 1.2T ... sometimes #500 * add search-data * comment out mount points for api-cache, search-data, django-peeringdb * poetry relock (django-peeringdb 2.9.0) * linting Co-authored-by: Stefan Pratter <stefan@20c.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import os
|
||||
|
||||
import pytest
|
||||
from allauth.account.signals import email_confirmed, user_signed_up
|
||||
from django.conf import settings
|
||||
from django.contrib.auth import get_user_model
|
||||
from django.test import TestCase
|
||||
@@ -8,7 +9,6 @@ from django.test import TestCase
|
||||
from mainsite.settings import _set_bool, _set_option
|
||||
from peeringdb_server import models, serializers
|
||||
from peeringdb_server import settings as pdb_settings
|
||||
from allauth.account.signals import email_confirmed, user_signed_up
|
||||
|
||||
from .util import SettingsCase
|
||||
|
||||
|
||||
Reference in New Issue
Block a user