mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +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
|
@ -45,6 +45,7 @@ class Migration(migrations.Migration):
|
|||
fields=[
|
||||
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
|
||||
('field', HStoreField(blank=True, null=True)),
|
||||
('array_field', ArrayField(HStoreField(), null=True)),
|
||||
],
|
||||
options={
|
||||
'required_db_vendor': 'postgresql',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue