Changes between Initial Version and Version 1 of Ticket #29171, comment 6


Ignore:
Timestamp:
Mar 4, 2018, 6:07:48 PM (7 years ago)
Author:
Pal

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29171, comment 6

    initial v1  
    11Replying to [comment:5 Tim Graham]:
    22> 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...) it does not work where as ArrayField(models.TextField...) works. So someone can test and verify this. Thanks.
     3One 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.
Back to Top