Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to make is_deleted field redefined and optional? #88

Open
lisij86 opened this issue May 16, 2024 · 0 comments
Open

Is it possible to make is_deleted field redefined and optional? #88

lisij86 opened this issue May 16, 2024 · 0 comments

Comments

@lisij86
Copy link

lisij86 commented May 16, 2024

.values(is_deleted=True, deleted_at=datetime.now(timezone.utc))

It would be convenient to make this field redefined to self.is_deleted_column and optional, because in some cases, one deleted_at_column field is enough to understand that the record has been deleted.

@lisij86 lisij86 changed the title Is it possible to make the field redefined and optional? Is it possible to make is_deleted field redefined and optional? May 16, 2024
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

No branches or pull requests

1 participant