In my model I have :
class Alias(MyBaseModel): remote_image = models.URLField(max_length=500, null=True, help_text=\"A URL that is downloaded and cached
I am a bit late to the party but I found this solution also: Django Dirty Fields