Maxim Vasilyev
Maxim Vasilyev
It is the ng service that generate all styling variables and css online. It lives in ng-material/src/core/services/theming.js
Is there any way to figure out what fields are required to make it work?
Also, DocumentSerializer uses ReferenceField without care about type of referenced model id. It can be adjusted on class level globally, but automagic will fail.
@BiBzz I no longer work with that stuff, being disappointed in mongodb.
This release of DRFM is based on DRF 3.3, which did not had writable nested. (I invented ComboReferenceField as workaround) But it is good news they have such a thing....
@ShipraShalini it is experimental feature, not documented yet. I was going to put it in 'contrib' section.
ComboReference can parse (`to_internal_value`): `str` or `dict {_id}` - to `DBRef`, like usial ReferenceField, other `dict` - to unsaved model instance. representation depends on depth of parent serializer - either...
Documentation is in separate branch gh-pages - the branch that automatically deployed on github.io. To generate docs, there only needed is to checkout that branch and run `make checkout &&...
Please provide your code? I am using this field in my project and it works quite well.
So far, @foxx killed his repository. Is the functionality merged into this project?