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 -

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

ASP.NET Javascript: window.open won't work twice -