Commit fb8ec285 authored by Alex Gaynor's avatar Alex Gaynor Committed by Alex Gaynor
Browse files

Remove some code that has been dead since newforms-admin was merged, many moons ago.

parent c9a1f9d1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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):
    """