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

jQuery Ajax Render Fragments OR Whole Page -

java - Simple Command Line calculator -

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