summaryrefslogtreecommitdiff
path: root/tests/regressiontests/staticfiles_tests
AgeCommit message (Expand)Author
2012-12-08[1.5.x] Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-11-21[1.5.x] Modified a staticfiles test to use a unicode character that has just ...Julien Phalip
2012-10-30[1.5.x] Fixed #17744 -- Reset default file storage with setting_changed signalClaude Paroz
2012-09-07[py3k] Silence many warnings while running the tests.Alex Gaynor
2012-08-15Explicitly close files in the staticfiles tests.Alex Gaynor
2012-08-14[py3] Fixed staticfiles testsClaude Paroz
2012-08-11[py3] Used six.StringIO to simulate stdout buffer in testsClaude Paroz
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-07-25Made staticfiles tests independent of test execution order.Florian Apolloner
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-07-08Fixed #18487 -- Made sure that protocol-relative URLs aren't processed by the...Jannis Leidel
2012-07-08Fixed #18050 -- Fixed a rather glaring bug in the handling of @import stateme...Jannis Leidel
2012-07-08Fixed #18430 -- Use the FILE_CHARSET setting when reading from a file during ...Jannis Leidel
2012-07-07Fixed #18254 -- Added ability to the static template tags to store the result...Jannis Leidel
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-05-28Used call_command stdout parameter to capture output in staticfiles tests.Claude Paroz
2012-05-19Marked bytestrings with b prefix. Refs #18269Claude Paroz
2012-05-16Fixed #17896 -- Added file_hash method to CachedStaticFilesStorage to be able...Jannis Leidel
2012-05-03Used catch_warnings instead of save/restore methods. Refs #17049.Claude Paroz
2012-03-30Use the class decorator syntax available in Python >= 2.6. Refs #17965.Aymeric Augustin
2012-03-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz
2012-03-16Ensured that some staticfiles tests get properly cleaned up on teardown. Than...Julien Phalip
2012-03-13Fixed #17857 -- Stopped CachedStaticFilesStorage from creating absolute URLs ...Jannis Leidel
2012-03-13Fixed #17865 -- Strip whitespaces from the paths when using the CachedStaticF...Jannis Leidel
2012-03-12Fixed #17861 -- Took care of special characters when creating the staticfiles...Jannis Leidel
2012-03-04Fix staticfiles_tests.TestCollectionCachedStorage.test_post_processing so it ...Karen Tracey
2012-03-02Fixed #17806 -- Fixed off-by-n error in the CachedStaticFilesStorage that pre...Jannis Leidel
2012-03-01Fixed #17737 -- Stopped the collectstatic management command from copying the...Jannis Leidel
2012-02-16Fixed #17689 -- Stopped the CachedStaticFilesStorage from trying to hash path...Jannis Leidel
2012-02-13Minor bugfixing of the staticfiles app following upstream development in djan...Jannis Leidel
2011-12-27Fixed #17455 -- Extended `CachedStaticFilesStorage` slightly to handle some U...Jannis Leidel
2011-12-22Re-enabled the cleanup of STATIC_ROOT in the staticfiles tests.Jannis Leidel
2011-11-13Refs #17215: Avoid generating 47 leftover tmp dirs during a clean test run.Karen Tracey
2011-11-03Fixed #16966 -- Stopped CachedStaticFilesStorage from choking on querystrings...Jannis Leidel
2011-11-02Fixed #16967 -- Made sure CachedStaticFilesStorage repopulates its cache if t...Jannis Leidel
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2011-09-21Fixed #16703 -- Raise an exception if the storage location of the DefaultStor...Jannis Leidel
2011-09-21Fixed the relative static file resolution of the CachedStaticFilesStorage bac...Jannis Leidel
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-08-11Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to sta...Jannis Leidel
2011-07-06Fixed #16424 -- Fixed regression in collect static management command introdu...Jannis Leidel
2011-07-04Fixed #16161 -- Added `--clear` option to `collectstatic` management command ...Jannis Leidel
2011-06-30Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...Jannis Leidel
2011-06-09Stopped staticfiles from modifying INSTALLED_APPS during test runtime.Jannis Leidel
2011-06-01Fix the staticfiles_tests and django.conf to not think that None meant a lazy...Alex Gaynor
2011-05-27Changed a bit the strategy used to test staticfiles finders so they can cope ...Ramiro Morales
2011-03-18Fixed staticfiles test that was broken on Windows due to the result of the st...Jannis Leidel
2011-03-18Added staticfiles test case for filenames with medial capitals.Jannis Leidel
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-02-15Fixed a test case introduced in r15538 by creating a test file with non-ASCII...Jannis Leidel