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 2adc148744
commit c407710488
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 .bulk_edit import *
from .bulk_import import *