You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…e /api/dataset with djangorestframework /datasets/ #74
fix:
- Fix sorting by name
- Make sorting stable for size and collection_id
- Fix missing column if kingfisher_metadata not available
- Format undefined as blank, not 0
chore:
- Remove extra methods on Dataset model that required extra, repetitive queries
- Rename dataset_original (related_name=dataset_filter_parent) to parent (children)
- Rename dataset_filtered (related_name=dataset_filter_child) to dataset (filtered)
- Use meta.compiled_releases.total_unique_ocids consistently (instead of progress_monitor_dataset.size)
- Remove some #111
Follow-up to #106
The text was updated successfully, but these errors were encountered: