Commit 97afc49b authored by Aymeric Augustin's avatar Aymeric Augustin
Browse files

Removed unnecessary imports.

parent 0868e5a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)