mirror of
https://github.com/django/django.git
synced 2025-10-29 08:36:09 +00:00
[3.0.x] Fixed #29823 -- Doc'd limitation of DecimalField on SQLite.
Backport of b8dff52f44 from master
This commit is contained in:
committed by
Mariusz Felisiak
parent
e0bb9092d1
commit
c2057205d9
@@ -715,7 +715,9 @@ when :attr:`~django.forms.Field.localize` is ``False`` or
|
||||
|
||||
For more information about the differences between the
|
||||
:class:`FloatField` and :class:`DecimalField` classes, please
|
||||
see :ref:`FloatField vs. DecimalField <floatfield_vs_decimalfield>`.
|
||||
see :ref:`FloatField vs. DecimalField <floatfield_vs_decimalfield>`. You
|
||||
should also be aware of :ref:`SQLite limitations <sqlite-decimal-handling>`
|
||||
of decimal fields.
|
||||
|
||||
``DurationField``
|
||||
-----------------
|
||||
|
||||
Reference in New Issue
Block a user