mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
unneeded import removed
This commit is contained in:
parent
5ffcfe831c
commit
434bc6d45c
1 changed files with 0 additions and 1 deletions
|
|
@ -71,7 +71,6 @@ Also you can override the default uuid version. Versions 1,3,4 and 5 are now sup
|
|||
.. code-block:: python
|
||||
|
||||
from model_utils.models import UUIDModel
|
||||
from model_utils import Choices
|
||||
|
||||
class MyAppModel(UUIDModel):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Reference in a new issue