1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #23750 -- Allowed core.checks.register to be used as a function

This commit is contained in:
averybigant
2014-11-05 14:01:49 +08:00
committed by Tim Graham
parent b3fd39f7c8
commit b7a5b6ab86
8 changed files with 71 additions and 14 deletions

View File

@@ -364,6 +364,11 @@ Signals
the request, was added to the :data:`~django.core.signals.request_started`
signal.
System Check Framework
^^^^^^^^^^^^^^^^^^^^^^
* :attr:`~django.core.checks.register` can now be used as a function.
Templates
^^^^^^^^^