Replies: 2 comments 4 replies
-
Cool Idea.. I had this #6586 idea posted, which kind of handles the same. |
Beta Was this translation helpful? Give feedback.
1 reply
-
You should never need to override the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @ALL,
I try to build a custom script for creating VMs in one single step.
I have 3 fields at the moment:
I want to alter the str Meta field of the ipam.prefix model that not only the prefix is shown in the dropdown, I want to print prefix + description.
My idea was to inherit the Prefix model and to overwrite the str function in the Meta class but I struggle here:
When I did this i got an error from django:
Has someone an idea how i can handle this in a smooth way?
For any help i would be appreciate,
Regards Max
Beta Was this translation helpful? Give feedback.
All reactions