summaryrefslogtreecommitdiff
path: root/django/contrib/staticfiles
AgeCommit message (Expand)Author
2017-11-06[2.0.x] Fixed #28776 -- Fixed a/an/and typos in docs and comments.Дилян Палаузов
2017-09-07Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham
2017-08-23Fixed #27796 -- Prevented middleware being loaded twice with runserverClaude Paroz
2017-06-28Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen
2017-06-01Sorted imports per isort 4.2.9.Tim Graham
2017-05-27Fixed #28249 -- Removed unnecessary dict.keys() calls.Jon Dufresne
2017-04-01Removed implicit default store_true/false argparse args.Jon Dufresne
2017-03-17Fixed #27948 -- Removed incorrect unquote() in static serving views.Tim Graham
2017-03-04Refs #27795 -- Removed unneeded force_text callsClaude Paroz
2017-02-23Refs #23919 -- Used yield from.Vytis Banaitis
2017-02-09Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().Tim Graham
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-02-01Fixed #27661 -- Moved FileSystemFinder's ImproperlyConfigured exceptions to s...Ling-Xiao Yang
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Stopped using django.utils.lru_cache().Aymeric Augustin
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-11Fixed #24452 -- Fixed HashedFilesMixin correctness with nested paths.David Sanders
2017-01-04Fixed #27658 -- Prevented collectstatic from overwriting newer files in remot...Tim Graham
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-09-03Replaced smart_* by force_* calls whenever possibleClaude Paroz
2016-09-02Fixed #27108 -- Displayed collectstatic's delete/overwrite warnings only if s...François Freitag
2016-07-12Fixed #26671 -- Made HashedFilesMixin ignore the 'chrome' scheme.Andrew Nester
2016-05-12Prevented findstatic argument from appearing as multiple options.eltronix
2016-04-22Fixed #20189 -- Allowed customizing staticfiles ignored_patterns listClaude Paroz
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-04-04Fixed W503 flake8 warnings.Tim Graham
2016-03-30Fixed #19670 -- Applied CachedFilesMixin patterns to specific extensionsClaude Paroz
2016-03-17Fixed #26297 -- Fixed `collectstatic --clear` crash if storage doesn't implem...Berker Peksag
2016-03-05Refs #26315 -- Cleaned up argparse options in commands.Jon Dufresne
2016-02-23Fixed #23832 -- Added timezone aware Storage API.James Aylett
2016-02-23Prevented static file corruption when URL fragment contains '..'.Aymeric Augustin
2016-02-23Fixed #26249 -- Fixed collectstatic crash for files in STATIC_ROOT referenced...Aymeric Augustin
2016-02-23Used call_command return value in staticfiles testsClaude Paroz
2016-01-25Fixed #26125 -- Fixed E731 flake warnings.userimack
2015-12-10Fixed #21221 -- Made form Media and static template tag use staticfiles if in...Johannes Hoppe
2015-11-22Fixed #25784 -- Prevented an exception on collectstatic helpAlex Morozov
2015-11-12Fixed #25283 -- Fixed collectstatic crash if a URL contains a fragment with a...msaelices
2015-10-17Fixed #25346 -- Allowed collectstatic to delete broken symlinks.Yusuke Miyazaki
2015-09-08Fixed #25350 -- Added alias --no-input for --noinput to management commands.Raphael Michel
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-06-13Fixed #24890 -- Added warning to collectstatic when static files have clashin...Markus Amalthea Magnuson
2015-05-13Removed unnecessary arguments in .get method callsPiotr Jakimiak
2015-03-07Fixed #23986 -- Fixed collectstatic --clear failure if STATIC_ROOT dir doesn'...Sztrovacsek
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-10-22Fixed #23701 -- Removed an unneeded check in collectstatic.Tim Graham
2014-10-22Fixed #23663 -- Initialize output streams for BaseCommand in __init__().Loic Bistuer
2014-10-08Fixed typos in comments.Tim Graham