Changes between Initial Version and Version 1 of Ticket #35426
- Timestamp:
- May 3, 2024, 3:34:40 AM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35426 – Description
initial v1 5 5 Right now this code is really strange. It produces this result: 6 6 7 ``` 7 8 {{{ 8 9 >>> import django 9 10 >>> from django.contrib.contenttypes.prefetch import GenericPrefetch … … 14 15 for queryset in querysets: 15 16 TypeError: 'NoneType' object is not iterable 16 ``` 17 }}} 18 17 19 18 20 I guess that there are two ways: