Files
awx/awx/api
Akita Noek 44a8da83c2 Removed all encompassing .distinct() call for all views
This .distinct() call applied .distinct() to all list query sets. Most
query sets are already unique, and adding .distinct causes the database
to do a lot of extra work. Views that rely on this behavior will be
rooted out during the hardening sprint and .distinct() will be added to
the individual querysets as needed instead of applying this everywhere.
2016-04-22 12:30:03 -04:00
..
2015-06-11 16:10:23 -04:00
2016-04-15 16:47:12 -04:00
2015-06-11 16:10:23 -04:00
2016-03-29 15:19:17 -04:00
2016-04-21 16:43:55 -04:00
2016-04-21 15:30:35 -04:00