3
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix up contributor name for #11294 More... about 1 year ago
Add changelog for #11294 More... about 1 year ago
Enhance Stimulus InitController to support additional custom event dispatching More... about 1 year ago
Rewrite recent edits panel to use audit log More... about 1 year ago
Resolve error when specifying 'slug' as a read-only field (#11447) More... about 1 year ago
Add changelog for #11419 More... about 1 year ago
Release note for #11436 More... about 1 year ago
Remove redundant paginate_queryset method More... about 1 year ago
Release note for #11432 More... about 1 year ago
Bump follow-redirects from 1.14.9 to 1.15.4 More... about 1 year ago
Replace calls to BaseListingView.get_ordering elsewhere with self.ordering More... about 1 year ago
Make self.ordering into a cached property so that we don't have to explicitly call get_ordering More... about 1 year ago
Don't pass ordering as a parameter to order_queryset More... about 1 year ago
Move remaining annotation/ordering logic from generic IndexView into order_queryset More... about 1 year ago
Move get_base_queryset / order_queryset to generic BaseListingView. Also handle the 'no ordering specified' case in the base order_queryset implementation, for consistency with filter_queryset and search_queryset. More... about 1 year ago
Remove now fully generic get_queryset method from pages BaseIndexView More... about 1 year ago
Ensure that BaseListingView and generic IndexView are consistently setting self.ordering from get_ordering() More... about 1 year ago
Release notes for #11365 / #8947 More... about 1 year ago
Move handling of construct_explorer_page_queryset hook into search_queryset More... about 1 year ago
Prevent future issues with icon.html end-of-file newlines More... about 1 year ago
Replace visuallyhidden utility class with w-sr-only More... about 1 year ago
Remove unused visuallyvisible styles More... about 1 year ago
Check for WAGTAIL_I18N_ENABLED before adding locale filter More... about 1 year ago
Move search logic into a search_queryset method More... about 1 year ago
Refine logic for applying order to search results More... about 1 year ago
Fix typo in customisation.md More... about 1 year ago
Move custom ordering logic into a dedicated order_queryset method More... about 1 year ago
Move various prefetches into get_base_queryset More... about 1 year ago
Simplify handling of search_queryset More... about 1 year ago
Move initial page listing queryset construction into get_base_queryset More... about 1 year ago