Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/staticfiles/management
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25346 -- Allowed collectstatic to delete broken sy...Yusuke Miyazaki2015-10-171-1/+6
* Fixed #25350 -- Added alias --no-input for --noinput to m...Raphael Michel2015-09-081-1/+1
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Fixed #24890 -- Added warning to collectstatic when stati...Markus Amalthea Magnuson2015-06-141-0/+8
* Fixed #23986 -- Fixed collectstatic --clear failure if ST...Sztrovacsek2015-03-071-0/+3
* Sorted imports with isort; refs #23860.Tim Graham2015-02-063-8/+7
* Fixed #23701 -- Removed an unneeded check in collectstatic.Tim Graham2014-10-221-2/+1
* Fixed #23663 -- Initialize output streams for BaseCommand...Loic Bistuer2014-10-221-1/+1
* Fixed #22891 -- Clarified that collecstatic --clear with ...Tim Graham2014-07-231-1/+1
* Fixed #22835 -- Deprecated NoArgsCommand.Maxime Turcotte2014-06-191-5/+7
* Converted remaining management commands to argparseClaude Paroz2014-06-143-43/+41
* Appeased flake8 2.1.0.Aymeric Augustin2014-04-211-3/+4
* Corrected many style guide violations that the newest ver...Alex Gaynor2014-03-301-1/+1
* Simplified implementation of collectstatic command.Baptiste Mispelon2014-03-131-6/+1
* Reworked the detection of local storages for the collects...Loic Bistuer2014-02-121-2/+9
* Fixed #20780 -- Get rid of stale symlinks when using coll...Jannis Leidel2014-02-091-0/+2
* Fixed #19879 -- Have 'findstatic' says on which directori...Vajrasky Kok2014-02-091-3/+13
* Fixed #21482 -- Uplifted restriction of collectstatic usi...Jannis Leidel2014-02-091-8/+14
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-1/+1
* Fixed #21581 -- Fixed a number of issues with collectstatic.Loic Bistuer2013-12-311-17/+23
* Fixed #21380 -- Added a way to set different permission f...Vajrasky Kok2013-11-291-6/+0
* More attacking E302 violatorsAlex Gaynor2013-11-022-0/+2
* Deprecated SortedDict (replaced with collections.OrderedD...Curtis Maloney2013-08-041-2/+2
* Replaced `and...or...` constructs with PEP 308 conditiona...Ramiro Morales2013-05-271-5/+3
* Replaced an antiquated pattern.Aymeric Augustin2013-05-171-1/+1
* Fixed #18986 -- Improved error message for missing filesAymeric Augustin2013-04-281-0/+6
* Fixed #19715 -- Simplified findstatic output when verbosi...Matt Robenolt2013-02-011-5/+8
* Fixed #19540 -- Stopped using deprecated os.stat_float_ti...Aymeric Augustin2013-01-261-4/+3
* Update django/contrib/staticfiles/management/commands/col...Mitar2012-12-271-1/+1
* Fixed comment typoDavid Fischer2012-08-301-1/+1
* [py3] Replaced raw_input by inputClaude Paroz2012-08-081-1/+2
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-072-6/+6
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-072-17/+21
* Fixed #18325 -- Wrapped self.stdout/stderr in OutputWrapp...Claude Paroz2012-05-192-9/+4
* Fixed #18035 -- Removed deprecated AdminMediaHandler, as ...Claude Paroz2012-04-081-3/+3
* Removed with_statement imports, useless in Python >= 2.6....Claude Paroz2012-03-301-2/+0
* Fixed #17737 -- Stopped the collectstatic management comm...Jannis Leidel2012-03-021-3/+7
* Stopped the collectstatic management from being wastful w...Jannis Leidel2012-02-141-1/+1
* Minor bugfixing of the staticfiles app following upstream...Jannis Leidel2012-02-131-44/+70
* Fixed #17656 -- Stopped the collectstatic management comm...Jannis Leidel2012-02-121-0/+1
* Fixed #16360 -- Added WSGI entrypoint to startproject lay...Carl Meyer2011-10-221-4/+6
* Fixed #15252 -- Added static template tag and CachedStati...Jannis Leidel2011-08-111-28/+56
* Fixed #16518 -- Fixed collectstatic management command to...Jannis Leidel2011-07-261-2/+3
* Explicitly close a file in the collectstatic management c...Alex Gaynor2011-07-081-2/+5
* Fixed #16424 -- Fixed regression in collect static manage...Jannis Leidel2011-07-061-2/+4
* Fixed #16161 -- Added `--clear` option to `collectstatic`...Jannis Leidel2011-07-041-38/+74
* Modified collectstatic management command to not include ...Jannis Leidel2011-03-091-2/+2
* Fixed the staticfiles management commands collectstatic a...Jannis Leidel2011-02-152-15/+22
* Fixed #15190 -- Refactored the collectstatic command to i...Jannis Leidel2011-02-011-83/+104
* Call superclass init in collectstatic command, otherwise ...Karen Tracey2011-01-191-0/+1