summaryrefslogtreecommitdiff
path: root/doc/django.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/django.rst')
-rw-r--r--doc/django.rst8
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/django.rst b/doc/django.rst
index 2117c21..8cfdbca 100644
--- a/doc/django.rst
+++ b/doc/django.rst
@@ -3,10 +3,9 @@ Interaction with Django
.. module:: semantic_version.django_fields
-The ``python-semanticversion`` package provides three custom fields for Django:
+The ``python-semanticversion`` package provides two custom fields for Django:
- :class:`VersionField`: stores a :class:`semantic_version.Version` object
-- :class:`SpecItemField`: stores a :class:`semantic_version.SpecItem` object
- :class:`SpecField`: stores a :class:`semantic_version.Spec` object
Those fields are :class:`django.db.models.CharField` subclasses,
@@ -22,11 +21,6 @@ with their :attr:`~django.db.models.CharField.max_length` defaulting to 200.
Boolean; whether :attr:`~semantic_version.Version.partial` versions are allowed.
-.. class:: SpecItemField
-
- Stores a :class:`semantic_version.SpecItem` as its string representation.
-
-
.. class:: SpecField
Stores a :class:`semantic_version.Spec` as its comma-separated string representation.