There was an error while loading. Please reload this page.
1 parent c9a1f9d commit fb8ec28Copy full SHA for fb8ec28
django/db/models/__init__.py
@@ -15,8 +15,6 @@
15
from django.db.models import signals
16
from django.utils.decorators import wraps
17
18
-# Admin stages.
19
-ADD, CHANGE, BOTH = 1, 2, 3
20
21
def permalink(func):
22
"""
0 commit comments