fidals / refarm-site

Django applications with simple ecommerce functions
MIT License
2 stars 2 forks source link

models.py:256-258: Rm `get_group_tags_pairs`. Use... #291

Closed 0pdd closed 5 years ago

0pdd commented 5 years ago

The puzzle SE747-53839270 from #SE747 has to be resolved:

https://github.com/fidals/refarm-site/blob/355abaedf6b0d28c688f40d873e7a9e44e8e906e/catalog/models.py#L256-L258

The puzzle was created by @duker33 on 22-Feb-19.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be \"done\" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

ArtemijRodionov commented 5 years ago

List[Tuple[TagGroup, List['Tag']]] preserves ordering by TagGroup, so I'd prefer OrderedDict

0pdd commented 5 years ago

The puzzle SE747-53839270 has disappeared from the source code, that's why I closed this issue.