index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
forms
/
media.txt
Age
Commit message (
Expand
)
Author
2018-05-17
Removed versionadded/changed annotations for 2.0.
Tim Graham
2018-03-02
Fixed typo in docs/topics/forms/media.txt.
Daniel Hahler
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2017-11-22
Fixed typo in docs/topics/forms/media.txt.
Hyunwoo Park
2017-07-20
Fixed #28377 -- Made combining form Media retain relative asset order.
Johannes Hoppe
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2016-08-25
Replaced property() usage with decorator in several places.
Berker Peksag
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2015-12-10
Fixed #21221 -- Made form Media and static template tag use staticfiles if in...
Johannes Hoppe
2015-05-01
Updated capitalization in the word "JavaScript" for consistency
Dave Hodder
2013-07-19
Fixed #20772 -- Fixed minor typo in form media docs.
Loic Bistuer
2013-07-08
Fixed #19695 -- Retitle "Form Media" to "Form Assets".
James Bennett
2013-06-09
Update media.txt
Kenny Rachuonyo
2013-05-19
add missing imports to the examples in the 'Forms'
leandrafinger
2013-04-29
Corrected "it's" to "its" when used possessively.
Thomas Thurman
2012-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-09-15
Fixed #11185 - Expanded docs on customizing widgets; thanks fadeev for the dr...
Tim Graham
2012-08-24
Fixed #18847 - Updated for media examples to use static.example.com. Thanks J...
Tim Graham
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2011-01-30
Reworded parts of the staticfiles documentation after receiving various user ...
Jannis Leidel
2010-11-17
Corrected some syntax issues in the docs.
Alex Gaynor
2010-11-17
Fixed a bunch of code examples in the form media documentation.
Jannis Leidel
2010-11-17
Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...
Jannis Leidel
2010-10-09
Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...
Russell Keith-Magee
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-01-10
Fixed #10989 -- Fixed typos in formset and widget-media docs. Thanks, falken@...
Adrian Holovaty
2009-03-24
Fixed #10437 -- Corrected typo in Widget media example. Thanks to Manuel Sael...
Russell Keith-Magee
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss