as usual...
-- Thank you Ramiro for your effort
W dniu poniedziałek, 27 stycznia 2014 14:14:14 UTC+1 użytkownik Ramiro Morales napisał:
W dniu poniedziałek, 27 stycznia 2014 14:14:14 UTC+1 użytkownik Ramiro Morales napisał:
On Mon, Jan 27, 2014 at 7:54 AM, Rafał Szymański <r.szy...@gmail.com> wrote:
> Hello everybody.
> I'm Rafał. I just started learnig and I'd like to ask You for little help.
> I'm in the part 2 of tutorial - admin, Adding related objects.
> I have no three slots for related Choices.
> Here is my code.
> [snip]
> class PollAdmin(admin.ModelAdmin):
> ...
> inline = [ChoiceInline]
The correct option name here is 'inlines':
inlines = [ChoiceInline]
--
Ramiro Morales
@ramiromorales
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/30d66915-407d-4d9d-9768-abefda839c0c%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment