Skip to content

Commit

Permalink
Fixing incorrect import statement in Overview docs
Browse files Browse the repository at this point in the history
  • Loading branch information
respondcreate committed May 6, 2015
1 parent 43a6b0c commit b08348c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You should :doc:`swap it out</model_integration>` for a ``VersatileImageField``.
from django.db import models
from versatileimagefield import VersatileImageField
from versatileimagefield.fields import VersatileImageField
class ExampleModel(models.Model):
image = VersatileImageField(
Expand Down

0 comments on commit b08348c

Please sign in to comment.