From 9b6f14bedd928eb670e0963c50f900f37e40481c Mon Sep 17 00:00:00 2001 From: jmmp Date: Tue, 26 Feb 2019 18:12:06 +0100 Subject: [PATCH] Update models.rst --- docs/models.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/models.rst b/docs/models.rst index 48afa0d..1c63c76 100644 --- a/docs/models.rst +++ b/docs/models.rst @@ -66,8 +66,6 @@ which will be the primary key. If you dont want to set ``id`` as primary key or change the field name, you can be override it with our `UUIDField`_ -(https://github.com/jazzband/django-model-utils/blob/master/docs/fields.rst#uuidfield). - Also you can override the default uuid version. Versions 1,3,4 and 5 are now supported. .. code-block:: python @@ -80,4 +78,4 @@ Also you can override the default uuid version. Versions 1,3,4 and 5 are now sup -.. _`UUIDField`: https://github.com/jazzband/django-model-utils/blob/master/docs/fields.rst#uuidfield \ No newline at end of file +.. _`UUIDField`: https://github.com/jazzband/django-model-utils/blob/master/docs/fields.rst#uuidfield