I forgot to celebrate a really cool personal milestone that happened earlier this week: I have a PR that has been merged into #Django.
https://github.com/django/django/pull/21307 adopts and slightly improves a long-standing extension command, `listurls`, which gives Django developers an easy way, built-in, to list the URLs that their application responds to. Thanks to the help from the Django fellows getting the PR into shape, and to Ülgen S for the middle pass at the PR.

Fixed #28800 -- Added a listurls management command by offbyone · Pull Request #21307 · django/django
Trac ticket number ticket-28800 Branch description This is a third attempt at implementing support for a listurls builtin command in Django. It supersedes #18769 and #18347 and is based on Ûlgen...