Changeset 415
- Timestamp:
- 12/09/09 16:17:50 (3 years ago)
- Files:
-
- 1 modified
-
trunk/kelsen/apps/executive/urls.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/kelsen/apps/executive/urls.py
r409 r415 95 95 96 96 url( 97 r'^ normas/$',97 r'^reglamentos/$', 98 98 list_detail.object_list, 99 99 rules_dict, … … 101 101 102 102 url( 103 r'^ normas/(?P<object_id>\d+)/$',103 r'^reglamentos/(?P<object_id>\d+)/$', 104 104 list_detail.object_detail, 105 105 rules_dict, … … 107 107 108 108 url( 109 r'^ normas/(?P<slug>[-\w]+)/$',109 r'^reglamentos/(?P<slug>[-\w]+)/$', 110 110 list_detail.object_detail, 111 111 dict(rules_dict, slug_field='slug'),
