Ticket #20417: 20417-Server restart needed to load new tags and filters

File 20417-Server restart needed to load new tags and filters, 596 bytes (added by DjangoPanngo, 11 years ago)

Suggested addition to the documentation.

Line 
1diff --git a/docs/howto/custom-template-tags.txt b/docs/howto/custom-template-tags.txt
2index 0d35654..0c1976c 100644
3--- a/docs/howto/custom-template-tags.txt
4+++ b/docs/howto/custom-template-tags.txt
5@@ -150,6 +150,8 @@ Finally, ``register.filter()`` also accepts three keyword arguments,
6 are described in :ref:`filters and auto-escaping <filters-auto-escaping>` and
7 :ref:`filters and time zones <filters-timezones>` below.
8
9+The webserver must be restarted before a new tag or filter can be used by a template.
10+
11 Template filters that expect strings
12 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13
Back to Top