-
Samuel GAIST authored
Database hash doesn't exists anymore and rather than generating natural keys that trigger the creation of get_by_natural_key methods with way too many parameters, use tuples in tuples. This make the code clearer to read as well as easier to maintain if the natural key of a related field changes.
Samuel GAIST authoredDatabase hash doesn't exists anymore and rather than generating natural keys that trigger the creation of get_by_natural_key methods with way too many parameters, use tuples in tuples. This make the code clearer to read as well as easier to maintain if the natural key of a related field changes.