python manage.py inspectdb makes all fields with a default value blank=True, null=True

2018-07-20 Thread Kimball Leavitt
Note: I posted this on django-users and was told to come here. I'm not sure if this is a bug, feature request, or something else. Summary: *python manage.py inspectdb* makes all fie

Re: python manage.py inspectdb makes all fields with a default value blank=True, null=True

2018-07-20 Thread Kimball Leavitt
I opened a ticket for it here --> https://code.djangoproject.com/ticket/29583 On Friday, July 20, 2018 at 3:27:33 PM UTC-6, Kimball Leavitt wrote: > > Note: I posted this on django-users >

Re:Re: Re: The behavior of QueryDict.get(_key_, _default=None_)

2018-07-20 Thread Zhao Lee
Yes, that's how I got confused by the behavior of get('wordPos') at first , it just returns '3', not (2,3) 在2018年07月20 10时54分, "Collin Anderson"写道: Using your example, the client is sending this string: ?wordPos=2&wordPos=3 It's not an array like ?wordPos=2,3 On Thu, Jul 19, 2018 at 10