Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/staticfiles
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-313-3/+0
* Fixed #24890 -- Added warning to collectstatic when stati...Markus Amalthea Magnuson2015-06-141-0/+8
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-132-3/+3
* Fixed #23986 -- Fixed collectstatic --clear failure if ST...Sztrovacsek2015-03-071-0/+3
* Sorted imports with isort; refs #23860.Tim Graham2015-02-0611-33/+33
* 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 typos in comments.Tim Graham2014-10-081-1/+1
* Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiv...Claude Paroz2014-08-281-1/+1
* Fixed #23276 -- Deprecated passing views as strings to ur...Tim Graham2014-08-122-2/+5
* Fixed #22891 -- Clarified that collecstatic --clear with ...Tim Graham2014-07-231-1/+1
* Fixed pyinotify performance regression in 15f82c7011Claude Paroz2014-07-061-0/+4
* Fixed #22835 -- Deprecated NoArgsCommand.Maxime Turcotte2014-06-191-5/+7
* Converted remaining management commands to argparseClaude Paroz2014-06-143-43/+41
* Fixed #22557 -- ManifestStaticFilesStorage did not cleanu...Denis Cornehl2014-05-201-0/+4
* Removed locale dirs for single-message appsClaude Paroz2014-05-191-22/+0
* 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
* Fixed #22315 -- str/bytes mismatch in staticfilesDavid Evans2014-03-251-2/+3
* Simplified implementation of collectstatic command.Baptiste Mispelon2014-03-131-6/+1
* Fixed #22070 -- Changed verbose_name for apps in django.c...James Jenkins2014-03-071-1/+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-092-3/+25
* Fixed #21482 -- Uplifted restriction of collectstatic usi...Jannis Leidel2014-02-091-8/+14
* Fixed #21674 -- Deprecated the import_by_path() function ...Berker Peksag2014-02-081-2/+2
* Used the proxied call to staticfiles_storage.urlThomas Grainger2014-02-021-5/+5
* Merge pull request #2211 from carljm/t21867Jannis Leidel2014-01-252-37/+13
|\
| * Fixed #21867 -- Removed AppStaticStorage; app paths are n...Carl Meyer2014-01-242-37/+13
* | Fixed #21829 -- Added default AppConfigs.Aymeric Augustin2014-01-251-0/+1
|/
* Added ManifestStaticFilesStorage to staticfiles contrib app.Jannis Leidel2014-01-201-24/+120
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-1/+1
* Fixed #21750 -- Fixed regression introduced by 4befb30.Loic Bistuer2014-01-112-4/+12
* Added catalogs for apps that didn't have any translations.Aymeric Augustin2014-01-051-0/+22
* Fixed #21675 -- Added app configs for contrib apps.Aymeric Augustin2014-01-051-0/+8
* Fixed #21581 -- Fixed a number of issues with collectstatic.Loic Bistuer2013-12-312-24/+27
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-7/+7
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Stopped iterating on INSTALLED_APPS.Aymeric Augustin2013-12-221-2/+4
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-0/+0
* Fixed #21543 -- Removed base_dir attribute in StaticFiles...Krzysztof Jurewicz2013-12-021-8/+1
* Fixed #21380 -- Added a way to set different permission f...Vajrasky Kok2013-11-291-6/+0
* Fixed #21012 -- New API to access cache backends.Curtis Maloney2013-11-231-2/+2
* Fixed #21351 -- Replaced memoize with Python's lru_cache.Bouke Haarsma2013-11-111-6/+4
* More attacking E302 violatorsAlex Gaynor2013-11-024-0/+6
* Continue to attack E302 violationsAlex Gaynor2013-11-022-0/+2
* Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor2013-09-101-2/+2
* Moved two WSGI-specific functions to the WSGI handler.Aymeric Augustin2013-09-071-2/+1