index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
staticfiles_tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #26691 -- Removed checking for a file's existence before deleting.
Jon Dufresne
2016-05-31
1
-6
/
+5
*
Fixed #20189 -- Allowed customizing staticfiles ignored_patterns list
Claude Paroz
2016-04-22
2
-0
/
+19
*
Fixed #19670 -- Applied CachedFilesMixin patterns to specific extensions
Claude Paroz
2016-03-30
3
-0
/
+51
*
Cleaned class inheritances in staticfiles tests
Claude Paroz
2016-03-28
6
-50
/
+33
*
Fixed #26297 -- Fixed `collectstatic --clear` crash if storage doesn't implem...
Berker Peksag
2016-03-17
2
-0
/
+42
*
Cleaned up TestStaticFilePermissions to use call_command().
Jon Dufresne
2016-03-03
1
-9
/
+3
*
Fixed #23832 -- Added timezone aware Storage API.
James Aylett
2016-02-23
1
-4
/
+4
*
Prevented static file corruption when URL fragment contains '..'.
Aymeric Augustin
2016-02-23
3
-17
/
+3
*
Fixed #26249 -- Fixed collectstatic crash for files in STATIC_ROOT referenced...
Aymeric Augustin
2016-02-23
4
-1
/
+17
*
Used call_command return value in staticfiles tests
Claude Paroz
2016-02-23
1
-17
/
+8
*
Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...
Hasan
2016-01-29
1
-3
/
+2
*
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2016-01-29
2
-4
/
+8
*
Refs #21221 -- Added test for legacy static usage in form Media.
Johannes Hoppe
2016-01-19
1
-2
/
+9
*
Fixed #21221 -- Made form Media and static template tag use staticfiles if in...
Johannes Hoppe
2015-12-10
1
-0
/
+30
*
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-12-03
1
-1
/
+1
*
Fixed #25784 -- Prevented an exception on collectstatic help
Alex Morozov
2015-11-22
1
-0
/
+14
*
Fixed #25283 -- Fixed collectstatic crash if a URL contains a fragment with a...
msaelices
2015-11-12
2
-1
/
+3
*
Fixed #25346 -- Allowed collectstatic to delete broken symlinks.
Yusuke Miyazaki
2015-10-17
1
-2
/
+12
*
Prevented staticfiles test from colliding when run in parallel.
Aymeric Augustin
2015-09-09
3
-45
/
+56
*
Fixed some unclosed objects in tests
Andriy Sokolovskiy
2015-07-06
1
-2
/
+3
*
Fixed #24982 -- Split staticfiles tests into multiple files
Moritz Sichert
2015-07-01
8
-1044
/
+1099
*
Fixed #24890 -- Added warning to collectstatic when static files have clashin...
Markus Amalthea Magnuson
2015-06-13
1
-0
/
+59
*
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-05-20
1
-6
/
+6
*
Fixed staticfiles test on Windows; refs #23986.
Tim Graham
2015-03-11
1
-1
/
+1
*
Fixed #23986 -- Fixed collectstatic --clear failure if STATIC_ROOT dir doesn'...
Sztrovacsek
2015-03-07
1
-0
/
+4
*
Fixed a test failure under Windows and Python 2.
Aymeric Augustin
2015-02-23
1
-1
/
+2
*
Guaranteed removal of temporary files during tests.
Aymeric Augustin
2015-02-23
1
-1
/
+1
*
Removed rmtree_errorhandler.
Aymeric Augustin
2015-02-22
1
-4
/
+2
*
Removed obsolete reference to media directory.
Aymeric Augustin
2015-02-21
2
-2
/
+2
*
Removed workaround for SVN limitations.
Aymeric Augustin
2015-02-21
6
-23
/
+8
*
Avoided collecting admin static files in tests.
Aymeric Augustin
2015-02-21
1
-5
/
+0
*
Removed TestServeAdminMedia.
Aymeric Augustin
2015-02-21
1
-12
/
+0
*
Refs #24324 -- Fixed Python 2 test failures when path to Django source contai...
Tim Graham
2015-02-17
1
-1
/
+1
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
3
-13
/
+11
*
Fixed #24197 -- Added clearing of staticfiles caches on settings changes duri...
mlavin
2015-02-04
1
-12
/
+7
*
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2015-02-03
1
-9
/
+9
*
Fixed #23700 -- Fixed non-deterministic static files test failures on Windows.
Tim Graham
2015-01-01
2
-2
/
+8
*
Refs #23947 -- Prevented staticfiles tests from having side effects.
Diego GuimarĂ£es
2014-12-09
1
-0
/
+4
*
Avoided using private API get_template_from_string.
Aymeric Augustin
2014-10-31
1
-2
/
+2
*
Avoid the word "stupid".
Aymeric Augustin
2014-09-09
1
-1
/
+1
*
Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase
Claude Paroz
2014-08-28
1
-5
/
+5
*
Updated tests for added newlines in 68686430638215b5405b20bd767c0be392c9221d.
Tim Graham
2014-08-12
1
-16
/
+16
*
Added newlines to the ends of CSS, HTML, and JavaScript files missing them.
Trey Hunner
2014-08-12
6
-6
/
+6
*
Removed some apps from ALWAYS_INSTALLED_APPS
Claude Paroz
2014-06-21
2
-6
/
+12
*
Converted remaining management commands to argparse
Claude Paroz
2014-06-14
1
-3
/
+3
*
Fixed a staticfiles test on Windows.
Tim Graham
2014-06-12
1
-5
/
+6
*
Fixed #22557 -- ManifestStaticFilesStorage did not cleanup deleted files.
Denis Cornehl
2014-05-20
1
-3
/
+41
*
Refs #21230 -- removed direct settings manipulation from staticfile tests
Huu Nguyen
2014-05-18
2
-12
/
+3
*
Fixed monkeypatching in a staticfiles test.
Florian Apolloner
2014-04-21
1
-2
/
+4
*
Appeased flake8 2.1.0.
Aymeric Augustin
2014-04-21
1
-3
/
+4
[next]