mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 15:11:09 -05:00
Refactor model imports and update admin classes to use pghistory for historical tracking; replace HistoricalModel with TrackedModel in relevant models
This commit is contained in:
@@ -3,7 +3,8 @@ from django.forms import ModelChoiceField
|
||||
from django.urls import reverse_lazy
|
||||
from .models import Ride, RideModel
|
||||
from parks.models import Park, ParkArea
|
||||
from companies.models import Manufacturer, Designer
|
||||
from companies.models import Manufacturer
|
||||
from designers.models import Designer
|
||||
|
||||
|
||||
class RideForm(forms.ModelForm):
|
||||
|
||||
Reference in New Issue
Block a user