Changeset 8049
- Timestamp:
- 07/21/08 22:44:48 (2 months ago)
- Files:
-
- django/trunk/docs/forms.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/forms.txt
r8048 r8049 2096 2096 >>> w1 = CalendarWidget() 2097 2097 >>> w2 = OtherWidget() 2098 >>> print w1 +w22098 >>> print w1.media + w2.media 2099 2099 <link href="http://media.example.com/pretty.css" type="text/css" media="all" rel="stylesheet" /> 2100 2100 <script type="text/javascript" src="http://media.example.com/animations.js"></script>
