1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #10695: Rename forms/models.py to forms/model_forms.py

This commit is contained in:
jeremystretch
2022-10-25 16:26:05 -04:00
parent b2e2e3be35
commit 91c6bbcd78
17 changed files with 11 additions and 13 deletions

View File

@ -1,4 +1,4 @@
from .models import *
from .model_forms import *
from .filtersets import *
from .object_create import *
from .bulk_create import *