Kaydet (Commit) 97afc49b authored tarafından Aymeric Augustin's avatar Aymeric Augustin

Removed unnecessary imports.

üst 0868e5a8
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment