summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
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
2009-02-28Fixed #10048 -- Handle non-existent timezone in dateformat functions.Malcolm Tredinnick
2009-02-27Fixed #10006 -- Avoid inadvertently using third-party "json" module.Malcolm Tredinnick
2009-02-11Fixed #5903 -- DecimalField.get_default() now correctly returns a Decimal obj...Brian Rosner
2009-01-06Upgraded included simplejson to 2.0.7.Malcolm Tredinnick
2008-11-13Fixed #9579 -- Properly handle apps running with (and specifically, loading t...Karen Tracey
2008-10-06Added some better error reporting and path handling when creating template pa...Malcolm Tredinnick
2008-09-03Changed the reverse() call for creating URLs to convert a "." in the reg-expMalcolm Tredinnick
2008-09-01Fixed a case of incorrect parsing of quanitifers in reg-exp patterns.Malcolm Tredinnick
2008-09-01Fixed #8209: `ModelForm`s now validate unique constraints. Alex Gaynor did mu...Jacob Kaplan-Moss
2008-08-31Fixed #8726 -- When doing reverse URL resolving, make sure we're consistentlyMalcolm Tredinnick
2008-08-31Fixed #8725 -- Handle empty URL patterns in reverse().Malcolm Tredinnick
2008-08-31A rewrite of the reverse URL parsing: the reverse() call and the "url" templa...Malcolm Tredinnick
2008-08-30Fixed #8710: removed a few stray tabs. Thanks, gkelly.Jacob Kaplan-Moss
2008-08-28Fixed #8654: added `ugettext_lazy` to `django.utils.translation.__all__`.Jacob Kaplan-Moss
2008-08-28Fixed #8637: fixed timeuntil and date values.Jacob Kaplan-Moss
2008-08-27Fixed #8584 -- Fixed a case where the wrong locale might be made active in theMalcolm Tredinnick
2008-08-26Removed stray code from [8601].Malcolm Tredinnick
2008-08-26Fixed #8566 -- Allow safe-strings in the "attrs" parameter to form widgets.Malcolm Tredinnick
2008-08-26Fixed #4389: be more robust in `get_language_bidi()`. Thanks, arien.Jacob Kaplan-Moss
2008-08-26Fixed #6353 (again) by making force_unicode() and smart_str() a bit more robustMalcolm Tredinnick
2008-08-26Fixed #7201 -- Fixed the timeuntil filter to work correctly with timezone-awareMalcolm Tredinnick
2008-08-25Fixed #7831: be case-insensitive when in `get_language_from_request`.Jacob Kaplan-Moss
2008-08-25Fixed #7496 -- It's now possible to pickle SortedDicts with pickle protocol 2Malcolm Tredinnick
2008-08-16Fixed #8283 -- Fixed an edge case when adding things to the "where" tree andMalcolm Tredinnick
2008-08-16Fixed #7331 -- Made `QueryDict.iteritems` behave like `QueryDict.items`, than...Gary Wilson Jr
2008-08-15Fixed #8219 -- More robust date to string conversion in syndication feeds.Malcolm Tredinnick
2008-08-15Fixed typo in comment.Gary Wilson Jr
2008-08-12Fixed #8253: fixed xmlns regression for Atom feeds, and in the process added ...Jacob Kaplan-Moss