mirror of
https://github.com/Hopiu/django.git
synced 2026-04-24 00:34:47 +00:00
Added PositiveIntegerField support to LayerMapping.
This commit is contained in:
parent
99fc5dc13c
commit
52e9c75365
1 changed files with 1 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ class LayerMapping:
|
|||
models.UUIDField: OFTString,
|
||||
models.BigIntegerField: (OFTInteger, OFTReal, OFTString),
|
||||
models.SmallIntegerField: (OFTInteger, OFTReal, OFTString),
|
||||
models.PositiveIntegerField: (OFTInteger, OFTReal, OFTString),
|
||||
models.PositiveSmallIntegerField: (OFTInteger, OFTReal, OFTString),
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue