summaryrefslogtreecommitdiff
path: root/docs/django.rst
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2019-08-24 00:08:16 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2019-08-26 21:34:44 +0200
commit7688b54c4a6005a75301a2e6a477f402311a6a2d (patch)
tree842637245bc856b4dcca385d8a02aa3521590b16 /docs/django.rst
parentc4c6ab0e925d8cfabb68d34a10a783cb854b63a0 (diff)
downloadsemantic-version-7688b54c4a6005a75301a2e6a477f402311a6a2d.tar.gz
Add deprecations for Spec/SpecItem.
The internal features from those classes will be removed in future versions: - The `Spec` class is incompatible with the support of multiple syntaxes - The `SpecItem` class was an implementation detail, but doesn't support complex `Range` combinations.
Diffstat (limited to 'docs/django.rst')
-rw-r--r--docs/django.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/django.rst b/docs/django.rst
index ab98e67..382b332 100644
--- a/docs/django.rst
+++ b/docs/django.rst
@@ -32,6 +32,6 @@ with their :attr:`~django.db.models.CharField.max_length` defaulting to 200.
.. attribute:: syntax
- The syntax to use for the field; defaults to ``'native'``.
+ The syntax to use for the field; defaults to ``'simple'``.
.. versionaddedd:: 2.7