| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| __init__.py | ||
| factories.py | ||
| mixins.py | ||
| test_admin.py | ||
| test_lookups.py | ||
| test_models.py | ||
| test_people.py | ||
| test_publishers.py | ||
| test_query.py | ||
| test_signals.py | ||
| test_utils.py |
The query that fetches available courses performs a join across the course table, the course_runs table, and the seats table and returns a separate copy of the same course for each available run/seat combination by default. We have to use distinct() to make sure only a single copy of each available course is returned.
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| __init__.py | Loading commit data... | |
| factories.py | Loading commit data... | |
| mixins.py | Loading commit data... | |
| test_admin.py | Loading commit data... | |
| test_lookups.py | Loading commit data... | |
| test_models.py | Loading commit data... | |
| test_people.py | Loading commit data... | |
| test_publishers.py | Loading commit data... | |
| test_query.py | Loading commit data... | |
| test_signals.py | Loading commit data... | |
| test_utils.py | Loading commit data... |