Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve formatting of class attributes #44

Open
exonian opened this issue Aug 18, 2012 · 4 comments
Open

Improve formatting of class attributes #44

exonian opened this issue Aug 18, 2012 · 4 comments

Comments

@exonian
Copy link
Contributor

exonian commented Aug 18, 2012

Currently in the form:
response_class = <class 'django.template.response.TemplateResponse'>

Looks a bit unformatted.

Would probably be a change in get_value.

@ghickman
Copy link
Contributor

@exonian – What sort of format were you thinking? We could just cut it down to the dotted path? I think this is the raw output of str(TemplateResponse) btw.

@meshy
Copy link
Contributor

meshy commented Oct 28, 2013

Personally I like this format. I believe that a as python programmer it's what one'd expect. -- That said.. If the related class was tracked by ccbv (classify?) then it could be a link.

@ghickman
Copy link
Contributor

We could link this out the code on Github?

@exonian
Copy link
Contributor Author

exonian commented Oct 28, 2013

I'd prefer dotted paths, but I'm not super fussed. I like the idea of linking to something either way: ccbv/classify would be best but github or docs would add value too.

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

No branches or pull requests

3 participants