mirror of
https://github.com/django/django.git
synced 2025-10-03 07:14:41 +00:00
Remove some code that has been dead since newforms-admin was merged, many moons ago.
This commit is contained in:
parent
c9a1f9d1fc
commit
fb8ec2855b
1 changed files with 0 additions and 2 deletions
|
@ -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.db.models import signals
|
||||||
from django.utils.decorators import wraps
|
from django.utils.decorators import wraps
|
||||||
|
|
||||||
# Admin stages.
|
|
||||||
ADD, CHANGE, BOTH = 1, 2, 3
|
|
||||||
|
|
||||||
def permalink(func):
|
def permalink(func):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue