Changes between Initial Version and Version 1 of Ticket #21597, comment 3


Ignore:
Timestamp:
Dec 12, 2013, 4:45:33 AM (10 years ago)
Author:
Aymeric Augustin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21597, comment 3

    initial v1  
    1010...     import time
    1111...     time.sleep(15)
    12 ... print list(django.contrib.auth.models.User.objects.all())
     12...     print list(django.contrib.auth.models.User.objects.all())
    1313}}}
    1414
    15 You shouldn't get a timeout in that case.
     15You shouldn't get a timeout when you run this on Django 1.6.
Back to Top