summaryrefslogtreecommitdiff
path: root/docs/topics/forms/media.txt
AgeCommit message (Expand)Author
2025-09-17Removed versionadded/changed annotations for 5.2.Jacob Walls
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-08-25Refs #36485 -- Removed double spaces after periods in sentences.Natalia
2025-01-02Fixed #35886 -- Added support for object-based form media script assets.Johannes Maron
2024-03-04Fixed #35261 -- Corrected Media JS example of object-based paths in docs.Leandro de Souza
2023-11-29Refs #25778 -- Updated some links and references to HTTPS.Adam Johnson
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-28Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2023-01-17Removed versionadded/changed annotations for 4.1.Mariusz Felisiak
2022-08-30Refs #30947 -- Changed tuples to lists where appropriate.Alex Morega
2022-02-10Fixed #29490 -- Added support for object-based Media CSS and JS paths.Claude Paroz
2022-01-22Stopped including type="text/css" attributes for CSS link tags.Claude Paroz
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2019-12-11Fixed #31080 -- Removed redundant type="text/javascript" attribute from <scri...Jon Dufresne
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2018-05-17Removed versionadded/changed annotations for 2.0.Tim Graham
2018-03-02Fixed typo in docs/topics/forms/media.txt.Daniel Hahler
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2017-11-22Fixed typo in docs/topics/forms/media.txt.Hyunwoo Park
2017-07-20Fixed #28377 -- Made combining form Media retain relative asset order.Johannes Hoppe
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2016-08-25Replaced property() usage with decorator in several places.Berker Peksag
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-12-10Fixed #21221 -- Made form Media and static template tag use staticfiles if in...Johannes Hoppe
2015-05-01Updated capitalization in the word "JavaScript" for consistencyDave Hodder
2013-07-19Fixed #20772 -- Fixed minor typo in form media docs.Loic Bistuer
2013-07-08Fixed #19695 -- Retitle "Form Media" to "Form Assets".James Bennett
2013-06-09Update media.txtKenny Rachuonyo
2013-05-19add missing imports to the examples in the 'Forms'leandrafinger
2013-04-29Corrected "it's" to "its" when used possessively.Thomas Thurman
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-09-15Fixed #11185 - Expanded docs on customizing widgets; thanks fadeev for the dr...Tim Graham
2012-08-24Fixed #18847 - Updated for media examples to use static.example.com. Thanks J...Tim Graham
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2011-01-30Reworded parts of the staticfiles documentation after receiving various user ...Jannis Leidel
2010-11-17Corrected some syntax issues in the docs.Alex Gaynor
2010-11-17Fixed a bunch of code examples in the form media documentation.Jannis Leidel
2010-11-17Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...Jannis Leidel
2010-10-09Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...Russell Keith-Magee
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-01-10Fixed #10989 -- Fixed typos in formset and widget-media docs. Thanks, falken@...Adrian Holovaty
2009-03-24Fixed #10437 -- Corrected typo in Widget media example. Thanks to Manuel Sael...Russell Keith-Magee
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss