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

Link to Django docs where possible #17

Closed
wants to merge 2 commits into from

Conversation

rixx
Copy link
Contributor

@rixx rixx commented Apr 25, 2019

This PR introduces links to the Django documentation on all model fields that are Django core fields. (Yes, this leaves out fields like contrib.postgres, but it's better than nothing, imo).

@vdboor
Copy link
Contributor

vdboor commented Aug 9, 2019

While I appreciate what you're trying to do here, this is not the right approach.
Instead of linking to a HTTP URL, a proper intersphinx configuration in your project will do that all for you.

This makes sure that linking like these are in fact linked to the Django documentation:
:class:`~django.contrib.auth.models.User`

@vdboor vdboor closed this Aug 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants