Jason Myers
|
c3791463a5
Fixing E302 Errors
|
11 years ago |
Boryslav Larin
|
e737c009b8
Fixed flake8 E241
|
11 years ago |
Alex Gaynor
|
b35ff0d920
Fixed all the E203 violations
|
11 years ago |
Alex Gaynor
|
9d740eb8b1
Fix all violators of E231
|
11 years ago |
Curtis Maloney
|
8688f03eef
Fixed #20945 -- Allowed cache tag to use a specific cache.
|
11 years ago |
Alasdair Nicol
|
c3aa2948c6
Fixed #21298 -- Fixed E301 pep8 warnings
|
11 years ago |
Ramiro Morales
|
51d2e1fb23
Fixed #21307 -- Moved TransRealMixin to django.test.utils.
|
11 years ago |
Bouke Haarsma
|
3565efaa45
Removed some direct settings manipulations in tests; refs #21230.
|
11 years ago |
Tim Graham
|
96d1d4e292
Removed unused local variables in tests.
|
11 years ago |
Alasdair Nicol
|
a800036981
Fixed #21287 -- Fixed E123 pep8 warnings
|
11 years ago |
Alasdair Nicol
|
bab9123daa
Fixed #21268 -- Fixed E303 pep8 warnings
|
11 years ago |
Larry O'Neill
|
83b9bfea44
Fixed #21266 -- Fixed E201,E202 pep8 warnings.
|
11 years ago |
Tim Graham
|
7fe5b656c9
Prevented arbitrary file inclusion with {% ssi %} tag and relative paths.
|
11 years ago |
Baptiste Mispelon
|
28a571348b
Fix #20745: Don't silence TypeError raised inside templates.
|
11 years ago |
Preston Timmons
|
8625c7aab3
Fixed #16096 -- Added origin attribute to template instances.
|
11 years ago |
Aymeric Augustin
|
6a6428a36f
Took advantage of django.utils.six.moves.urllib.*.
|
11 years ago |
Simon Charette
|
11cd7388f7
Fixed #20989 -- Removed useless explicit list comprehensions.
|
11 years ago |
Curtis Maloney
|
e2f06226ea
Improved {% include %} implementation
|
11 years ago |
Curtis Maloney
|
8d473b2c54
Fixed #7116 -- Optimize RequestContext construction
|
11 years ago |
Curtis Maloney
|
5cdacbda03
Fixed #17356 -- Allowed {% include %} to render compiled templates
|
11 years ago |
Jonathan Slenders
|
ff410565bf
Fixed #20709 -- Allowed {% widthratio %} to accept an "as" parameter.
|
11 years ago |
Claude Paroz
|
5c1143910e
Removed most of absolute_import imports
|
11 years ago |
Carl Meyer
|
8f3aefdec3
Fixed handling of template loader tests.
|
11 years ago |
Aymeric Augustin
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 years ago |
Aymeric Augustin
|
acd7b34aaf
Advanced deprecation warnings for Django 1.7.
|
11 years ago |
Baptiste Mispelon
|
ec371ace00
Fixed #20650 -- Fixed {% filter %} incorrectly accepting 'escape' as argument
|
11 years ago |
Claude Paroz
|
b67f2ac8e6
Fixed #20502 (again) -- More i18n cache flush in tests
|
11 years ago |
Anssi Kääriäinen
|
369b6fab25
Fixed #18169 -- NoReverseMatch not silenced if from block.super
|
12 years ago |
Carl Meyer
|
9012833af8
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
|
12 years ago |
Preston Timmons
|
6d96831769
Fixed template_tests so discovery doesn't directly find tests that require setuptools.
|
12 years ago |