summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
2007-08-25newforms-admin: Merged to [6013]Adrian Holovaty
2007-08-17newforms-admin: Merged from trunk up to [5916]Russell Keith-Magee
2007-08-07Merged revisions 4350-4357,4359-4365,4371-4372,4374-4377,4380-4386,4388,4390-...Russell Keith-Magee
2007-07-07newforms-admin: Merged from trunk up to [5625]. This includes the UnicodeMalcolm Tredinnick
2007-07-01newforms-admin: Merged to [5571]Adrian Holovaty
2007-06-07newforms-admin: Merged to [5439]Adrian Holovaty
2007-05-24newforms-admin: Merged to [5325]Joseph Kocherhans
2007-05-12newforms-admin: Merged to [5194]Adrian Holovaty
2007-04-06newforms-admin: Merged to [4939]Adrian Holovaty
2007-03-25newforms-admin: Merged to [4823]Adrian Holovaty
2007-03-16newforms-admin: Merged to [4749]Adrian Holovaty
2007-03-01Merged to [4656]Joseph Kocherhans
2007-02-28newforms-admin: Merged to [4640]Adrian Holovaty
2007-02-25newforms-admin: Merged to [4579]Adrian Holovaty
2007-02-13newforms-admin: Merged to [4502]Adrian Holovaty
2007-02-02newforms-admin: Merged to [4456]Adrian Holovaty
2007-01-21newforms-admin: Merged to [4373]Adrian Holovaty
2006-12-18Changed dateformat 'M' to use MONTHS_3 instead of MONTHS, for better support ...Adrian Holovaty
2006-12-15Vastly improved performance of django.utils.text.wrap. Thanks to GvR for the...Jacob Kaplan-Moss
2006-09-26Fixed #2823 -- Fixed Python 2.3 compatibility problem pointed out by Alex Dedul.Malcolm Tredinnick
2006-09-26Fixed #2265 -- Fixed problem with using iterators for "choices" attribute.Malcolm Tredinnick
2006-09-24Fixed #2677 -- Removed the need to import sre and hence avoid aMalcolm Tredinnick
2006-09-23Fixed #2791 -- Added __contains__ method (for "a in dict" checks) to MergeDict.Malcolm Tredinnick
2006-09-22Fixed #2657 -- Made some tweaks to Javascript quoting. Thanks, Alex Dedul.Malcolm Tredinnick
2006-09-07Renamed 'func' argument in django.utils.functional.curry to reduce possibilit...Adrian Holovaty
2006-09-07Optimized django.utils.functional.curry. Thanks for the patch, Martin GlueckAdrian Holovaty
2006-08-31Fixed #2441 -- Improved MultiValueDict.update() to take keyword args, like Py...Adrian Holovaty
2006-07-28Fixed #2330 -- Added hack to stop KeyErrors from being thrown by the autorelo...Adrian Holovaty
2006-07-27Fixed #2408 -- Added get_language_from_request() to trans_null.py. Thanks, ub...Adrian Holovaty
2006-07-21Second half of little cleanup tweaks suggested by pyflakes.Jacob Kaplan-Moss
2006-07-14Added check_for_language and to_locale to utils.translation.trans_nullAdrian Holovaty
2006-07-11Added get_language_bidi to django.utils.translation.trans_nuill. Refs #2203Adrian Holovaty
2006-07-10Fixed bug in utils.translation.trans_null -- get_date_formats and get_partial...Adrian Holovaty
2006-07-08Fixed #2310 -- Changed trans_null.py to use settings.LANGUAGE_CODE instead of...Adrian Holovaty
2006-07-07Fixed #2258 -- Accounted for the case of a missing threading library in djang...Adrian Holovaty
2006-07-04Made django/utils/translation.py into a package django/utils/translation, whi...Adrian Holovaty
2006-06-28Added Bob Ippolito's simplejson (http://undefined.org/python/#simplejson) as ...Jacob Kaplan-Moss
2006-06-21Fixed #2163 -- Corrected typo when handling datetimes with timezones in the t...Malcolm Tredinnick
2006-06-21Fixed #2053 -- added an optional comparison argument to the "timesince" filter.Malcolm Tredinnick
2006-06-20Added django/core/servers/fastcgi.py and manage.py 'runfcgi' option. Thanks, ...Adrian Holovaty
2006-06-19Fixed #1473 -- Added support for categories back into syndication feedsMalcolm Tredinnick
2006-06-08Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...Adrian Holovaty
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