Ha! Thank you and sorry for my stupidity. I was confused by the fact that I
didn't had to do this in {for ... in ...}.
W dniu niedziela, 8 lipca 2012 19:05:17 UTC+2 użytkownik Tomas Neme napisał:
>
> Man...
>
> > (r'^sets/(?P<pk>\d+)/$', SetDetailView.as_view(
> > model=Set,
> > context_object_name="set_details",
> > template_name='data/set_details.html',
> > )),
> >
> > But the site is empty. Here's my extremely simple template:
> >
> > {% block title %}{{ set.text_name }}{% endblock %}
> >
> > {% block content %}
> > <h2>Set:</h2>
> >
> > {{ set.theme }} - {{ set.subtheme }}
> > {% endblock %}
>
> and where, pray, would that 'set' variable be populated when you very
> explicitly told the DetailView you wanted your context object named
> 'set_details'?
>
> --
> "The whole of Japan is pure invention. There is no such country, there
> are no such people" --Oscar Wilde
>
> |_|0|_|
> |_|_|0|
> |0|0|0|
>
> (\__/)
> (='.'=)This is Bunny. Copy and paste bunny
> (")_(") to help him gain world domination.
>
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/django-users/-/0yKZyt9Wzd4J.
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-users?hl=en.