Jannis Leidel
|
8f3e1c1c63
Fixed #6392 -- Made django.contrib.humanize template tags locale aware. Thanks, Dave McLain.
|
14 years ago |
Jannis Leidel
|
e744fec8f9
Fixed #11321 -- Handle timezones correctly in conjunction with naturalday filter. Thanks, aarond10 and seocam.
|
14 years ago |
Jannis Leidel
|
ea248f0107
Fixed #12771 -- Added naturaltime filter to humanize contrib app. Thanks, phinpho, djansoft and xtrqt.
|
14 years ago |
Jannis Leidel
|
3cf8502d35
Fixed #4976 -- Stopped humanize template tags to raise a TypeError if passed a value of ``None``. Thanks, Simon G. and Adam Vandenberg.
|
14 years ago |
Russell Keith-Magee
|
121d2e3678
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch.
|
14 years ago |
Adrian Holovaty
|
8b9cf79ff6
Fixed #11783 -- ordinal template tag now catches TypeError. Thanks, realpolitik and punteney
|
15 years ago |
Malcolm Tredinnick
|
356662cf74
Implemented auto-escaping of variable output in templates. Fully controllable by template authors and it's possible to write filters and templates that simulataneously work in both auto-escaped and non-auto-escaped environments if you need to. Fixed #2359
|
17 years ago |
Malcolm Tredinnick
|
14b5e074ba
Fixed #3311 -- Added naturalday filter to contrib.humanize. Thanks, Jyrki Pulliainen.
|
17 years ago |
Malcolm Tredinnick
|
953badbea5
Merged Unicode branch into trunk (r4952:5608). This should be fully
|
18 years ago |
Adrian Holovaty
|
018ece8dc8
Negligible formatting change to humanize tests.py (from [4880])
|
18 years ago |
Malcolm Tredinnick
|
04c155fd06
Fixed #3017 -- Added tests for humanize filter.
|
18 years ago |
Jacob Kaplan-Moss
|
a0157da26f
Fixed #3518: Added unit tests for the humanize filters. Major thanks to Jyrki Pulliainen for the tests.
|
18 years ago |