summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #26691 -- Removed checking for a file's existence before deleting.Jon Dufresne2016-05-311-6/+5
* Fixed #20189 -- Allowed customizing staticfiles ignored_patterns listClaude Paroz2016-04-222-0/+19
* Fixed #19670 -- Applied CachedFilesMixin patterns to specific extensionsClaude Paroz2016-03-303-0/+51
* Cleaned class inheritances in staticfiles testsClaude Paroz2016-03-286-50/+33
* Fixed #26297 -- Fixed `collectstatic --clear` crash if storage doesn't implem...Berker Peksag2016-03-172-0/+42
* Cleaned up TestStaticFilePermissions to use call_command().Jon Dufresne2016-03-031-9/+3
* Fixed #23832 -- Added timezone aware Storage API.James Aylett2016-02-231-4/+4
* Prevented static file corruption when URL fragment contains '..'.Aymeric Augustin2016-02-233-17/+3
* Fixed #26249 -- Fixed collectstatic crash for files in STATIC_ROOT referenced...Aymeric Augustin2016-02-234-1/+17
* Used call_command return value in staticfiles testsClaude Paroz2016-02-231-17/+8
* Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...Hasan2016-01-291-3/+2
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-292-4/+8
* Refs #21221 -- Added test for legacy static usage in form Media.Johannes Hoppe2016-01-191-2/+9
* Fixed #21221 -- Made form Media and static template tag use staticfiles if in...Johannes Hoppe2015-12-101-0/+30
* Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-031-1/+1
* Fixed #25784 -- Prevented an exception on collectstatic helpAlex Morozov2015-11-221-0/+14
* Fixed #25283 -- Fixed collectstatic crash if a URL contains a fragment with a...msaelices2015-11-122-1/+3
* Fixed #25346 -- Allowed collectstatic to delete broken symlinks.Yusuke Miyazaki2015-10-171-2/+12
* Prevented staticfiles test from colliding when run in parallel.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 static files have clashin...Markus Amalthea Magnuson2015-06-131-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 STATIC_ROOT dir doesn'...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 Django source contai...Tim Graham2015-02-171-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-063-13/+11
* Fixed #24197 -- Added clearing of staticfiles caches on settings changes duri...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 failures on Windows.Tim Graham2015-01-012-2/+8
* Refs #23947 -- Prevented staticfiles tests from having side effects.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 StaticLiveServerTestCaseClaude Paroz2014-08-281-5/+5
* Updated tests for added newlines in 68686430638215b5405b20bd767c0be392c9221d.Tim Graham2014-08-121-16/+16
* Added newlines to the ends of CSS, HTML, and JavaScript files missing them.Trey Hunner2014-08-126-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 cleanup deleted files.Denis Cornehl2014-05-201-3/+41
* Refs #21230 -- removed direct settings manipulation from staticfile testsHuu 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