> On Aug 6, 2018, at 10:19, HEMENDRA SINGH HADA <[email protected]> > wrote: > > If I am giving is_active field with default value True, Then why its not > showing in "is_active" bool NOT NULL.
Django "default=" defaults are implemented in Django, not in the database. Django does not currently set database-level defaults. -- -- Christophe Pettus [email protected] -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/53B45400-4245-44BC-8629-4C3EE66E96D6%40thebuild.com. For more options, visit https://groups.google.com/d/optout.

