Document internals of DRF #7804
Replies: 2 comments
-
Hi @JerzySpendel. What kind of documentation are you thinking about? Docstrings for classes/functions, or separate topics that discuss the overall organization? I would suggest taking a stab at something limited in scope, get feedback, and then we can work from that. |
Beta Was this translation helpful? Give feedback.
-
I agree. I have been going through code and documentation a lot for past few days and having knowledge of internals will really be helpful. I will start working on a some of it soon. To being with, I will take few particular customisations, implement it and then show how it interacts with internal implementation. |
Beta Was this translation helpful? Give feedback.
-
Checklist
master
branch of Django REST framework.What do you think about documenting internals of the DRF? I've spent quite a lot of time digging in the implementations of different fields/serializers classes to understand what's the information flow between different methods (this is barely covered in the current API documentation). At the end I was satisfied because I got better understanding how thing works under the hood, but it was really time-consuming. What would you think if started working on documenting the internals of DRF?
Beta Was this translation helpful? Give feedback.
All reactions