1
0
mirror of https://github.com/django/django.git synced 2025-02-08 08:26:13 +00:00

Removed some testing code inadvertently commited in [8348].

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8349 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Gary Wilson Jr 2008-08-14 15:41:38 +00:00
parent 788de6b5fd
commit f9301fa8f4

View File

@ -65,7 +65,3 @@ class Session(models.Model):
# just return an empty dictionary (an empty session).
except:
return {}
from django.contrib import admin
class SessionAdmin(admin.ModelAdmin):
pass