Your code is working perfectly. Just that you need to remember that the view has its model set to Sklad. Hence, when you called super() on form_valid, only the Skald instance is saved.
You need to manually save the Pack form in the form_valid method. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/982b9f71-2cb3-40de-b29b-2caa0618d88d%40googlegroups.com.

