1
0
mirror of https://github.com/django/django.git synced 2025-10-29 16:46:11 +00:00

boulder-oracle-sprint: Made negligible coding style changes

git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@4019 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty
2006-11-05 04:53:47 +00:00
parent 20a30ff32c
commit afcb877128
4 changed files with 23 additions and 24 deletions

View File

@@ -16,7 +16,6 @@ class LogEntry(models.Model):
action_time = models.DateTimeField(_('action time'), auto_now=True)
user = models.ForeignKey(User)
content_type = models.ForeignKey(ContentType, blank=True, null=True)
#changed for Oracle support
object_id = models.CharField(_('object id'), maxlength=200, blank=True, null=True)
object_repr = models.CharField(_('object repr'), maxlength=200)
action_flag = models.PositiveSmallIntegerField(_('action flag'))