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:
parent
788de6b5fd
commit
f9301fa8f4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue