summaryrefslogtreecommitdiff
path: root/django/contrib/staticfiles/management
AgeCommit message (Expand)Author
2015-06-13Fixed #24890 -- Added warning to collectstatic when static files have clashin...Markus Amalthea Magnuson
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-07-23Fixed #22891 -- Clarified that collecstatic --clear with delete all files in ...Tim Graham
2014-06-19Fixed #22835 -- Deprecated NoArgsCommand.Maxime Turcotte
2014-06-14Converted remaining management commands to argparseClaude Paroz
2014-04-21Appeased flake8 2.1.0.Aymeric Augustin
2014-03-30Corrected many style guide violations that the newest version of flake8 catchesAlex Gaynor
2014-03-13Simplified implementation of collectstatic command.Baptiste Mispelon
2014-02-12Reworked the detection of local storages for the collectstatic command.Loic Bistuer
2014-02-09Fixed #20780 -- Get rid of stale symlinks when using collectstatic.Jannis Leidel
2014-02-09Fixed #19879 -- Have 'findstatic' says on which directories it searched the r...Vajrasky Kok
2014-02-09Fixed #21482 -- Uplifted restriction of collectstatic using symlink option in...Jannis Leidel
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2013-12-31Fixed #21581 -- Fixed a number of issues with collectstatic.Loic Bistuer
2013-11-29Fixed #21380 -- Added a way to set different permission for static directories.Vajrasky Kok
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-08-04Deprecated SortedDict (replaced with collections.OrderedDict)Curtis Maloney
2013-05-26Replaced `and...or...` constructs with PEP 308 conditional expressions.Ramiro Morales
2013-05-17Replaced an antiquated pattern.Aymeric Augustin
2013-04-28Fixed #18986 -- Improved error message for missing filesAymeric Augustin
2013-02-01Fixed #19715 -- Simplified findstatic output when verbosity set to 0Matt Robenolt
2013-01-26Fixed #19540 -- Stopped using deprecated os.stat_float_times.Aymeric Augustin
2012-12-27Update django/contrib/staticfiles/management/commands/collectstatic.pyMitar
2012-08-29Fixed comment typoDavid Fischer
2012-08-08[py3] Replaced raw_input by inputClaude Paroz
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-05-19Fixed #18325 -- Wrapped self.stdout/stderr in OutputWrapper classClaude Paroz
2012-04-08Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official depreca...Claude Paroz
2012-03-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz
2012-03-01Fixed #17737 -- Stopped the collectstatic management command from copying the...Jannis Leidel
2012-02-14Stopped the collectstatic management from being wastful with file handlers. R...Jannis Leidel
2012-02-13Minor bugfixing of the staticfiles app following upstream development in djan...Jannis Leidel
2012-02-12Fixed #17656 -- Stopped the collectstatic management command from running the...Jannis Leidel
2011-10-22Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int...Carl Meyer
2011-08-11Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to sta...Jannis Leidel
2011-07-26Fixed #16518 -- Fixed collectstatic management command to run on Jython. Than...Jannis Leidel
2011-07-08Explicitly close a file in the collectstatic management command.Alex Gaynor
2011-07-06Fixed #16424 -- Fixed regression in collect static management command introdu...Jannis Leidel
2011-07-04Fixed #16161 -- Added `--clear` option to `collectstatic` management command ...Jannis Leidel
2011-03-09Modified collectstatic management command to not include STATIC_ROOT in the u...Jannis Leidel
2011-02-14Fixed the staticfiles management commands collectstatic and findstatic to not...Jannis Leidel
2011-02-01Fixed #15190 -- Refactored the collectstatic command to improve the symlink m...Jannis Leidel
2011-01-19Call superclass init in collectstatic command, otherwise printing error messa...Karen Tracey
2011-01-15Stopped staticfiles app from requiring a models module when looking for stati...Jannis Leidel
2011-01-08Fixed #15035 -- Fixed collectstatic management command to work with non-local...Jannis Leidel
2011-01-05Fixed a few docstrings and other helper texts in the staticfiles app.Jannis Leidel