﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
25696	Add sphinx extension to django.contrib	Johannes Maron	nobody	"As I proposed at DUTH2015, it would be great to not only have beautiful Django documentation, but to allow users to create documentations of their projects in a breeze.

To achieve that, I'd like to propose a sphinx extension in `django.contrib` that manly handles:
- Keeping the inspector from iterating of querysets/managers.
- Monkey patching or fixing `FieldDescriptors` eg. FileFields
- Fixing field pathes for intersphinx. Intersphinx doesn't work with eg. `django.db.models.fields.CharField` but only `django.db.models.CharField`

I have some code snippets ready, but not a sphinx extension yet. It is also in question, if the extension should do a lot of monkey patching instead of fixing some implementation issues in django."	New feature	closed	Documentation	1.8	Normal	wontfix	sphinx, docs		Unreviewed	0	0	0	0	0	0
