Ryan Vinzent

Results 31 comments of Ryan Vinzent

At this point I am convinced DRF is a dead project

Is there any chance this ticket will ever be addressed?

@Photonios not sure if it will help with implementation at all, but I was able to work around with vanilla Django by adding a `db_returning = True` class property to...

hi @iremdereli, it sounds like you're using version `0.1.0`. There were many changes in version `0.2.0` including the removal of `AbstractModelSchema`. It was adding a lot of complexity that was...

I see. If you are looking to add more fields to the model, a `OneToOneField` to a different model with your extra fields might be your best work around for...

@Cindy0113 Finally following up on this... I was thinking about programmatically calling into Django's system checks framework to perform many other checks on model errors and warnings. Does this handle...

Hi, @saileshkush95! It would be helpful to provide more information about your use case and any steps to reproduce the issue. At the moment it's a little unclear to me...

Those features would be quite nice, and I would love to see them implemented! I'm having a hard time finding time to dedicate to this project at the moment though....

Yea, it should be doable. There are other considerations that need to be taken into account for these fields though compared to the simpler data types.

@macieyn > any progress on implementing Foreign Key? Is adding a new DATA_TYPE right way to do this? `0.2.0` was finally released today., and this feature unfortunately didn't make it...