Re: Static/constant dictionary for get_initial or get_form_kwargs

2018-02-28 Thread Matemática A3K
On Tue, Feb 27, 2018 at 9:10 PM, Bob Glassett wrote: > Hello, > > Trying to bring a django app into production, and I ran into a real > headscratcher. > > I have a Class based view inherited from create. When the page reloads, > after validation, I check the initial dictionary for a field's valu

Static/constant dictionary for get_initial or get_form_kwargs

2018-02-27 Thread Bob Glassett
Hello, Trying to bring a django app into production, and I ran into a real headscratcher. I have a Class based view inherited from create. When the page reloads, after validation, I check the initial dictionary for a field's value to fill in the queryset for a different field. I'm getting s