Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion restless/dj.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def build_url_name(cls, name, name_prefix=None):
:param name_prefix: (Optional) A prefix for the URL's name (for
resolving). The default is ``None``, which will autocreate a prefix
based on the class name. Ex: ``BlogPostResource`` ->
``api_blog_post_list``
``api_blogpost_list``
:type name_prefix: string

:returns: The final name
Expand Down