diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2012-07-12 09:22:09 -0700 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@rd.io> | 2012-07-12 09:27:08 -0700 |
| commit | fb8ec2855bac1fd335a00ac5b550ae54aea3100f (patch) | |
| tree | e5c54dab04430b872bf1823072b91d167b4e7fb6 | |
| parent | c9a1f9d1fca6acd1361a7ae15c4dd7f58538233e (diff) | |
Remove some code that has been dead since newforms-admin was merged, many moons ago.
| -rw-r--r-- | django/db/models/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/django/db/models/__init__.py b/django/db/models/__init__.py index 3582720e55..2ad89b3ed5 100644 --- a/django/db/models/__init__.py +++ b/django/db/models/__init__.py @@ -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): """ |
