Skip to content
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

Support 1.8's ArrayField #2107

Closed
tomchristie opened this issue Nov 21, 2014 · 4 comments
Closed

Support 1.8's ArrayField #2107

tomchristie opened this issue Nov 21, 2014 · 4 comments
Assignees
Milestone

Comments

@tomchristie
Copy link
Member

Users can already support the model ArrayField using serializers.ListField (eg see https://groups.google.com/d/msg/django-rest-framework/Rolw5yEQ8cU/-rJYT_4i3iYJ )

However, we should deal with this creating mapping by default when using a ModelSerializer.

@tomchristie tomchristie added this to the 3.1 Release milestone Nov 21, 2014
@tomchristie tomchristie modified the milestone: 3.1 Release Dec 1, 2014
@tomchristie tomchristie changed the title Support 1.8's ArrayField. Support 1.8's ArrayField Dec 11, 2014
@tomchristie tomchristie modified the milestone: 3.1.0 Release Jan 21, 2015
@jpadilla jpadilla self-assigned this Jan 30, 2015
@jpadilla
Copy link
Member

jpadilla commented Feb 1, 2015

Are we planning anything possibly special when rendering serializers.ListField in an HTML form?

@tomchristie
Copy link
Member Author

Hoping to support it in due course yes. We support a list HTML form syntax that'll be generated so it'll be a case of sorting the templates/JavaScript to enable it.

@jpadilla
Copy link
Member

jpadilla commented Feb 5, 2015

Tracking in #2496

@tomchristie
Copy link
Member Author

Closed by #2496.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants