Re: Admin form in intermediate page

2019-11-21 Thread Thiago Luiz Parolin
Thank you!!! It helped me a lot!! :) -- 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+unsubscr...@googlegroups.com. To view this discussion on the we

Re: Admin form in intermediate page

2019-11-20 Thread Derek
This is an old post but one that helped me when I first working on this: https://www.jpichon.net/blog/2010/08/django-admin-actions-and-intermediate-pages/ On Tuesday, 19 November 2019 16:54:25 UTC+2, Thiago Luiz Parolin wrote: > > I have a form in admin that when selecting a particular action, pr

Admin form in intermediate page

2019-11-19 Thread Thiago Luiz Parolin
I have a form in admin that when selecting a particular action, presents an intermediate page with numeric fields to be filled and saved in the selected records. How can I save each record of my queryset with its respective field on this intermediate page? I have almost everything working, just ass