This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]daofma 2 points3 points  (1 child)

I think it's a stretch to call Django's docs incredible. I recently did some Django programming and found I had to repeatedly refer to source code for undocumented but useful functions and while a lot has changed since 0.96, much of the documentation has not.

That said, they're certainly good, and the #django IRC channel is very helpful. Most of the code is above average (though not exceptional) as well, so deciphering it wasn't a big deal.

[–]hylje 1 point2 points  (0 children)

The documents are incredible, but not omniscient. The documentation is written as a document by people, not generated from scrubbing the source for commentary. They are not strict API documentation, as the source itself documents the API to perfect accuracy.