Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 740 Bytes

File metadata and controls

22 lines (12 loc) · 740 Bytes

Documentation Update PRs

TLDR: there is a readthedocs.org URL for all Django Docs updates available at https://django--PRNumber.org.readthedocs.build/en/PRNumber/

Discovery

I learned about this while on a Djangonaut Space Reviewers session

Explanation

Each PR in Django has an associated URL for documentation that is unique to that PR

Example

Ticket 18639 was a large documentation update and has a URL located at https://django--18639.org.readthedocs.build/en/18639/

Why It Matters

Being able to see the documentation update on a 'real' website can be very helpful

Source

Space Reviewers Episode 3