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