We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a3b99 commit d6896f0Copy full SHA for d6896f0
docs/changelog.rst
@@ -2,7 +2,9 @@
2
Changelog
3
=========
4
5
-* Added field class ``PositiveTinyIntegerField`` and ``TinyIntegerField`` that uses MySQL's ``TINYINT`` data type.
+* Added field classes :class:`~django_mysql.models.TinyIntegerField` and
6
+ :class:`~django_mysql.models.PositiveTinyIntegerField` that use MySQL’s one-byte
7
+ ``TINYINT`` data type.
8
9
4.15.0 (2024-10-29)
10
-------------------
0 commit comments