#31661: makemigrations error message is incomplete
-------------------------------------+-------------------------------------
               Reporter:  David      |          Owner:  nobody
  Smith                              |
                   Type:             |         Status:  new
  Uncategorized                      |
              Component:  Database   |        Version:  master
  layer (models, ORM)                |
               Severity:  Normal     |       Keywords:
           Triage Stage:             |      Has patch:  0
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 I was looking at the gis install instructions and I came across an error
 when running makemigrations. (Error is I had not entered password
 correctly).

 However, the error message that is generated is a bit odd, it has a full
 stop on a new line and shows `warnings.warn(`

 I was also able to get the same error message on a clean project, with a
 postgres database (not gis) and an incorrect password.

 I'm not sure if this is a 'bug' but it doesn't look quite right?


 {{{
 (gis) PS C:\Users\smith\gis\geodjango> python .\manage.py makemigrations
 
c:\users\smith\pycharmprojects\django2\django\core\management\commands\makemigrations.py:105:
 RuntimeWarning: Got an error checking a consistent migration history
 performed for database connection 'default': fe_sendauth: no password
 supplied
 .
   warnings.warn(
 No changes detected
 (gis) PS C:\Users\smith\gis\geodjango>
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/31661>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/051.b6f2e6731cef04ededbabf4aa422e3d7%40djangoproject.com.

Reply via email to