Re: Using forms for bulk records

2018-11-03 Thread Adam Johnson
This mailing list is for the development of Django itself, not for support. Use the django-usersmailing list for that, or IRC #djangoon freenode, or a site like StackOverflow. On Sat, 3 Nov 2018 at 13:48, Elias Coutinho wrote: > Good morning people. > > As always my problem is conceptual. I have

Re: Using forms for bulk records

2018-11-03 Thread Tim Graham
This mailing list is for the development of Django itself, not how to solve problems with Django. Please don't cross-post from django-users. On Saturday, November 3, 2018 at 9:57:41 AM UTC-4, Elias Coutinho wrote: > > Good morning people. > > As always my problem is conceptual. I have improved a

Using forms for bulk records

2018-11-03 Thread Elias Coutinho
Good morning people. As always my problem is conceptual. I have improved a lot, but still in the fight. 1 - I have a list of data and I know how to add it to another model at one time. (Easy) 2 - It turns out that in this list some data will be filled by the user before saving and will be repea