refactor: Rename launch_type to propulsion_system across the codebase

This commit is contained in:
pacnpal
2025-09-18 21:01:13 -04:00
parent 516c847377
commit d5cd6ad0a3
21 changed files with 207 additions and 92 deletions

View File

@@ -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."""