summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
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
2008-08-11Added a number of callbacks to SyndicationFeed for adding custom attributes a...Jacob Kaplan-Moss
2008-08-10Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features:Gary Wilson Jr
2008-08-08File storage refactoring, adding far more flexibility to Django's file handli...Jacob Kaplan-Moss
2008-08-08Fixed #8142 -- Removed an unnecessary parameter in a superclass init call.Malcolm Tredinnick
2008-08-08Made auto-reloading for the dev server a little more friendly in the JythonMalcolm Tredinnick
2008-08-05Fixed #7016: use correct time zones for Atom feeds. Thanks, Chris Cahoon.Jacob Kaplan-Moss
2008-08-02Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...Gary Wilson Jr
2008-08-02Removed several deprecated features for 1.0 (refs #7830):Gary Wilson Jr
2008-07-31Fixed #7723 - implemented a secure password reset form that uses a token and ...Luke Plant
2008-07-28Put back [8120] along with a small tweak. Fixed #6217.Malcolm Tredinnick
2008-07-28Back out [8120] for a bit. Refs #6217. It's having unintended side-effects (a...Malcolm Tredinnick
2008-07-27Fixed #7131 -- Updated included simplejson code to match the simplejson-1.9.2Malcolm Tredinnick
2008-07-27Fixed #6217 -- Reduced the memory used by each ugettext_lazy() call.Malcolm Tredinnick
2008-07-22Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...Adrian Holovaty
2008-07-21Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (orMalcolm Tredinnick
2008-07-19Revert [7991] - [7993]. I was committing from the wrong branch. Sorry 'boutMalcolm Tredinnick
2008-07-19Starting to do the reverse() threading stuff.Malcolm Tredinnick
2008-07-19Fixed #6965 -- Sped up the urlize and urlizetrunc filters. A nice patch from ...Malcolm Tredinnick
2008-07-18Fixed #1443 -- Django's various bits now support dates before 1900. Thanks to...Adrian Holovaty
2008-07-18Improved LocalTimezone._isdst() to handle dates before approximately 1901-12-...Adrian Holovaty
2008-07-13Fixed #7718 -- Added a naive implementation of sorted() for Python 2.3 compat...Russell Keith-Magee
2008-07-07Fixed #7163 -- Fixed a translation-sharing problem so that you can have en-gbMalcolm Tredinnick
2008-07-06Revert [7849] and [7850]. Brain failure on my part.Malcolm Tredinnick
2008-07-06Started to work on the regex reverse-engineering phase.Malcolm Tredinnick
2008-07-04Redo the changes in [7773] in a better way.Malcolm Tredinnick
2008-07-01Fixed #2070: refactored Django's file upload capabilities.Jacob Kaplan-Moss
2008-06-30Fixed #6994 -- For fastcgi, set a more sensible default umask.Malcolm Tredinnick
2008-06-26Fixed #7542 -- Fixed bug in urlize where it was appending 'http://' to the li...Adrian Holovaty