Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/staticfiles_tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25346 -- Allowed collectstatic to delete broken sy...Yusuke Miyazaki2015-10-171-2/+12
* Prevented staticfiles test from colliding when run in par...Aymeric Augustin2015-09-093-45/+56
* Fixed some unclosed objects in testsAndriy Sokolovskiy2015-07-061-2/+3
* Fixed #24982 -- Split staticfiles tests into multiple filesMoritz Sichert2015-07-018-1044/+1099
* Fixed #24890 -- Added warning to collectstatic when stati...Markus Amalthea Magnuson2015-06-141-0/+59
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-6/+6
* Fixed staticfiles test on Windows; refs #23986.Tim Graham2015-03-111-1/+1
* Fixed #23986 -- Fixed collectstatic --clear failure if ST...Sztrovacsek2015-03-071-0/+4
* Fixed a test failure under Windows and Python 2.Aymeric Augustin2015-02-231-1/+2
* Guaranteed removal of temporary files during tests.Aymeric Augustin2015-02-231-1/+1
* Removed rmtree_errorhandler.Aymeric Augustin2015-02-221-4/+2
* Removed obsolete reference to media directory.Aymeric Augustin2015-02-212-2/+2
* Removed workaround for SVN limitations.Aymeric Augustin2015-02-216-23/+8
* Avoided collecting admin static files in tests.Aymeric Augustin2015-02-211-5/+0
* Removed TestServeAdminMedia.Aymeric Augustin2015-02-211-12/+0
* Refs #24324 -- Fixed Python 2 test failures when path to ...Tim Graham2015-02-181-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-063-13/+11
* Fixed #24197 -- Added clearing of staticfiles caches on s...mlavin2015-02-041-12/+7
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-9/+9
* Fixed #23700 -- Fixed non-deterministic static files test...Tim Graham2015-01-012-2/+8
* Refs #23947 -- Prevented staticfiles tests from having si...Diego GuimarĂ£es2014-12-091-0/+4
* Avoided using private API get_template_from_string.Aymeric Augustin2014-10-311-2/+2
* Avoid the word "stupid".Aymeric Augustin2014-09-091-1/+1
* Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiv...Claude Paroz2014-08-281-5/+5
* Updated tests for added newlines in 68686430638215b5405b2...Tim Graham2014-08-131-16/+16
* Added newlines to the ends of CSS, HTML, and JavaScript f...Trey Hunner2014-08-136-6/+6
* Removed some apps from ALWAYS_INSTALLED_APPSClaude Paroz2014-06-212-6/+12
* Converted remaining management commands to argparseClaude Paroz2014-06-141-3/+3
* Fixed a staticfiles test on Windows.Tim Graham2014-06-121-5/+6
* Fixed #22557 -- ManifestStaticFilesStorage did not cleanu...Denis Cornehl2014-05-201-3/+41
* Refs #21230 -- removed direct settings manipulation from ...Huu Nguyen2014-05-182-12/+3
* Fixed monkeypatching in a staticfiles test.Florian Apolloner2014-04-211-2/+4
* Appeased flake8 2.1.0.Aymeric Augustin2014-04-211-3/+4
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-2/+2
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-4/+5
* Fixed #22315 -- str/bytes mismatch in staticfilesDavid Evans2014-03-251-0/+5
* Reworked the detection of local storages for the collects...Loic Bistuer2014-02-121-0/+26
* Minor edits to new findstatic functionality; refs #19879.Tim Graham2014-02-091-4/+4
* Fixed #20780 -- Get rid of stale symlinks when using coll...Jannis Leidel2014-02-091-0/+9
* Fixed #19879 -- Have 'findstatic' says on which directori...Vajrasky Kok2014-02-091-0/+37
* Fixed #21482 -- Uplifted restriction of collectstatic usi...Jannis Leidel2014-02-091-16/+17
* Fixed #21674 -- Deprecated the import_by_path() function ...Berker Peksag2014-02-081-2/+2
* Fixed #21867 -- Removed AppStaticStorage; app paths are n...Carl Meyer2014-01-241-31/+0
* Added ManifestStaticFilesStorage to staticfiles contrib app.Jannis Leidel2014-01-201-55/+82
* Fixed #21581 -- Fixed a number of issues with collectstatic.Loic Bistuer2013-12-311-0/+11
* Imported override_settings from its new location.Aymeric Augustin2013-12-232-3/+2
* Expurged INSTALLED_APPS from code and tests.Aymeric Augustin2013-12-221-3/+3
* Stopped iterating on INSTALLED_APPS.Aymeric Augustin2013-12-221-0/+3
* Removed superfluous models.py files.Aymeric Augustin2013-12-173-0/+0
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-3/+2