Opened 18 years ago
Closed 17 years ago
#3717 closed (fixed)
{% url %} for generic views "object_list" and "object_detail"
Reported by: | Owned by: | Jacob | |
---|---|---|---|
Component: | Generic views | Version: | dev |
Severity: | Keywords: | generic views url reverse | |
Cc: | Maniac@…, django@… | Triage Stage: | Accepted |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Short summary:
Implement template tags and infrastructure to create links in templates for objects and object lists being served by generic views. Template tags take the form:
{% obj_url "appname.ModelName" id %} {% obj_list_url "appname.ModelName" %}
Full summary: http://groups.google.com/group/django-developers/browse_frm/thread/41c31258b541fd67
Change History (3)
comment:1 by , 18 years ago
Component: | Uncategorized → Generic views |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 18 years ago
Cc: | added |
---|
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This has been fixed now we can have named URL patterns.
Note:
See TracTickets
for help on using tickets.
Ivan's full proposal is (for those of us who like it all on one page):