summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
2006-06-08Changed django.utils.text.smart_split to return strings, not tuplesAdrian Holovaty
2006-06-07Added django.utils.text.smart_split. Thanks, ckknightAdrian Holovaty
2006-06-05Fixed #2079 -- Fixed bug introduced in [3070] in django.utils.datastructuresAdrian Holovaty
2006-06-03Eliminated lots of mutable default arguments (since they are bugsLuke Plant
2006-06-02Fixed #2062 -- Added YEAR_MONTH_FORMAT and MONTH_DAY_FORMAT settings, and add...Adrian Holovaty
2006-06-01Fixed #2052 -- Fixed some threading issues for FreeBSD. Thanks, scott@clued-i...Adrian Holovaty
2006-05-31Fixed #2036 -- autoreload.py no longer fails for uninstalled 'thread' module....Adrian Holovaty
2006-05-30Fixed #2021 -- Improved Atom feed by outputting rel=alternate. Thanks, Ned Ba...Adrian Holovaty
2006-05-16Fixed #1321 -- Made DJANGO_SETTINGS_MODULE optional. You can now call django....Adrian Holovaty
2006-05-16fixed #1817: added translation hooks for 3-letter month namesGeorg Bauer
2006-05-16fixed #1660: added support functions and tags for bidi language supportGeorg Bauer
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-04-12Fixed #1626 -- Fixed a bunch of typos in comments and docs. Thanks, DexterAdrian Holovaty
2006-04-11Fixed #1569 -- Made streaming HttpResponse unicode-awareAdrian Holovaty
2006-04-10Fixed syntax error in [2639]Adrian Holovaty
2006-04-10Changed settings imports from [2639] to use 'from django.conf import settings...Adrian Holovaty
2006-04-09Fixed #1569 -- HttpResponse now accepts iterators. Thanks, ManiacAdrian Holovaty
2006-03-28Added missing file from [2579]. Refs #1442Adrian Holovaty
2006-03-28Fixed #1539 in trunkAdrian Holovaty
2006-03-17Changed django.utils.cache.patch_response_headesr to move unnecessary calcula...Adrian Holovaty
2006-02-23Fixed #1385 -- Allowed timesince filter to accept datetime.date objects. Than...Adrian Holovaty
2006-01-27Fixed #1244 -- Renamed templateize to templatize in django.utils.translation.Adrian Holovaty
2006-01-19Fixed a bunch of errors detected by pychecker -- unneeded imports and shadows...Adrian Holovaty
2006-01-15Fixed #920 -- Fixed patch_response_headers() behavior when content is Unicode...Adrian Holovaty
2006-01-15Fixed #1227 -- Fixed problem with new {% spaceless %} tag. It now normalizes ...Adrian Holovaty
2006-01-15Fixed #1067 and #276 -- Added a {% spaceless %} tag, available in all templatesAdrian Holovaty
2006-01-13fixed #1221 - changed usage of wrong settings variable DEFAULT_ENCODING to th...Georg Bauer
2006-01-13fixes #1214 - django.utils.translation doesn't look at DJANGO_SETTINGS_MODULE...Georg Bauer
2006-01-04Changed repr for MultiValueDictAdrian Holovaty
2006-01-03Fixed #1117 -- Added HttpResponsePermanentRedirectAdrian Holovaty
2006-01-01Fixed #1145 -- Added unit tests for default template filters and fixed two bu...Adrian Holovaty
2005-12-28Fixed #1131 -- Added repr() to MultiValueDict. Thanks, SimonAdrian Holovaty
2005-12-16Fixed #937 -- autoreload no longer reloads on every request on Windows. Thank...Adrian Holovaty
2005-12-09Fixed #977 -- Fixed timesince() utility. Thanks, pgross@thoughtworks.comAdrian Holovaty
2005-12-04added infrastructure code for later javascript translating (currently not act...Georg Bauer
2005-11-30Fixed bug in QueryDict parse_sql() call under mod_python, which requires quer...Adrian Holovaty
2005-11-30Fixed #736 -- Changed behavior of QueryDict items() to be more consistent, fi...Adrian Holovaty
2005-11-30Moved parse_sql import in django.utils.httpwrappers to the top of the module,...Adrian Holovaty
2005-11-30Small importing change in django.utils.httpwrappers. Refs #736.Adrian Holovaty
2005-11-30Fixed #709 -- Added a __contains__ method to MultiValueDict. Thanks, BrantleyAdrian Holovaty
2005-11-27Fixed #878 -- URLconf regex captures no longer have to be named groups. Old U...Adrian Holovaty
2005-11-24Updated django.utils.translation due to template changes from [1379]. From ne...Adrian Holovaty
2005-11-23Fixed #886 -- timesince utility now supports microseconds. Thanks, Aaron SwartzAdrian Holovaty
2005-11-22added translation hooks to timesince and updated message files to reflect the...Georg Bauer
2005-11-21fixes #753 - ValidationError and CriticalValidationError now accept both stri...Georg Bauer
2005-11-16fixed a bug that happened only if the very first gettext call was an ngettextGeorg Bauer
2005-11-14Fixed #787 -- High-level syndication framework now picks up author details. A...Adrian Holovaty
2005-11-14Improved Atom feed-generating framework to output <link rel='self'>. Added a ...Adrian Holovaty
2005-11-14Fixed #784 -- Atom feeds now use RFC3339 datetime formatAdrian Holovaty
2005-11-14Fixed #786 -- Atom feeds now put links in a href element. Thanks, mattycakesAdrian Holovaty