mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-14 19:47:12 +00:00
Import rejigging to fix circular refs
This commit is contained in:
@@ -8,8 +8,8 @@ from django.contrib.admin.widgets import AdminDateWidget
|
||||
|
||||
from tinymce.widgets import TinyMCE
|
||||
|
||||
from troggle.core.models import Person, PersonExpedition, LogbookEntry, Expedition
|
||||
from troggle.core.models_caves import Cave, QM, Entrance, CaveAndEntrance
|
||||
from troggle.core.models import Person, PersonExpedition, Expedition
|
||||
from troggle.core.models_caves import Cave, LogbookEntry, QM, Entrance, CaveAndEntrance
|
||||
|
||||
class CaveForm(ModelForm):
|
||||
underground_description = forms.CharField(required = False, widget=forms.Textarea())
|
||||
|
||||
Reference in New Issue
Block a user