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
/
test_management.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed E128, E741 flake8 warnings.
Mariusz Felisiak
2020-05-12
1
-3
/
+3
*
Fixed #31528 -- Made collectstatic management command run staticfiles checks.
Hasan Ramezani
2020-05-08
1
-0
/
+7
*
Refs #29983 -- Added support for using pathlib.Path in all settings.
Jon Dufresne
2019-11-07
1
-0
/
+11
*
Fixed #30802 -- Prevented manifest creation when running collectstatic in dry...
pablo
2019-09-27
1
-0
/
+5
*
Refs #23919 -- Replaced codecs.open() with open().
Jon Dufresne
2019-01-27
1
-2
/
+1
*
Fixed #28606 -- Deprecated CachedStaticFilesStorage.
Tim Graham
2018-10-27
1
-2
/
+2
*
Fixed #28566 -- Added path matching to collectstatic ignore patterns.
Daniel Wiesmann
2018-07-13
1
-2
/
+3
*
Fixed #29464 -- Silenced post-process messages in collectstatic's default ver...
Arthur Silva
2018-06-11
1
-0
/
+13
*
Fixed #29353 -- Made StaticFilesHandler return a 404 response when settings.D...
Claude Paroz
2018-04-25
1
-1
/
+13
*
Fixed #28973 -- Silenced copying/linking messages in collectstatic's default ...
Claude Paroz
2018-04-23
1
-0
/
+25
*
Fixed hanging indentation in various code.
Mariusz Felisiak
2018-03-16
1
-1
/
+2
*
Added a couple tests for collectstatic.
Mads Jensen
2018-01-15
1
-1
/
+12
*
Fixed #27796 -- Prevented middleware being loaded twice with runserver
Claude Paroz
2017-08-23
1
-1
/
+12
*
Refs #23919 -- Replaced tempfile.mkdtemp() with TemporaryDirectory() context ...
Chillar Anand
2017-01-26
1
-19
/
+16
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-8
/
+7
*
Removed unneeded force_text calls in the test suite
Claude Paroz
2017-01-24
1
-16
/
+15
*
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-20
1
-1
/
+2
*
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-19
1
-1
/
+1
*
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
1
-16
/
+15
*
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
1
-3
/
+3
*
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
1
-2
/
+1
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-2
/
+0
*
Fixed #27658 -- Prevented collectstatic from overwriting newer files in remot...
Tim Graham
2017-01-04
1
-0
/
+17
*
Tested collectstatic's deleting of files/symlinks when toggling --link.
Tim Graham
2017-01-04
1
-2
/
+14
*
Refs #15035 -- Corrected a bug and improved comments for a staticfiles test.
Tim Graham
2017-01-03
1
-3
/
+10
*
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-11-10
1
-4
/
+4
*
Fixed #27108 -- Displayed collectstatic's delete/overwrite warnings only if s...
François Freitag
2016-09-02
1
-0
/
+21
*
Added tests for collectstatic interactivity.
François Freitag
2016-09-01
1
-1
/
+35
*
Fixed #20189 -- Allowed customizing staticfiles ignored_patterns list
Claude Paroz
2016-04-22
1
-0
/
+14
*
Cleaned class inheritances in staticfiles tests
Claude Paroz
2016-03-28
1
-6
/
+6
*
Fixed #26297 -- Fixed `collectstatic --clear` crash if storage doesn't implem...
Berker Peksag
2016-03-17
1
-0
/
+5
*
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
*
Fixed #25784 -- Prevented an exception on collectstatic help
Alex Morozov
2015-11-22
1
-0
/
+14
*
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
1
-40
/
+41
*
Fixed #24982 -- Split staticfiles tests into multiple files
Moritz Sichert
2015-07-01
1
-0
/
+341