home / django_tickets / tickets

tickets: 131

This data as json

id created changetime last_pulled_from_trac stage status component type severity version resolution summary description owner reporter keywords easy has_patch needs_better_patch needs_tests needs_docs ui_ux
131 2005-07-21 03:40:23 2006-09-13 23:47:09 2022-03-06 03:19:49.664545 Unreviewed closed Core (Other) defect normal   fixed Included URL configurations do not receive parameters parsed from parent URL configurations Example: {{{ settings/urls/main.py (r'^(?P<username>\w+)/blog/', include('fiji.apps.blog.urls.blog')), apps/blog/urls/blog.py (r'', 'blog.index'), }}} In this case, the username parameter caught by the main conf file does not get passed to the blog conf file, which is desired. adrian jcernelli@gmail.com   0 0 0 0 0 0
Powered by Datasette · Queries took 1.795ms