python - Django: Null field with managed=False -


when model not managed django, matter value of null on field is?

managed=false no database table creation or deletion operations performed model. so, field null or not null not reflect through code written in models.py


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -