-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation about ArrayField for Postgres #2615
Comments
@rvanlaar yes indeed, we still need docs for those new fields though. |
@encode / @tomchristie Could this be reopened? I don't see any documentation for |
I think we already got everything covered through |
I guess it's not immediately clear to me how a |
A very minimal docs update might be helpful here. Aside from |
Django 1.8 supports the Array data type from postgres.
A simple solution is to use a ListField Serializer:
as seen in this issue: https://groups.google.com/forum/#!topic/django-rest-framework/Rolw5yEQ8cU
It would help if this was part of the documentation.
The text was updated successfully, but these errors were encountered: