summaryrefslogtreecommitdiff
path: root/tests/template_tests/filter_tests
Commit message (Collapse)AuthorAgeFilesLines
...
* Refs #24046 -- Removed mark_for_escaping() per deprecation timeline.Tim Graham2017-01-173-33/+9
|
* Refs #27394 -- Removed @expectedFailure from a floatformat test.Tim Graham2016-11-221-10/+1
|
* Fixed #27394 -- Added scientific notation support for big integers in ↵Mariusz Felisiak2016-11-151-0/+4
| | | | floatformat filter.
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-104-10/+5
|
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-162-6/+6
|
* Refs #24046 -- Fixed a template test when run in reverse.Tim Graham2016-05-111-0/+2
|
* Fixed #24046 -- Deprecated the "escape" half of utils.safestring.Tim Graham2016-05-103-8/+28
|
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-0812-30/+27
|
* Fixed #25670 -- Allowed dictsort to sort a list of lists.Andrew Kuchev2016-02-232-0/+36
| | | | Thanks Tim Graham for the review.
* Fixed #26193 -- Made urlize() trim multiple trailing punctuation.Jon Dufresne2016-02-151-0/+18
|
* Fixed #25758 -- Defaulted to current language FORMATs in date/time filtersClaude Paroz2016-01-302-4/+27
| | | | | Thanks Ali Lozano for the report and the initial patch, and Tim Graham for the review.
* Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy().Iacopo Spalletti2015-12-127-0/+62
| | | | Thanks to bmispelon and uruz for the initial patch.
* Fixed #25441 -- Added support for negative filesize to filesizeformat ↵Sambhav Satija2015-10-271-0/+4
| | | | | | template filter. Thanks Andrey Yakovlev for the initial patch.
* Refs #23269 -- Removed the removetags template tag and related functions per ↵Tim Graham2015-09-231-49/+0
| | | | deprecation timeline.
* Refs #23261 -- Removed old style list syntax for unordered_list filterTim Graham2015-09-231-56/+1
| | | | Per deprecation timeline.
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-127-15/+38
|
* Updated Wikipedia links to use httpsClaude Paroz2015-08-081-12/+12
|
* Fixed #25031 -- Fixed a regression in the unordered_list template filter.Noam2015-06-271-0/+7
|
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-242-7/+7
| | | | | Forwardport of ae1d663b7913f6da233c55409c4973248372d302 from stable/1.8.x plus more.
* Fixed #24471 -- Enhanced urlize regex to exclude quotes and angle brackets.Tim Graham2015-03-101-0/+20
|
* Fixed escaping regression in urlize filter.Tim Graham2015-03-102-10/+10
| | | | | Now that the URL is always unescaped as of refs #22267, we should re-escape it before inserting it into the anchor.
* Fixed #24464 -- Made built-in HTML template filter functions escape their ↵Erik Romijn2015-03-097-9/+128
| | | | | | | | | | input by default. This may cause some backwards compatibility issues, but may also resolve security issues in third party projects that fail to heed warnings in our documentation. Thanks Markus Holtermann for help with tests and docs.
* Fixed urlize regression with entities in query stringsClaude Paroz2015-03-061-0/+8
| | | | | | Refs #22267. Thanks Shai Berger for spotting the issue and Tim Graham for the initial patch.
* Sorted imports with isort; refs #23860.Tim Graham2015-02-065-5/+5
|
* Applied ignore_warnings to Django testsClaude Paroz2014-12-302-76/+54
|
* Isolated template tests from Django settings.Aymeric Augustin2014-12-2848-257/+257
|
* Fixed #16028 -- Moved defaultfilters tests into template_tests.Preston Timmons2014-12-1651-0/+1292
|
* Fixed #23958 -- Rewrote filter tests as unit tests.Preston Timmons2014-12-0650-0/+1646