3 | | I think it would be helpful if, right after `Model.save()`'s function signature in the docs, there was a sentence or two containing a link to the right section, for each keyword argument argument appearing in the signature. I'm thinking of sentences like, "For documentation of the `force_insert` and `force_update` arguments, see the "Forcing an INSERT or UPDATE" section. ..." This will make it clearer where the documentation of the argument can be found. |
| 3 | I think it would be helpful if, right after `Model.save()`'s function signature in the docs, there was a sentence or two containing a link to the right section, for each keyword argument argument appearing in the signature. I'm thinking of sentences like, "For documentation of the `force_insert` and `force_update` arguments, see the "Forcing an INSERT or UPDATE" section. ..." This will make it clearer where the documentation for the arguments can be found. |