[Answer]-How do I change a field in an inner class from an outer class in Python?

1👍

In Django the Meta inner class no longer exists once the model is created, since the metaclass strips it out. You will need to find another way to do this.

Leave a comment