1
Not sure where you got this idea, but looking at the source code, the get_app_list
helper method was introduced in django 1.9.
Here are the links to the source code.
And clearly, it looks like you are using django <= 1.8.5
Source:stackexchange.com