Remove some code that has been dead since newforms-admin was merged, many moons ago.
This commit is contained in:
parent
c9a1f9d1fc
commit
fb8ec2855b
|
@ -15,8 +15,6 @@ from django.db.models.deletion import CASCADE, PROTECT, SET, SET_NULL, SET_DEFAU
|
|||
from django.db.models import signals
|
||||
from django.utils.decorators import wraps
|
||||
|
||||
# Admin stages.
|
||||
ADD, CHANGE, BOTH = 1, 2, 3
|
||||
|
||||
def permalink(func):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue