Skip to content

Commit fb8ec28

Browse files
alexAlex Gaynor
authored andcommitted
Remove some code that has been dead since newforms-admin was merged, many moons ago.
1 parent c9a1f9d commit fb8ec28

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

django/db/models/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
from django.db.models import signals
1616
from django.utils.decorators import wraps
1717

18-
# Admin stages.
19-
ADD, CHANGE, BOTH = 1, 2, 3
2018

2119
def permalink(func):
2220
"""

0 commit comments

Comments
 (0)