docs: Document new copied Django function.

This commit is contained in:
Tim Abbott
2021-06-17 11:32:43 -07:00
parent c36b55e418
commit 054be8dd2e

View File

@@ -30,3 +30,5 @@ new major versions of Django. Here are the steps:
* Our AsyncDjangoHandler class has some code copied from the core
Django handlers code; look at whether that code was changed in
Django upstream.
* Our `FilteredManagementUtility` in `manage.py`, which forks the
management command discovery code.