Commit 5679fce8 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

Added first cut at reference documentation for the checks framework.

parent 82ac3894
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -293,7 +293,7 @@ Learn about some other core functionalities of the Django framework:
* :doc:`Flatpages <ref/contrib/flatpages>`
* :doc:`Redirects <ref/contrib/redirects>`
* :doc:`Signals <topics/signals>`
* :doc:`System check framework <ref/checks>`
* :doc:`System check framework <topics/checks>`
* :doc:`The sites framework <ref/contrib/sites>`
* :doc:`Unicode in Django <ref/unicode>`

+222 −194

File changed.

Preview size limit exceeded, changes collapsed.

docs/topics/checks.txt

0 → 100644
+211 −0

File added.

Preview size limit exceeded, changes collapsed.

+1 −0
Original line number Diff line number Diff line
@@ -30,3 +30,4 @@ Introductions to all the key parts of Django you'll need to know:
   serialization
   settings
   signals
   checks