#15802: Django stops functioning when the database (PostgreSQL) closes the
connection
-------------------------------------+-------------------------------------
     Reporter:  Rick.van.Hattem@…    |                    Owner:  aaugustin
         Type:                       |                   Status:  assigned
  Cleanup/optimization               |
    Component:  Database layer       |                  Version:  1.6
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:
     Keywords:  database, postgres,  |             Triage Stage:  Accepted
  postgresql, connection, closed     |
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  1
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by aaugustin):

 Replying to [comment:36 baumer1122]:
 > I'm seeing this in a Django 1.6.8 project. The exception is: (...)

 This is a valid bug report.

 The same symptoms as the bug originally reported here can be triggered
 from another location.

 The code where this error originates was deprecated in Django 1.6 and
 removed in Django 1.8:

 -
 
https://github.com/django/django/blob/stable/1.6.x/django/db/__init__.py#L88-L94
 -
 
https://github.com/django/django/blob/stable/1.8.x/django/db/__init__.py#L63-L64

 As a consequence, this variant of the issue can be considered fixed in
 Django 1.8.

--
Ticket URL: <https://code.djangoproject.com/ticket/15802#comment:39>
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 post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/081.668d4e6fb964b9bc75f20b15aa497bb6%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to