#9033: QuerySet extra()'s arguments could be better represented visually in the doc ---------------------------+------------------------------------------------ Reporter: julien | Owner: nobody Status: new | Milestone: Component: Documentation | Version: 1.0 Keywords: | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ Currently in the Queryset API documentation (1), the arguments for `extra()` (e.g. `select`, `params`, `order_by`...), although correctly defined, don't clearly show as sub-parts in the section. Visually they seem to be at the same level as the other queryset methods.
To fix this, one could use bullets, like it's been done for the `fieldsets` dictionary keys (`"fields"`, `"classes"` and `"description"`) in the admin doc (2). Not a big deal but that'd be a nice improvement. (1) http://docs.djangoproject.com/en/dev/ref/models/querysets/#extra- select-none-where-none-params-none-tables-none-order-by-none-select- params-none (2) http://docs.djangoproject.com/en/dev/ref/contrib/admin/#fieldsets -- Ticket URL: <http://code.djangoproject.com/ticket/9033> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
