mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +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')) |     expire_date = models.DateTimeField(_('expire date')) | ||||||
|     objects = SessionManager() |     objects = SessionManager() | ||||||
|     class Meta: |     class Meta: | ||||||
|  |         db_table = 'django_sessions' | ||||||
|         verbose_name = _('session') |         verbose_name = _('session') | ||||||
|         verbose_name_plural = _('sessions') |         verbose_name_plural = _('sessions') | ||||||
|         module_constants = { |         module_constants = { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user