ontowhee
ontowhee
When the menu is open, the first time we press the tab key, it should bring the focus to the first menu item on the list. Currently, it jumps to...
#### Trac ticket number ticket-23557 #### Branch description Compares the results of `collapse_group_by()` with and without the expressions from order_by clause. Raises a deprecation warning if the results differ for...
Fix for #1722 Added test for `checkout_session_completed`. The test fails when reverting the change in [e995213](https://github.com/django/djangoproject.com/commit/e9952130db15e603477a5bc2a3a8f202c99cbd65). A new file is added in `test_data`. It was generated by calling calling `stripe.Customer.list().data[0]`,...
Fix #1836 This builds on [432f859](https://github.com/django/djangoproject.com/commit/432f85945e8138b9be7dce7db1ca71421fe231cb) to demonstrate the ValueError described in #1831. It removes `jquery.min.map`, and adds a new step in github actions to run collectstatic with production settings.
Fix #1831 WIP. This is probably not the right approach. It adds the collectstatic command to tox, although tox is running under development environment and we are trying to test...
fix #1806 The existing query was looping on metrics to grab the latest Datum for each metric, which led to 18 similar queries reported by django-debug-toolbar. There were 45 sql...
Forum discussion: https://forum.djangoproject.com/t/proposal-clarify-ticket-statuses-and-queues/41496 - Added new field "Solution Status" - Removed fields "Has Patch" and "Patch Needs Improvement" - Uses DynamicFieldPlugin to dynamically hide/show/clear fields for the Accepted stage. -...