On 11/3/06, iain duncan <[EMAIL PROTECTED]> wrote: > Does there exist somewhere a full reference to every template variable > available to the admin templates? I think this would be very useful. I > looked but couldn't find one, so maybe it's just hiding somewhere. Would > be good to know for instance all the properties of results_list and > stuff like that without having to dig through code to find them.
There isn't any such reference right now that I know of, but in theory it's just a matter of adding useful docstrings to the admin views and templatetags (because the admin's built-in documentation viewer will pick those up and display them, with ReST formatting). Ticket #1834 made a start on providing docstrings for the templatetags, but the patches supplied for it don't cover the whole library, and the views are another matter altogether. If someone wants a "little easy improvement" to work on, this would be a good one; I'll add it on the wiki. -- "May the forces of evil become confused on the way to your house." -- George Carlin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---
