mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
parent
3a4276ffc3
commit
b47b0211f5
6 changed files with 6 additions and 6 deletions
|
@ -146,7 +146,7 @@ basic Calendar widget from the example above::
|
|||
<script type="text/javascript" src="http://static.example.com/actions.js"></script>
|
||||
<script type="text/javascript" src="http://static.example.com/whizbang.js"></script>
|
||||
|
||||
The FancyCalendar widget inherits all the media from it's parent widget. If
|
||||
The FancyCalendar widget inherits all the media from its parent widget. If
|
||||
you don't want media to be inherited in this way, add an ``extend=False``
|
||||
declaration to the media declaration::
|
||||
|
||||
|
|
|
@ -169,7 +169,7 @@ issued on the ``project.interesting`` and
|
|||
``project.interesting.stuff`` loggers.
|
||||
|
||||
This propagation can be controlled on a per-logger basis. If
|
||||
you don't want a particular logger to propagate to it's parents, you
|
||||
you don't want a particular logger to propagate to its parents, you
|
||||
can turn off this behavior.
|
||||
|
||||
Making logging calls
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue