mirror of
https://github.com/django/django.git
synced 2025-10-30 09:06: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user