Changes between Initial Version and Version 1 of Ticket #29171, comment 6
- Timestamp:
- Mar 4, 2018, 6:07:48 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29171, comment 6
initial v1 1 1 Replying to [comment:5 Tim Graham]: 2 2 > Please show the model and the query. Perhaps you could write it as a test for `tests/postgres_tests/test_array.py` using `CharArrayModel`. 3 One thing I want to mention is that this table was already created in Postgres and I am adding that to the models.py and as I said if I define as ArrayField(models.CharField...) itdoes not work where as ArrayField(models.TextField...) works. So someone can test and verify this. Thanks.3 One thing I want to mention is that this table was already created in Postgres and I am adding that to the models.py. As I said, if I define as ArrayField(models.CharField...), query does not work where as ArrayField(models.TextField...) works. So someone can test and verify this. Thanks.