Opened 8 years ago

Closed 8 years ago

#26203 closed Bug (needsinfo)

MySQL Warning: Field 'name' doesn't have a default value

Reported by: Paratosh Bansal Owned by: nobody
Component: Migrations Version: 1.9
Severity: Normal Keywords: base.py:112, field 'name'
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

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 Paratosh Bansal, 8 years ago

comment:2 by Tim Graham, 8 years ago

Resolution: needsinfo
Status: newclosed
Summary: lib\site-packages\django\db\backends\mysql\base.py:112: Warning: Field 'name' doesn't have a default valueMySQL Warning: Field 'name' doesn't have a default value

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!

Note: See TracTickets for help on using tickets.
Back to Top