summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
2007-05-30boulder-oracle-sprint: Merged to [5383]Boulder Sprinters
2007-05-21boulder-oracle-sprint: Merged to [5306]Boulder Sprinters
2007-04-26boulder-oracle-sprint: Merged to [5099]Boulder Sprinters
2007-04-25boulder-oracle-sprint: Merged to [5078]Boulder Sprinters
2007-04-23boulder-oracle-sprint: Merged to [5061]Boulder Sprinters
2007-04-17boulder-oracle-sprint: Non-functional changes to bring the branch closer to t...Boulder Sprinters
2007-04-09boulder-oracle-sprint: Merged to [4989]Boulder Sprinters
2007-04-05boulder-oracle-sprint: Merged to [4934].Boulder Sprinters
2007-04-02boulder-oracle-sprint: Merged to [4905].Boulder Sprinters
2007-03-20boulder-oracle-sprint: Merged to [4754]. 8 tests still fail, although Boulder Sprinters
2007-03-14boulder-oracle-sprint: Fixed #3053. Zoltan Arokszallasi contributed several Boulder Sprinters
2007-03-13boulder-oracle-sprint: Merged rest of package to trunk [4719]Boulder Sprinters
2007-03-09boulder-oracle-sprint: Merged to trunk [4692].Boulder Sprinters
2007-02-02boulder-oracle-sprint: Merged to trunk [4455].Boulder Sprinters
2006-12-28boulder-oracle-sprint: Merged to trunk [4253]Boulder Sprinters
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
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