Search code examples
djangodjango-models

Django: How to set a field to NULL?


I have a field that allows a NULL value, but how can I set it to NULL and not blank?


Solution

  • Assign None.​