mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 18:37:39 -02:30
Update Django to 1.8 and DRF to 3.3, add new Django migrations, update serializers/pagination/metadata, update browsable API styling.
This commit is contained in:
@@ -47,7 +47,7 @@ class ScheduleManager(ScheduleFilterMethods, models.Manager):
|
||||
|
||||
use_for_related_objects = True
|
||||
|
||||
def get_query_set(self):
|
||||
def get_queryset(self):
|
||||
return ScheduleQuerySet(self.model, using=self._db)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user