mirror of
https://github.com/django/django.git
synced 2025-10-23 21:59:11 +00:00
Mark model renaming as irreversible for now (#22248)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user