Opened 9 years ago
Closed 9 years ago
#26203 closed Bug (needsinfo)
MySQL Warning: Field 'name' doesn't have a default value
Description ¶
C:\Python27\lib\site-packages\django\db\backends\mysql\base.py:112: Warning: Field 'name' doesn't have a default value
return self.cursor.execute(query, args)
when i am running 'python manage.py migrate oauth2_provider' command in django project. i am getting this type of warning. will it effect on my project.
Change History (2)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Resolution: | → needsinfo |
---|---|
Status: | new → closed |
Summary: | lib\site-packages\django\db\backends\mysql\base.py:112: Warning: Field 'name' doesn't have a default value → MySQL Warning: Field 'name' doesn't have a default value |
Note:
See TracTickets
for help on using tickets.
Please see TicketClosingReasons/UseSupportChannels. Also, when reporting a bug you need to include steps to reproduce the issue, such as a sample project we can download and run. Thanks!