mirror of
https://github.com/Hopiu/django.git
synced 2026-04-25 17:24:49 +00:00
Removed id field from auth.Message model -- it's implied
git-svn-id: http://code.djangoproject.com/svn/django/trunk@386 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
2e83364965
commit
b3b27d2593
1 changed files with 0 additions and 1 deletions
|
|
@ -232,7 +232,6 @@ class Session(meta.Model):
|
|||
|
||||
class Message(meta.Model):
|
||||
fields = (
|
||||
meta.AutoField('id', 'ID', primary_key=True),
|
||||
meta.ForeignKey(User),
|
||||
meta.TextField('message', 'message'),
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue