#26522: Bug in django.db.models.sql.Query.combine
-------------------------------------+-------------------------------------
     Reporter:  OleLaursen           |                    Owner:  nobody
         Type:  Bug                  |                   Status:  new
    Component:  Database layer       |                  Version:  1.9
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:
                                     |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by OleLaursen):

 I've attached a test project. Run it with
 {{{
   cd combinebug
   DJANGO_SETTINGS_MODULE=combinebug.settings PYTHONPATH=../Django-1.7.5:.
 python combinebug/triggerbug.py
 }}}

 If it crashes, congrats, you've reproduced it. If not, try running it
 multiple times.

 I tested it with Python 2.7 and Django 1.7.5 and could reproduce the crash
 and Python 3 and Django 1.9.4 and could also reproduce it.

 1.6.2 seems to be working - that was the version I upgraded the whole
 project from and it's been stable.

--
Ticket URL: <https://code.djangoproject.com/ticket/26522#comment:3>
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.b6153de3b1a6de2416bd5c6bb575f9ef%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to