Changes between Initial Version and Version 1 of Ticket #35426


Ignore:
Timestamp:
May 3, 2024, 3:34:40 AM (6 months ago)
Author:
Sobolev Nikita
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35426 – Description

    initial v1  
    55Right now this code is really strange. It produces this result:
    66
    7 ```
     7
     8{{{
    89>>> import django
    910>>> from django.contrib.contenttypes.prefetch import GenericPrefetch
     
    1415    for queryset in querysets:
    1516TypeError: 'NoneType' object is not iterable
    16 ```
     17}}}
     18
    1719
    1820I guess that there are two ways:
Back to Top