Bläddra i källkod

Fixed outdated django example

Ask Solem 9 år sedan
förälder
incheckning
1b67e644e8
1 ändrade filer med 1 tillägg och 1 borttagningar
  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``