Claude Paroz
|
3aae43d800
|
Fixed #28973 -- Silenced copying/linking messages in collectstatic's default verbosity.
|
2018-04-23 23:04:02 -04:00 |
Jon Dufresne
|
7d607127e3
|
Refs #21221 -- Deprecated staticfiles and admin_static template tag libraries.
|
2018-01-23 10:30:10 -05:00 |
Tim Graham
|
b536dcf656
|
Fixed #27948 -- Removed incorrect unquote() in static serving views.
|
2017-03-17 07:55:00 -04:00 |
Vytis Banaitis
|
8838d4dd49
|
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
|
2017-02-01 11:41:56 -05:00 |
chillaranand
|
d6eaf7c018
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -05:00 |
Claude Paroz
|
2366100872
|
Removed unneeded force_text calls in the test suite
|
2017-01-24 18:45:54 +01:00 |
Simon Charette
|
cecc079168
|
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
2017-01-19 08:39:46 +01:00 |
Claude Paroz
|
7b2f2e74ad
|
Refs #23919 -- Removed six.<various>_types usage
Thanks Tim Graham and Simon Charette for the reviews.
|
2017-01-18 20:18:46 +01:00 |
Claude Paroz
|
d7b9aaa366
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
Tim Graham
|
c85831e4b7
|
Fixed #27658 -- Prevented collectstatic from overwriting newer files in remote storages.
Thanks revimi for the initial patch.
|
2017-01-04 12:50:31 -05:00 |
alix-
|
374e6230ca
|
Fixed #25484 -- Made {% static %} render escaped URLs.
|
2016-12-17 10:03:44 -05:00 |
Claude Paroz
|
859fc64338
|
Cleaned class inheritances in staticfiles tests
Thanks Tim Graham for precious inputs.
|
2016-03-28 19:46:03 +02:00 |
Hasan
|
3d0dcd7f5a
|
Refs #26022 -- Used context manager version of assertRaises in tests.
|
2016-01-29 12:32:18 -05:00 |
Moritz Sichert
|
b35b43dff8
|
Fixed #24982 -- Split staticfiles tests into multiple files
|
2015-07-01 09:41:27 -04:00 |