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
2025-09-17
Removed versionadded/changed annotations for 5.2.
Jacob Walls
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-08-25
Refs #36485 -- Removed double spaces after periods in sentences.
Natalia
2025-01-02
Fixed #35886 -- Added support for object-based form media script assets.
Johannes Maron
2024-03-04
Fixed #35261 -- Corrected Media JS example of object-based paths in docs.
Leandro de Souza
2023-11-29
Refs #25778 -- Updated some links and references to HTTPS.
Adam Johnson
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-28
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
Joseph Victor Zammit
2023-02-10
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2023-01-17
Removed versionadded/changed annotations for 4.1.
Mariusz Felisiak
2022-08-30
Refs #30947 -- Changed tuples to lists where appropriate.
Alex Morega
2022-02-10
Fixed #29490 -- Added support for object-based Media CSS and JS paths.
Claude Paroz
2022-01-22
Stopped including type="text/css" attributes for CSS link tags.
Claude Paroz
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2019-12-11
Fixed #31080 -- Removed redundant type="text/javascript" attribute from <scri...
Jon Dufresne
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
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