mirror of
https://github.com/django/django.git
synced 2025-10-17 13:58:24 +00:00
Added a test for ArrayField(HStoreField()).
This commit is contained in:
parent
67702f3505
commit
f37467ec7a
3 changed files with 28 additions and 3 deletions
|
@ -71,6 +71,7 @@ class OtherTypesArrayModel(PostgreSQLModel):
|
|||
|
||||
class HStoreModel(PostgreSQLModel):
|
||||
field = HStoreField(blank=True, null=True)
|
||||
array_field = ArrayField(HStoreField(), null=True)
|
||||
|
||||
|
||||
class CharFieldModel(models.Model):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue