mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 21:31:09 -05:00
refactor: Rename launch_type to propulsion_system across the codebase
This commit is contained in:
@@ -271,7 +271,7 @@ class RollerCoasterStatsQuerySet(BaseQuerySet):
|
||||
|
||||
def launched_coasters(self):
|
||||
"""Filter for launched coasters."""
|
||||
return self.exclude(launch_type="NONE")
|
||||
return self.exclude(propulsion_system="NONE")
|
||||
|
||||
def by_track_type(self, *, track_type: str):
|
||||
"""Filter by track type."""
|
||||
|
||||
Reference in New Issue
Block a user