In your example, you could just inherit from generic-list.html since it already
extends base.html. You would be repeating yourself in your current example.
orders/list.html
{% extends 'generic-list.html' %}
{% block list-item %}
Order # {{ order.id }} (total: {{ order.total }})
{% endblock
Hello, I have tried to solve a ticket
https://code.djangoproject.com/ticket/20995 and sent a PR for that
https://github.com/django/django/pull/12407 . Please give a look at that.
--
You received this message because you are subscribed to the Google Groups
"Django developers (Contributions to
Week ending February 16, 2020.
*Triaged:*
https://code.djangoproject.com/ticket/31248 - Missing whitespace in SQL
generated for PostGIS indexed with USING. (accepted)
https://code.djangoproject.com/ticket/31249 - select_for_update() with 'of'
crashes with models from multi-level inheritance (dup