mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	magic-removal: Added db_table to Session model. Note that this is changed from current Django trunk
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1937 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -38,6 +38,7 @@ class Session(models.Model): | ||||
|     expire_date = models.DateTimeField(_('expire date')) | ||||
|     objects = SessionManager() | ||||
|     class Meta: | ||||
|         db_table = 'django_sessions' | ||||
|         verbose_name = _('session') | ||||
|         verbose_name_plural = _('sessions') | ||||
|         module_constants = { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user