Skip to content
This repository was archived by the owner on Jun 19, 2019. It is now read-only.
This repository was archived by the owner on Jun 19, 2019. It is now read-only.

Assets.objects behaves strangely #55

@rjw57

Description

@rjw57

The query set returned from Asset.objects.get_queryset() doesn't seem to behave quite as one would expect.

>>> from assets.models import Asset
>>> Asset.objects.get_base_queryset().count()
1125
>>> Asset.objects.get_queryset().count()
...
TypeError: unhashable type: 'list'
>>> Asset.objects.count()
...
TypeError: unhashable type: 'list'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions