Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/template_tests
Commit message (Expand)AuthorAgeFilesLines
...
* Use assertEqual instead of assertEquals.Baptiste Mispelon2014-02-171-1/+1
* Made the new template.Context.flatten() method a public API.Marek Wywiał2014-02-161-0/+11
* Fixed #21939 -- Deprecated loading ssi/url tags from future.Zbigniew Siciarz2014-02-161-1/+3
* Fixed bad comparison logic introduced in d97bf2e9c8971764...Baptiste Mispelon2014-02-151-1/+19
* Fixed #21765 -- Added support for comparing Context insta...Marek Wywiał2014-02-152-0/+18
* Fixed #21959 -- Handled Inf/NaN in widthratio tag.Aymeric Augustin2014-02-081-0/+2
* Fixed #21417 -- Expanded TEMPLATE_STRING_IF_INVALID in bl...Claude Paroz2014-02-081-0/+2
* Fixed #21929 - Fixed test regression on Windows.Carl Meyer2014-02-041-1/+1
* Fixed #21874 -- Require Django applications to have a fil...Carl Meyer2014-01-271-0/+5
* Removed superfluous uses of TransRealMixin.Aymeric Augustin2014-01-271-48/+40
* Moved sys.path-extending decorator to django.test.utils a...Carl Meyer2014-01-261-16/+15
* Refs #21628 -- removed one usage of the imp module in the...Alex Gaynor2014-01-191-2/+2
* Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn2014-01-141-23/+25
* Imported override_settings from its new location.Aymeric Augustin2013-12-233-3/+3
* Dropped AppCache._empty, _with_app and _without_app.Aymeric Augustin2013-12-232-18/+15
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-222-2/+2
* Stopped iterating on INSTALLED_APPS.Aymeric Augustin2013-12-222-19/+21
* Fixed #21639 -- Implemented RenderContext.__getitem__Alex Hill2013-12-201-0/+15
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-0/+0
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-101-6/+2
* Refs #21230 -- removed direct settings manipulation from ...Unai Zalakain2013-11-301-41/+32
* Fixed #21012 -- New API to access cache backends.Curtis Maloney2013-11-231-1/+1
* Fixed #21460 -- Reenabled proper template precedence in f...Pablo Martín2013-11-222-0/+31
* Fixed all E261 warningscoagulant2013-11-032-2/+2
* Fixing E302 ErrorsJason Myers2013-11-0311-22/+102
* Fixed flake8 E241Boryslav Larin2013-11-021-3/+3
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-022-2/+2
* Fixed all the E203 violationsAlex Gaynor2013-10-273-42/+42
* Fix all violators of E231Alex Gaynor2013-10-264-81/+81
* Fixed #20945 -- Allowed cache tag to use a specific cache.Curtis Maloney2013-10-241-1/+36
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-234-0/+14
* Fixed #21307 -- Moved TransRealMixin to django.test.utils.Ramiro Morales2013-10-231-3/+1
* Removed some direct settings manipulations in tests; refs...Bouke Haarsma2013-10-213-79/+47
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-212-9/+9
* Removed unused local variables in tests.Tim Graham2013-10-193-9/+8
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-185-11/+11
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-182-3/+1
* Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol2013-10-181-8/+8
* Fixed #21266 -- Fixed E201,E202 pep8 warnings.Larry O'Neill2013-10-152-24/+24
* Whitespace cleanup.Tim Graham2013-10-101-1/+1
* Fixed #21161 -- Timezone-related tests on Windows.Aymeric Augustin2013-10-051-7/+10
* Fixed #7557 -- Added type checking to Variable initializa...Tim Graham2013-09-191-0/+4
* Fixed #4278 -- Added a dirs parameter to a few functions ...Berker Peksag2013-09-182-1/+22
* Prevented arbitrary file inclusion with {% ssi %} tag and...Tim Graham2013-09-111-0/+31
* Refactored code and tests that relied on django.utils.tzi...Aymeric Augustin2013-09-091-6/+6
* Simplify FilterExpression.args_checkCurtis Maloney2013-09-091-1/+40
* Fix #20745: Don't silence TypeError raised inside templates.Baptiste Mispelon2013-09-081-0/+6
* Fixed #16096 -- Added origin attribute to template instan...Preston Timmons2013-09-061-0/+13
* Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin2013-09-051-4/+1
* Fixed #20989 -- Removed useless explicit list comprehensi...Simon Charette2013-08-302-15/+15