Andrea Boetto
Andrea Boetto
from the docs: - DRF3 removes read-only fields from `serializer.validated_data`. As a result, it is impossible to correlate each `validated_data` in `ListSerializer` with a model instance to update since `validated_data`...
I have same issue, the installations step seems to be ok (connectedRouter is present and hasn't other router below, no pureComponenet are used, component are wrapped in withRouter), i see...
I already try but the issue is still there
I notice a strange behaviour,run the example (without modification) as soon i enter in the list view of any crud i get the get_context_data() keywords must be strings errors, the...
If I understood correctly the js below Polyfill(s) comments are not concatenated to the vendor.js from the cli so are searched on /node_modules/path of the nodejs static serve (that is...
I have a very similar issue with a similar query: ```sql Keyword: None Sub SQL: None FAILED SQL: ('SELECT (1) AS "a" FROM "account_emailaddress" WHERE ("account_emailaddress"."user_id" = %(0)s AND "account_emailaddress"."verified")...
I will use the example in the docs with from rest_framework_nested import routers from views import DomainViewSet, NameserverViewSet (...) router = routers.DefaultRouter() router.register(r'domains', DomainViewSet) domains_router = routers.NestedSimpleRouter(router, r'domains', lookup='domain') domains_router.register(r'nameservers',...
I think that having the nested resource listed in the api root can help developers that need to use that resources, (all api listed and described in a single point),...
No i don't have, I just come back from hospital some day ago and start to look the mail... ( no one of mine colleagues care about that aspect so...
I had the same issue, then i set initialLoad={false} and made the first call to retrieve the data manually, the issue disappear, this depends from attachScrollListener method to be called...