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 -

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

jquery - Opera does not change the height of the page. Why? -