Skip to content

merge get() and get_all() method #73

@guillaume-philippon

Description

@guillaume-philippon

There are 2 different datastore method to get instances.

  • get(instance) return a specific instance
  • get_all return all instance

get(instance) method should return all instances if instance is None, which make get and get_all merged and factor some code

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions