Changes between Initial Version and Version 1 of Ticket #21597, comment 3
- Timestamp:
- Dec 12, 2013, 4:45:33 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21597, comment 3
initial v1 10 10 ... import time 11 11 ... time.sleep(15) 12 ... print list(django.contrib.auth.models.User.objects.all())12 ... print list(django.contrib.auth.models.User.objects.all()) 13 13 }}} 14 14 15 You shouldn't get a timeout in that case.15 You shouldn't get a timeout when you run this on Django 1.6.