index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
utils
Age
Commit message (
Expand
)
Author
2010-12-23
Fix a security issue in the auth system. Disclosure and new release forthcoming.
Alex Gaynor
2010-12-22
Beefed up the tests for multi-cache handling of the cache middleware and view...
Russell Keith-Magee
2010-12-13
Fixed #14570 -- Added new date format character for alternative month names u...
Jannis Leidel
2010-12-12
Fixed #4030 -- Added ability to translate language names. Thanks to Antti Kai...
Jannis Leidel
2010-12-12
Fixed #14103 -- Take USE_ETAGS setting into account when patching the respons...
Jannis Leidel
2010-12-12
Fixed #5672 -- Allow the separator in the get_text_list utility function to b...
Jannis Leidel
2010-12-06
Fixed #14851 -- Swapped an argument order to fix compatibility with Python<2....
Jannis Leidel
2010-12-06
Fixed #10863 -- Added HTML support to mail_managers() and mail_admins(), and ...
Russell Keith-Magee
2010-12-04
Fixed #12201 -- Added a lineno attibute to template Token so e.g. we can repo...
Ramiro Morales
2010-12-04
Fixed #14807 -- Ensure that boolean values aren't localized as T.rue and Fa.l...
Russell Keith-Magee
2010-11-26
Fixes #14715 -- More informative ValueError for safe_join util. Thanks btubbs.
Chris Beaven
2010-11-20
Fixed #14512 -- Added documentation on how to apply decorators to class-based...
Russell Keith-Magee
2010-11-17
Fixed #10004 and #12320 -- Enabled the makemessages management command to col...
Jannis Leidel
2010-11-14
Fiexed #3055 -- Validate that models target of a GenericRelation have a Gener...
Ramiro Morales
2010-11-04
Fixed #11966 -- Made it possible to use a percent sign in a translation messa...
Jannis Leidel
2010-11-04
Fixed #9988 -- Added support for translation contexts. Thanks, Claude Paroz.
Jannis Leidel
2010-10-29
Fixed #14181 -- Added a template tag and filters to allow localization to be ...
Russell Keith-Magee
2010-10-29
Fixed #14560 -- Enable HEAD requests to be cached properly. Thanks, codemonkey!
Honza Král
2010-10-27
Fixed MultiValueDict's copy implementation to be consistant with all other co...
Alex Gaynor
2010-10-21
Fixed a bug with method_decorator not preserving the attributes of the wrappe...
Luke Plant
2010-10-18
Fixed #14486 -- Modified the import order for the bundled unittest so that a ...
Russell Keith-Magee
2010-10-15
Fixed Python 2.4 incompatibility introduced in [14218]
Luke Plant
2010-10-14
Fixed #14445 - Use HMAC and constant-time comparison functions where needed.
Luke Plant
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-10-11
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...
Russell Keith-Magee
2010-10-09
Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...
Russell Keith-Magee
2010-10-06
Fixed #14406 -- Added a Python 2.4 compatibility to the logging interface. Th...
Russell Keith-Magee
2010-10-04
Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draf...
Russell Keith-Magee
2010-09-27
Fixed #14053 -- Also localize long integers. Thanks, David Danier.
Jannis Leidel
2010-09-27
Fixed #14306 -- Cleaned up django.utils.translation module a bit to be quicke...
Jannis Leidel
2010-09-27
Fixed #14290 -- Made format localization faster by caching the format modules...
Jannis Leidel
2010-09-13
Fixed #13765 - 'safe' parameter for urlencode filter
Luke Plant
2010-09-12
Fixed #13702 -- Made sure to actually fall back to the l10n format strings pr...
Jannis Leidel
2010-09-11
Fixed #12632 -- Improved performance of `SortedDict`. Thanks, Alex Gaynor.
Justin Bronn
2010-09-10
Added more readable __str__ and __repr__ methods to MergeDict.
Malcolm Tredinnick
2010-08-07
Fixed #11021 -- Clarified newline stripping behavior in the truncatewords and...
Russell Keith-Magee
2010-08-06
Fixed #12746 -- Updated sorting calls to use 'key' instead of 'cmp'. This wil...
Russell Keith-Magee
2010-05-28
Fixed #13653: Fixed django.utils.hashcompat to support running on Python 2.4 ...
Karen Tracey
2010-05-16
Fixed #13547 -- Made sure the ISO 8601 date formatting introduced in r12058 u...
Jannis Leidel
2010-05-13
Corrected 'name' of functions wrapped with method_decorator
Luke Plant
2010-05-08
Fixed #3469 -- added django.utils documentation for stable bits
Brian Rosner
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-05-04
Fixed #13464 -- Reworked module_has_submodule to break the requirement for lo...
Russell Keith-Magee
2010-04-29
Fixed #11068 - Introduced new language code "nb" for Norwegian Bokmål as a r...
Jannis Leidel
2010-04-25
Fixed #13404 -- Reworked module_has_submodule() to allow it to work under App...
Russell Keith-Magee
2010-04-19
Fixed #13370 -- Corrected the handling of pickling for lazy() proxy objects. ...
Russell Keith-Magee
2010-04-15
Fixed #13348: Restored ability to load models from apps in eggs. Thanks Ramir...
Karen Tracey
2010-03-29
Fixed #13234 -- Rejiggered the imports in the translation utils . Thanks to r...
Russell Keith-Magee
2010-03-27
Fixed #12769, #12924 -- Corrected the pickling of curried and lazy objects, w...
Russell Keith-Magee
2010-03-20
Fixed #13054 - Only apply grouping to integer part of numbers if explicitly w...
Jannis Leidel
[next]