marcgibbons / django-rest-framework-docs

An inventory tool for Django Rest Framework v2 API endpoints
BSD 2-Clause "Simplified" License
95 stars 34 forks source link

Trailing / not shown in URLs #12

Closed carltongibson closed 11 years ago

carltongibson commented 11 years ago

URL patterns such as:

r'^users/$'

are shown as:

/users

The trailing slash should be shown — it's a required part of the URL.

This issue seems maybe related to #3 at first glance. There wasn't a link to the fixing commit so I can't say more right now.