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