mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
doc: add version information to PositiveIntegerValue
Ref: 1c6fd0f505 (r29675182)
This commit is contained in:
parent
c0ac52f948
commit
b1d92cf85d
1 changed files with 2 additions and 0 deletions
|
|
@ -234,6 +234,8 @@ Type values
|
||||||
|
|
||||||
A :class:`~Value` subclass that handles positive integer values.
|
A :class:`~Value` subclass that handles positive integer values.
|
||||||
|
|
||||||
|
.. versionadded:: 2.1
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
MYSITE_WORKER_POOL = values.PositiveIntegerValue(8)
|
MYSITE_WORKER_POOL = values.PositiveIntegerValue(8)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue