summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
2011-02-12Fixed #14132 -- Fixed feedgenerator to support years < 1900. Thanks, mk.Jannis Leidel
2011-02-07Fixed #5494, #10765, #14924 -- Modified the order in which translations are r...Ramiro Morales
2011-02-04Fixed #15181 -- Ensure that special characters are escaped when querying for ...Russell Keith-Magee
2011-02-04Fixed #14824 -- Corrected the handling of formats when USE_L10N is disabled. ...Russell Keith-Magee
2011-02-03Fixed stability of data input/output L10N format modules priority order. Than...Ramiro Morales
2011-02-01Fixed #14972 -- Ensure that the HTML email logger always produces useful outp...Russell Keith-Magee
2011-02-01Fixed #13283 -- Corrected CACHE_MIDDLEWARE_ANONYMOUS_ONLY's bad habit of sett...Carl Meyer
2011-01-30Fixed #14698 -- Ensure that module_has_sumodule doesn't mistake a cache miss ...Russell Keith-Magee
2011-01-24Fixed #15067 -- Modified the range checks on base36_to_int so you are guarant...Russell Keith-Magee
2011-01-21Fixed #9988 (again) -- Updated list of Associated Press months names to use a...Jannis Leidel
2011-01-17Fixed #13062 -- Ensure that runserver exposes all warnings requested at the c...Russell Keith-Magee
2011-01-17Refactor all uses of thread locals to be more consistant and sane.Alex Gaynor
2011-01-13Fixed #15024 -- Ensure that choice of L10N format module used is stable given...Ramiro Morales
2011-01-03Fixed #14973 -- Tweaked the email log handler so that the log message is actu...Russell Keith-Magee
2011-01-02Fixed #2986 -- Made the JavaScript code that drives related model instance ad...Ramiro Morales
2010-12-31Added our own rmtree error handler to make sure we can delete correctly delet...Jannis Leidel
2010-12-29Fixed #10447 -- Made sure the syndication feeds helper function that returns ...Ramiro Morales
2010-12-23Fix a security issue in the auth system. Disclosure and new release forthcoming.Alex Gaynor
2010-12-22Beefed up the tests for multi-cache handling of the cache middleware and view...Russell Keith-Magee
2010-12-13Fixed #14570 -- Added new date format character for alternative month names u...Jannis Leidel
2010-12-12Fixed #4030 -- Added ability to translate language names. Thanks to Antti Kai...Jannis Leidel
2010-12-12Fixed #14103 -- Take USE_ETAGS setting into account when patching the respons...Jannis Leidel
2010-12-12Fixed #5672 -- Allow the separator in the get_text_list utility function to b...Jannis Leidel
2010-12-06Fixed #14851 -- Swapped an argument order to fix compatibility with Python<2....Jannis Leidel
2010-12-06Fixed #10863 -- Added HTML support to mail_managers() and mail_admins(), and ...Russell Keith-Magee
2010-12-04Fixed #12201 -- Added a lineno attibute to template Token so e.g. we can repo...Ramiro Morales
2010-12-04Fixed #14807 -- Ensure that boolean values aren't localized as T.rue and Fa.l...Russell Keith-Magee
2010-11-26Fixes #14715 -- More informative ValueError for safe_join util. Thanks btubbs.Chris Beaven
2010-11-20Fixed #14512 -- Added documentation on how to apply decorators to class-based...Russell Keith-Magee
2010-11-17Fixed #10004 and #12320 -- Enabled the makemessages management command to col...Jannis Leidel
2010-11-14Fiexed #3055 -- Validate that models target of a GenericRelation have a Gener...Ramiro Morales
2010-11-04Fixed #11966 -- Made it possible to use a percent sign in a translation messa...Jannis Leidel
2010-11-04Fixed #9988 -- Added support for translation contexts. Thanks, Claude Paroz.Jannis Leidel
2010-10-29Fixed #14181 -- Added a template tag and filters to allow localization to be ...Russell Keith-Magee
2010-10-29Fixed #14560 -- Enable HEAD requests to be cached properly. Thanks, codemonkey!Honza Král
2010-10-27Fixed MultiValueDict's copy implementation to be consistant with all other co...Alex Gaynor
2010-10-21Fixed a bug with method_decorator not preserving the attributes of the wrappe...Luke Plant
2010-10-18Fixed #14486 -- Modified the import order for the bundled unittest so that a ...Russell Keith-Magee
2010-10-15Fixed Python 2.4 incompatibility introduced in [14218]Luke Plant
2010-10-14Fixed #14445 - Use HMAC and constant-time comparison functions where needed.Luke Plant
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee
2010-10-09Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...Russell Keith-Magee
2010-10-06Fixed #14406 -- Added a Python 2.4 compatibility to the logging interface. Th...Russell Keith-Magee
2010-10-04Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draf...Russell Keith-Magee
2010-09-27Fixed #14053 -- Also localize long integers. Thanks, David Danier.Jannis Leidel
2010-09-27Fixed #14306 -- Cleaned up django.utils.translation module a bit to be quicke...Jannis Leidel
2010-09-27Fixed #14290 -- Made format localization faster by caching the format modules...Jannis Leidel
2010-09-13Fixed #13765 - 'safe' parameter for urlencode filterLuke Plant
2010-09-12Fixed #13702 -- Made sure to actually fall back to the l10n format strings pr...Jannis Leidel