Skip to content

Revamp like ALL of the tanks system into something per-user!#29

Open
snowsune wants to merge 10 commits intomainfrom
feat/tanks-for-all
Open

Revamp like ALL of the tanks system into something per-user!#29
snowsune wants to merge 10 commits intomainfrom
feat/tanks-for-all

Conversation

@snowsune
Copy link
Copy Markdown
Owner

Tanks for all!

snowsune and others added 6 commits May 10, 2026 00:56
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Comment on lines +91 to +93
TankSite.objects.filter(owner_id=user.pk)
.values_list("slug", flat=True)
.first()
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[blackfmt] reported by reviewdog 🐶

Suggested change
TankSite.objects.filter(owner_id=user.pk)
.values_list("slug", flat=True)
.first()
TankSite.objects.filter(owner_id=user.pk).values_list("slug", flat=True).first()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant