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

AutoSlugField proposal: Unable to use custom managers #1846

Open
MrRoiz opened this issue Nov 11, 2023 · 0 comments
Open

AutoSlugField proposal: Unable to use custom managers #1846

MrRoiz opened this issue Nov 11, 2023 · 0 comments

Comments

@MrRoiz
Copy link

MrRoiz commented Nov 11, 2023

When trying to implement with a subclass of ModeratedModel from this lib it does not expose created models into the default manager until they get approved but, that abstract class provides a custom manager that allows to bypass that rule

This is my workaround:
image

Quite simple solution but works.

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