0

I'm wondering, I am managing a transition between two systems - and in one system I am using Django as the ORM and API backend.

I have a field that I want to set to True, and once it is set to True, it stays True. Even if the update from the older legacy system wants it to be False.

Is there a Django way to do this? Maybe overriding the save() method?

Micheal J. Roberts
  • 3,735
  • 4
  • 37
  • 76

0 Answers0