Files
awx/awx
Chris Meyers ffbbcd2bf6 fix tests, add pagination tests
* job_created is a fake field as far as Django is concerned. Under the
hood, in postgres, this is the partition key so it is real. sqlite
doesn't support partitioning so we need to fake some things.
Specifically, we need to remove job_created from being auto-added to
get_event_queryset()
* Add pagination tests for <unified_job_name>/<id>/<job_events>?limit=x
endpoint to make sure the paginator is wired up.
2021-06-04 09:17:09 -07:00
..
2021-06-04 09:17:09 -07:00
2021-04-30 14:32:05 -04:00
2021-06-04 09:17:09 -07:00
2021-04-30 14:32:05 -04:00
2021-04-30 14:32:05 -04:00