Kaydet (Commit) 831ce69c authored tarafından Andrew Godwin's avatar Andrew Godwin

Mark model renaming as irreversible for now (#22248)

üst 81f5408c
......@@ -98,6 +98,8 @@ class RenameModel(Operation):
Renames a model.
"""
reversible = False
def __init__(self, old_name, new_name):
self.old_name = old_name
self.new_name = new_name
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment