If you have django installed but don't use it, this patch will make
"import hypothesis" a few hundred milliseconds faster (e.g. 0.704s ->
0.271s).
Thanks to importtime-waterfall for highlighting this problem and Jake
Vanderplas for the solution - it's impossible to misuse code from a
module you haven't imported!
The canonical version of these notes (with links) is on readthedocs.