summaryrefslogtreecommitdiff
path: root/tests/utils_tests
AgeCommit message (Expand)Author
2013-10-10Whitespace cleanup.Tim Graham
2013-10-08Fixed #20568 -- truncatewords_html no longer splits words containing HTML ent...Jaap Roes
2013-10-05Fixed #21161 -- Timezone-related tests on Windows.Aymeric Augustin
2013-09-27Fix #21185: Added tests for unescape_entities.Baptiste Mispelon
2013-09-18Fixed #21118 -- Isolated a test that uses the database.Tim Graham
2013-09-18Fixed #15625 -- Made message in MultiValueDictKeyError less verbose.Tim Graham
2013-09-13Fixed #21060 -- Refactored admin's autodiscover method to make it reusable.Juan Catalano
2013-09-10Fixed test that fails when pytz is installed.Aymeric Augustin
2013-09-09Refactored code and tests that relied on django.utils.tzinfo.Aymeric Augustin
2013-09-09Fixed #17262 -- Refactored tzinfo implementations.Aymeric Augustin
2013-09-08Further hardening. Refs #18766.Aymeric Augustin
2013-09-08Hardened the test introduced in ded11aa6. Refs #18766.Aymeric Augustin
2013-09-08Fixed #18766 -- Pointed to pytz when LocalTimezone fails.Aymeric Augustin
2013-09-06Fixed #20812 -- Error out if __unicode__/__str__ doesn't return a text type.Florian Apolloner
2013-09-06Fixed #18719 -- Made force_bytes more consistent with force_text.Aymeric Augustin
2013-09-03Silenced deprecation warnings in SortedDict tests; refs [07876cf02b]Tim Graham
2013-09-02Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin
2013-08-26Fixed #20693 -- Add timezone support to built-in time filter.Warren Smith
2013-08-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-15Regression test and patch for ticket #20924.Nick Bruun
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-29Deprecated django.utils.importlibClaude Paroz
2013-07-28Simplified smart_urlquote and added some basic tests.Florian Apolloner
2013-07-02Merge branch 'master' into schema-alterationAndrew Godwin
2013-07-01Fixed a few more imports of django.utils.unittest.Aymeric Augustin
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-06-28Removed insert(), value_for_insert() SortedDict methods deprecated in Django ...Ramiro Morales
2013-06-07Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-05-29Add test for new __ne__ method on Promise.Andrew Godwin
2013-05-25Fixed #20296 -- Allowed SafeData and EscapeData to be lazyBaptiste Mispelon
2013-05-23Fixed #19237 (again) - Made strip_tags consistent between Python versionsClaude Paroz
2013-05-22Fixed #19237 -- Used HTML parser to strip tagsClaude Paroz
2013-05-21Fixed test failures from 09f865276554f35060ff939722ec4cefd578edf6.Florian Apolloner
2013-05-21Use assertIsInstance in tests.Marc Tamlyn
2013-05-21Fixed #20212 - __reduce__ should only be defined for Py3+.Daniel Lindsley
2013-05-18Fixed #20246 -- Added non-breaking spaces between values an unitsEmil Stenstròˆm
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2013-04-26Fixed #20321 -- Added missing key name in MergeDict KeyError messageClaude Paroz
2013-04-19Fix != operations on lazy objects.Alex Gaynor
2013-04-19Fixed #20276 -- Implemented __bool__ for MergeDictAnton Baklanov
2013-04-12Modified utils_tests for unittest2 discovery.Preston Timmons
2013-04-01Relaxed time frame check in test_strip_tagsClaude Paroz
2013-04-01Imported unittest from django.utils in util_testsClaude Paroz
2013-04-01Added more tests for strip_tags utilityClaude Paroz
2013-03-31Fixed #20167 -- Preserve the traceback of `ImportError`s in `import_by_path`.Joe Friedl
2013-03-22Fixed #20108 -- Fixed filepath_to_uri decoding errorClaude Paroz
2013-03-22Fixed #20094 - Be more careful when checking for IteratorMarc Tamlyn
2013-03-18Fixed #19456 -- Avoid infinite recursion when tracing LazyObject.__init__.Aymeric Augustin
2013-03-18Fixed #18447 -- Made LazyObject unwrap on dict access.Aymeric Augustin