Explorar o código

Fixed outdated django example

Ask Solem %!s(int64=9) %!d(string=hai) anos
pai
achega
1b67e644e8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/whatsnew-3.1.rst

+ 1 - 1
docs/whatsnew-3.1.rst

@@ -319,7 +319,7 @@ but if you would like to experiment with it you should know that:
     .. code-block:: python
 
         from django.conf import settings
-        app.autodiscover_tasks(settings.INSTALLED_APPS)
+        app.autodiscover_tasks(lambda: settings.INSTALLED_APPS)
 
 - You no longer use ``manage.py``