summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
2010-05-04[1.1.X] Fixed #13464 -- Reworked module_has_submodule to break the requiremen...Russell Keith-Magee
2010-04-27Python 2.3 compatibility: replaced rsplit with something that works on 2.3.Karen Tracey
2010-04-25[1.1.X] Fixed #13404 -- Reworked module_has_submodule() to allow it to work u...Russell Keith-Magee
2010-04-15[1.1.X] Fixed #13348: Restored ability to load models from apps in eggs. Than...Karen Tracey
2010-03-14[1.1.X] Revert r12763 until we figure out what's wrong with it on 1.1.X. Refs...Karen Tracey
2010-03-12[1.1.X] Fixed #13093 -- Updated some decorators and the decorator_from_middle...Russell Keith-Magee
2010-02-28[1.1.X] Fixed #12302: Modified force_unicode to avoid raising unicode errors ...Karen Tracey
2010-02-26[1.1.X] Fixed #11384 - Make sure translations in the project directory really...Jannis Leidel
2010-02-26[1.1.X] Fixed a bunch of Python 2.3 incompatibilities that had crept into the...Karen Tracey
2010-02-24[1.1.X] Fixed #12119. Changed smart_split to stop splitting on whitespace in ...Joseph Kocherhans
2010-02-23[1.1.X] Fixed #12820. Implemented other dict methods for MergeDict. Backport ...Joseph Kocherhans
2010-02-16[1.1.X] Fixed #7720 - Fallback to the base language if the sub language given...Jannis Leidel
2010-02-14[1.1.X] Fixed a couple Python 2.4 incompatibilities. Backport of [12434].Jacob Kaplan-Moss
2010-02-13[1.1.X] Fixed #12613 -- Added Q and Z to the list of characters supported by ...Russell Keith-Magee
2010-02-13[1.1.X] Fixed #12524 -- Clarified handling of pre-1000AD dates in datetime_sa...Russell Keith-Magee
2010-01-28[1.1.X] Fixed #8758 -- Corrected handling of tag creation in feeds when the U...Russell Keith-Magee
2010-01-17[1.1.X] Fixed #12230 - Updated utils.translation.to_locale to support the spe...Jannis Leidel
2010-01-05[1.1.X] Fixed #12506 - 'lazy' fails when there are multiple expected classes ...Luke Plant
2010-01-03[1.1.X] Fixed #12445 -- Added ' (single quote), @ (at sign), and ~ (tilde) to...Gary Wilson Jr
2010-01-03[1.1.X] Fixed #12476 -- Forced the rollout of generators passed to SortedDict...Russell Keith-Magee
2009-12-17[1.1.X] Fixed #11753 - Q objects with callables no longer explode on Python 2...Jacob Kaplan-Moss
2009-12-12[1.1.X] Fixed #10130: you may now delete attributes on `settings`. Thanks, jc...Jacob Kaplan-Moss
2009-12-12[1.1.X] Fixed #11874 -- Optimizations and cleanups for SortedDict. Thanks to ...Russell Keith-Magee
2009-10-20[1.1.X] Fixed #12060 - equality tests between User and SimpleLazyObject-wrapp...Luke Plant
2009-10-19[1.1.X] Fixed #12049 - LazyObject-wrapped User breaks queries in template tagsLuke Plant
2009-10-15[1.1.X] Fixed a regression for Python 2.6 introduced in r11624 on this branch.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
2009-03-31Fixed #10184: QueryDicts with multiple values can now be safely pickled. Than...Jacob Kaplan-Moss
2009-03-30Fixed #9883: no longer do strange things with whitespace in the linebreaks fi...Jacob Kaplan-Moss
2009-03-30Fixed #10387: removed some code duplication in django.utils.cache. Thanks, Tr...Jacob Kaplan-Moss
2009-03-30Fixed #9065 -- Fixed the `timesince` and `timeuntil` template tags to work wh...Gary Wilson Jr
2009-03-30Fixed #10655 -- Who uses 5-space indentation anyways? Thanks to Andrew Badr ...Justin Bronn
2009-03-23Added consistent support for double- and single-quote delimiters in templates.Malcolm Tredinnick
2009-03-22Fixed #5791 -- Added early-bailout support for views (ETags and Last-modified).Malcolm Tredinnick
2009-03-20More typo fixing. :-(Malcolm Tredinnick
2009-03-20Whoops. I left some debugging printing in r10096. Nothing to see here.Malcolm Tredinnick
2009-03-20Fixed database backend creation for Python 2.3.Malcolm Tredinnick
2009-03-18Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...Jacob Kaplan-Moss
2009-03-02Factor out some common pieces of django.conf.LazySettings.Malcolm Tredinnick