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

This commit is contained in:
Alex Gaynor 2012-07-12 09:22:09 -07:00 committed by Alex Gaynor
parent c9a1f9d1fc
commit fb8ec2855b
1 changed files with 0 additions and 2 deletions

View File

@ -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):
"""