Mathias Ertl
Mathias Ertl
Hi, Fair point, I'll move some of the unrelated stuff to a separate PR. Docker: it's just an additional file to run the test suite, it's not used anywhere else....
Or it could be a breaking change and that lib would need to implement the method. Open to implement any solution, just let me know what you prefer!
I'm also ambivalent, I defer to your call and will adapt as requested. Just option three (default Implementation) seems like a bad idea to me. Mat
> I think a question is whether we should be returning `NotImplemented` or `False` for diffefrent types I don't know of any classes that do that. Standard python certainly doesn't:...
> ``` > >>> {}.__eq__(0) > NotImplemented > ``` > > :-) To quote [official documentation](https://docs.python.org/3/library/constants.html#NotImplemented) - emphasis mine: > A rich comparison method **may** return the singleton [NotImplemented](https://docs.python.org/3/library/constants.html#NotImplemented) if...
No I haven't. My conclusion is that this plugin does not work with most modern pydantic models. It has even further issues with `Annotated[]` fields for example.
Hi @mexx42! I love people using django-ca in a kubernetes cluster! What an exiting use case, I know a few others have succeeded as well already. Setup tip: Database storage...
Hi @mexx42 , I can't tell you of anyone directly using it with K8S. In some tickets, some mentioned that they are trying. I'm closing this ticket for now, please...