Changes between Initial Version and Version 1 of Ticket #26318, comment 3
- Timestamp:
- Apr 7, 2018, 4:08:45 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26318, comment 3
initial v1 27 27 28 28 Not sure if that is possible in each and every case. 29 30 I've attached [https://code.djangoproject.com/attachment/ticket/26318/nested_prefetch_create_app.sh nested_prefetch_create_app.sh] script, that creates an app in `nested_prefetch` dir, that simplifies reproducing the case. After running the script: 31 32 {{{ 33 $ cd nested_prefetch/nested_prefetch 34 $ . ../bin/activate 35 $ ./manage.py migrate a1 zero && ./manage.py migrate a1 && python 1.py 36 }}}