Skip to content

Commit

Permalink
Removed unnecessary imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaugustin committed Mar 3, 2013
1 parent 0868e5a commit 97afc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/db/examples/one_to_one.txt
Expand Up @@ -10,7 +10,7 @@ In this example, a ``Place`` optionally can be a ``Restaurant``:

.. code-block:: python

from django.db import models, transaction, IntegrityError
from django.db import models

class Place(models.Model):
name = models.CharField(max_length=50)
Expand Down

0 comments on commit 97afc49

Please sign in to comment.