Opened 10 years ago
Closed 10 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 , 10 years ago
comment:2 by , 10 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!