We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
signed_certificates is supposed to be a list of certificates issued by the ca. It is referenced in cerificate model[1] but is not implemented yet.
[1] https://github.com/LILiK-117bis/ca_manager/blob/master/models/certificate.py#L21
The text was updated successfully, but these errors were encountered:
Peewee implements it as a gift 🎁 🎉
Sorry, something went wrong.
The current implementation does not work since the polimorphic nature of the authorities
1eab1b0
Resolves #10 using playhouse generic foreign keys
fdc137f
No branches or pull requests
signed_certificates is supposed to be a list of certificates issued by the ca.
It is referenced in cerificate model[1] but is not implemented yet.
[1] https://github.com/LILiK-117bis/ca_manager/blob/master/models/certificate.py#L21
The text was updated successfully, but these errors were encountered: