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.
--
Ticket URL: <https://code.djangoproject.com/ticket/25696>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* needs_better_patch: => 0
* resolution: => wontfix
* needs_tests: => 0
* needs_docs: => 0
Comment:
I'm not yet convinced that this is something that needs to live in Django
itself at this time. I'd like to see it (at least initially) as a third-
party package which should allow you to iterate more quickly before we
consider it for inclusion in Django. Please let the DevelopersMailingList
know when you have something to share, or feel free to reach out to me
directly for feedback. Thanks!
--
Ticket URL: <https://code.djangoproject.com/ticket/25696#comment:1>
Comment (by codingjoe):
Thanks, will do.
--
Ticket URL: <https://code.djangoproject.com/ticket/25696#comment:2>