Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/template_tests/tests.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #22384 -- Deprecated reversing URLs by dotted path.Tim Graham2014-06-031-2/+2
* Fixed #21598 -- cleaned up template loader overrides in t...Unai Zalakain2014-05-231-156/+125
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+1
* Fixed #13408 -- Deprecated silent unpacking exception pas...e0ne2014-04-081-6/+12
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-1/+1
* Fixed #22306 -- Deprecated future versions of cycle and f...Maxime Turcotte2014-03-281-2/+4
* The cycle and firstof tags no longer raise warnings.Aymeric Augustin2014-03-211-3/+1
* Switched {% cycle %} and {% firstof %} tags to auto-escap...Tim Graham2014-03-211-4/+4
* Removed fix_ampersands template filter per deprecation ti...Tim Graham2014-03-211-4/+1
* Fixed flake8 warnings.Tim Graham2014-03-211-1/+1
* Fixed #22184 -- Allowed template_tests.tests to be run is...Anubhav Joshi2014-03-151-0/+2
* Removed obsolete hack to run template tests.Aymeric Augustin2014-03-091-7/+1
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-2/+3
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Fixed #22130 -- Deprecated fix_ampersands, removed utils....Erik Romijn2014-03-011-1/+4
* Removed Django 1.5 upgrade hints for {% url %} tag.Tim Graham2014-02-281-14/+0
* Use assertEqual instead of assertEquals.Baptiste Mispelon2014-02-171-1/+1
* Fixed #21939 -- Deprecated loading ssi/url tags from future.Zbigniew Siciarz2014-02-161-1/+3
* Fixed #21765 -- Added support for comparing Context insta...Marek WywiaƂ2014-02-151-0/+13
* 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
* 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
* Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn2014-01-141-23/+25
* Dropped AppCache._empty, _with_app and _without_app.Aymeric Augustin2013-12-231-4/+3
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Stopped iterating on INSTALLED_APPS.Aymeric Augustin2013-12-221-5/+8
* 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 all E261 warningscoagulant2013-11-031-1/+1
* Fixing E302 ErrorsJason Myers2013-11-031-9/+22
* Fixed flake8 E241Boryslav Larin2013-11-021-3/+3
* Fixed all the E203 violationsAlex Gaynor2013-10-271-6/+6
* Fix all violators of E231Alex Gaynor2013-10-261-70/+70
* Fixed #20945 -- Allowed cache tag to use a specific cache.Curtis Maloney2013-10-241-1/+36
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1
* 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-211-23/+13
* Removed unused local variables in tests.Tim Graham2013-10-191-4/+3
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-2/+1
* Fixed #21266 -- Fixed E201,E202 pep8 warnings.Larry O'Neill2013-10-151-13/+13
* Prevented arbitrary file inclusion with {% ssi %} tag and...Tim Graham2013-09-111-0/+31
* 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-301-1/+1
* Improved {% include %} implementationCurtis Maloney2013-08-301-0/+34
* Fixed #7116 -- Optimize RequestContext constructionCurtis Maloney2013-08-291-0/+9
* Fixed #17356 -- Allowed {% include %} to render compiled ...Curtis Maloney2013-08-291-0/+11