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
2013-11-01
[1.6.x] Fixed spelling ("dependant" -> "dependent")
Tim Graham
2013-10-26
[1.6.x] Removed relative usage of import_module
Claude Paroz
2013-10-26
[1.6.x] Fixed #21335 -- Use importlib from python3 when using python3
Andrey Antukh
2013-10-21
[1.6.x] Fixed #21253 -- PBKDF2 with cached HMAC key
Florian Apolloner
2013-10-13
[1.6.x] Fixed #21256 -- Error in datetime_safe.datetime.combine.
Aymeric Augustin
2013-10-13
Fixed #21198 -- Prevented invalid use of @python_2_unicode_compatible.
Aymeric Augustin
2013-09-27
[1.6.x] Fix #21185: Added tests for unescape_entities.
Baptiste Mispelon
2013-09-24
[1.6.x] Fixed #21138 -- Increased the performance of our PBKDF2 implementation.
Florian Apolloner
2013-09-19
[1.6.x] Increased default PBKDF2 iterations
Paul McMillan
2013-09-18
[1.6.x] Fixed #15625 -- Made message in MultiValueDictKeyError less verbose.
Tim Graham
2013-09-10
[1.6.x] Took advantage of django.utils.six.moves.urllib.*.
Aymeric Augustin
2013-09-08
[1.6.x] Fixed #18766 -- Pointed to pytz when LocalTimezone fails.
Aymeric Augustin
2013-09-06
[1.6.x] Fixed #21049 -- Fixed autoreload for Python 3
Max Burstein
2013-09-04
Updated six to version 1.4.1.
Aymeric Augustin
2013-09-03
[1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0.
Aymeric Augustin
2013-09-03
[1.6.x] Updated the bundled version of six to 1.4.0.
Aymeric Augustin
2013-08-19
[1.6.x] Correctly format missing Pillow/PIL exceptions messages. refs #19934
Simon Charette
2013-08-13
Fixed is_safe_url() to reject URLs that use a scheme other than HTTP/S.
Jacob Kaplan-Moss
2013-07-28
[1.6.x] Simplified smart_urlquote and added some basic tests.
Florian Apolloner
2013-07-07
[1.6.x] Fixed #20711 -- Fixed broken link in timesince.py docstring
SusanTan
2013-06-26
Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.
Tim Graham
2013-06-19
Removed several unused imports.
Aymeric Augustin
2013-06-18
Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...
Loic Bistuer
2013-06-03
Fixed loaddata for Django checkouts with non ASCII chars in the name.
Florian Apolloner
2013-06-02
Switched to using some constants the hmac module exposes.
Alex Gaynor
2013-06-01
Added minor splitting optimization in django.utils.ipv6._unpack_ipv4
Danilo Bargen
2013-05-26
Replaced `and...or...` constructs with PEP 308 conditional expressions.
Ramiro Morales
2013-05-25
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
2013-05-25
Fixed #20296 -- Allowed SafeData and EscapeData to be lazy
Baptiste Mispelon
2013-05-25
Fixed some minor translation-related issues
Claude Paroz
2013-05-25
Removed obsolete attribute of DjangoTranslation
Claude Paroz
2013-05-23
Fixed #19237 (again) - Made strip_tags consistent between Python versions
Claude Paroz
2013-05-22
Fixed #19237 -- Used HTML parser to strip tags
Claude Paroz
2013-05-21
Imported copyreg from six.moves
Claude Paroz
2013-05-21
Fixed #20212 - __reduce__ should only be defined for Py3+.
Daniel Lindsley
2013-05-19
Fixed #11915: generic Accept-Language matches country-specific variants
Łukasz Langa
2013-05-19
Fix a typo in a comment.
Marc Tamlyn
2013-05-18
Fixed #20246 -- Added non-breaking spaces between values an units
Emil Stenström
2013-05-18
Fixed #14894 -- Ensure that activating a translation doesn't run into threadi...
Florian Apolloner
2013-05-18
Fixes #19919: get_language_from_request() disregards "en-us" and "en" languages
Łukasz Langa
2013-05-18
Fixed #20411 -- Don't let invalid referers blow up CSRF same origin checks.
Florian Apolloner
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2013-05-15
Removed unicode literals from PIL compat.
Florian Apolloner
2013-05-14
Fixed #19934 - Use of Pillow is now preferred over PIL.
Daniel Lindsley
2013-05-10
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Carl Meyer
2013-04-26
Fixed #20321 -- Added missing key name in MergeDict KeyError message
Claude Paroz
2013-04-19
Fix != operations on lazy objects.
Alex Gaynor
2013-04-19
Fixed #20276 -- Implemented __bool__ for MergeDict
Anton Baklanov
2013-04-10
Fixed #20231 -- Don't use allow_lazy on smart_split
Baptiste Mispelon
2013-04-01
Fixed #20172 -- Ensured urlize supports IPv4/IPv6 addresses
Claude Paroz
[next]