Wykres commitów

7 Commity (stable/2.16.x)

Autor SHA1 Wiadomość Data
Matt Westcott 9becd60e1f Fill in release date for 2.16.1 2022-02-11 13:30:40 +00:00
LB Johnston e1ecfaab9d reorder nav (sidebar) imports so that hooks can still override them (#7954)
- main_nav_css & main_nav_js were added when the new slim sidebar was being built
- with the legacy styles/js - there was little risk of there being conflicts
- with the new sidebar CSS, this sidebar bundle comes with a large duplicate of what is in core.css so we should add it before the hooks run so that hook scan override if needed as per our documentation
- this is a temporary fix for #7943 - ideally we should avoid sidebar.scss bundle duplicating so much of the core css
- note: JS is lower risk but should follow the same convention
2022-02-11 11:02:43 +00:00
Matt Westcott f10de95b73 Prevent error on creating automatic redirects for sites with non-standard ports
Fixes #7942 - get_dummy_request should not include the port number in SERVER_NAME.
2022-02-11 10:41:17 +00:00
Matt Westcott 62b9c42d3d Release note for #7944 in 2.16.1 2022-02-10 15:43:35 +00:00
Dennis McGregor 81c71ebeaf Apply unlocalize filter to bulk action object ids
- Bulk Actions were failing for objects with id > 999 in projects with
- Django settings `USE_L10N` and `USE_THOUSAND_SEPARATOR` enabled.
- Test bulk action checkboxes handle USE_THOUSAND_SEPARATOR setting
- see #7914
2022-02-10 20:02:35 +10:00
Ihor Marhitych 8e2eaa6821 fix issue where bulk actions would return, not raise 404
return Http404 -> raise Http404
See #7911
2022-02-09 21:37:38 +10:00
Matt Westcott 280d239fdc Release note for #7934 in 2.16.1 2022-02-08 12:01:21 +00:00