примеру получить все записи модели у котрой content_object и у этого объекта допустим поле_1=1
                  
                  
                  
                  
                  
                  content_object = GenericForeignKey(
                  
                  
                          'content_type',
                  
                  
                          'object_id',
                  
                  
                      )
                  
                  
                  
                  
                  
                  *** FieldError: Field u'content_object' does not generate an automatic reverse relation and therefore cannot be used for reverse querying. If it is a GenericForeignKey, consider adding a GenericRelation.
                  
                  
                
У модели с generic foreign key есть отдельное поле content_type. По нему можно фильтровать
Обсуждают сегодня