#12663: Information provided by Model._meta should be documented in <djangodocs>/models/options/ --------------------------------------+------------------------------------- Reporter: MadeR | Owner: nobody Status: new | Milestone: 1.2 Component: Documentation | Version: 1.2-alpha Keywords: Model Meta Documentation | Stage: Unreviewed Has_patch: 0 | --------------------------------------+------------------------------------- When creating a view template for a Model instance, it is often useful to display the fields in the same order as they were defined.
The Model._meta has many useful tools when you are in such a situation, for example Model._meta.fields, but they are undocumented. So documentation should be added to http://docs.djangoproject.com/en/1.1/ref/models/options/ -- Ticket URL: <http://code.djangoproject.com/ticket/12663> 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.
