summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
2010-02-16Fixed #11384 - Make sure translations in the project directory really overrid...Jannis Leidel
2010-02-16Removed Python 2.3 compat code in translation framework.Jannis Leidel
2010-02-16Fixed #7720 - Fallback to the base language if the sub language given in the ...Jannis Leidel
2010-02-14Fixed a couple Python 2.4 incompatibilities.Jacob Kaplan-Moss
2010-02-14Fixed #6799 - added an `end_text` argument to `truncate_words`/`truncate_html...Jacob Kaplan-Moss
2010-02-13Fixed #12613 -- Added Q and Z to the list of characters supported by the phon...Russell Keith-Magee
2010-02-13Fixed #12524 -- Clarified handling of pre-1000AD dates in datetime_safe (and ...Russell Keith-Magee
2010-02-09Fixed #12804 - regression with decorating admin views.Luke Plant
2010-02-05Fixed #12777 - Localize decimal fields correctly. Thanks, Florian ApollonerJannis Leidel
2010-01-28Fixed #6188, #6304, #6618, #6969, #8758, #8989, #10334, #11069, #11973 and #1...Russell Keith-Magee
2010-01-23Added color configuration for HTTP 304, since it doesn't require as much atte...Russell Keith-Magee
2010-01-10Changed a whole bunch of places to raise exception instances instead of old-s...Adrian Holovaty
2010-01-10Fixed #10979 -- Fixed misleading FixedOffset.__repr__(). Thanks, gsongAdrian Holovaty
2010-01-05Fixed #12506 - 'lazy' fails when there are multiple expected classes with the...Luke Plant
2010-01-04Fixed #7679 -- Added (configurable) highlighting colors to the development se...Russell Keith-Magee
2010-01-03Fixed #12445 -- Added ' (single quote), @ (at sign), and ~ (tilde) to safe ch...Gary Wilson Jr
2010-01-03Fixed #12476 -- Forced the rollout of generators passed to SortedDict so that...Russell Keith-Magee
2010-01-01Fixed #7262 - Added ISO 8601 and microsecond format string to utils.dateforma...Jannis Leidel
2010-01-01Fixed #12435 - Handle Unicode characters in format strings correctly.Jannis Leidel
2010-01-01Fixed #12230 - Updated utils.translation.to_locale to support the special sr_...Jannis Leidel
2010-01-01Fixed #12472 - Correctly show TimeFields values when using locale-aware forma...Jannis Leidel
2009-12-30Fixed #12454 - Added support for localized formats to admin date and time wid...Jannis Leidel
2009-12-30Fixed #12444 - Date based widgets now correctly handle input values when usin...Jannis Leidel
2009-12-28Fixed #12112 -- Made the colors used by syntax highlighting customizable.Russell Keith-Magee
2009-12-22Fixed #7980 - Improved i18n framework to support locale aware formatting (dat...Jannis Leidel
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-12-17Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than...Jacob Kaplan-Moss
2009-12-12FIxed #10130: you may now delete attributes on `settings`. Thanks, jcassee.Jacob Kaplan-Moss
2009-12-12Fixed #11874 -- Optimizations and cleanups for SortedDict. Thanks to Alex Gay...Russell Keith-Magee
2009-12-12Fixed #12362 -- Corrected Python 2.4 incompatibility with hmac constructor in...Russell Keith-Magee
2009-10-20Fixed #12060 - equality tests between User and SimpleLazyObject-wrapped User ...Luke Plant
2009-10-19Fixed non-standard introspection support in LazyObject.Luke Plant
2009-10-19Fixed #12049 - LazyObject-wrapped User breaks queries in template tagsLuke Plant
2009-10-15Licence block for code added in r11586Luke Plant
2009-10-15Fixed a regression on Python 2.6 caused by r11623Luke Plant
2009-10-01Removed some unused code and improved docstring on auto_adapt_to_methodsLuke Plant
2009-09-22Fixed typo in docstring for decorator_from_middleware_with_args.Luke Plant
2009-09-21Fixed #6371 - several decorators don't work with bound methods.Luke Plant
2009-09-10As long as we're micro-optomizing, do it right -- using map() shaves another ...Jacob Kaplan-Moss
2009-09-10Micro-optomization to SortedDict.values(). Yes, it looks silly, but it shaves...Jacob Kaplan-Moss
2009-05-17Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...Karen Tracey
2009-05-08Fixed #10825: fixed the 'U' format code to dateformat (and the date/now filte...Jacob Kaplan-Moss
2009-05-08Fixed #10335: handle system locals unknown to Python in timezone name handlin...Jacob Kaplan-Moss
2009-04-13Fixed #9522 -- Modified handling of values in base serializer so that field s...Russell Keith-Magee
2009-04-10Fixed #9315 -- Handle spaces in URL tag arguments.Malcolm Tredinnick
2009-04-04Fixed #10254: Changed the regex in get_valid_filename to allow unicode alphan...Karen Tracey
2009-04-03Fixed #10372: made `get_svn_revision()` more robust. Thanks, mboersma.Jacob Kaplan-Moss
2009-04-03Fixed a whole bunch of small docs typos, errors, and ommissions.Jacob Kaplan-Moss
2009-04-01Fixed #10016: the cache middleware no longer vomits when handed long URLs. Th...Jacob Kaplan-Moss
2009-03-31Fixed #8847, #10370: added some missing methods to MultiValueDict after [8399...Jacob Kaplan-Moss