Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
from django.db import models
class FileModel(models.Model):
testfile = models.FileField(upload_to="test_upload")