Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

View description (notes) are trimmed. #32

Closed
restless opened this issue Oct 1, 2013 · 1 comment
Closed

View description (notes) are trimmed. #32

restless opened this issue Oct 1, 2013 · 1 comment

Comments

@restless
Copy link

restless commented Oct 1, 2013

I have a view like:

class RegistrationView(APIView):
    """    
    Creates a new user.
    Returns: token - auth token.

    email -- e-mail address
    password -- password, optional
    city -- city, optional
    street -- street, optional
    number -- house number, optional
    zip_code -- zip code 10 chars, optional
    phone -- phone number in US format (XXX-XXX-XXXX), optional
    """

This is rendered as:

   Implementation Notes

   Creates a new user.
   Returns: token - auth to

   Parameters
   (...)

The problem is that the token word is shortened to to.

@marcgibbons
Copy link
Owner

Thanks for this. Fixing in next release.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants