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-08-22
[1.5.x] Fixed #20922 -- Allowed customizing the serializer used by contrib.se...
Tim Graham
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.5.x] Simplified smart_urlquote and added some basic tests.
Florian Apolloner
2013-07-07
[1.5.x] Fixed #20711 -- Fixed broken link in timesince.py docstring
SusanTan
2013-05-21
[1.5.x] Imported copyreg from six.moves
Claude Paroz
2013-05-21
[1.5.x] Fixed #20212 - __reduce__ should only be defined for Py3+.
Daniel Lindsley
2013-03-29
[1.5.x] Fixed spelling errors
Gavin Wahl
2013-03-22
[1.5.x] Fixed #20108 -- Fixed filepath_to_uri decoding error
Claude Paroz
2013-03-22
[1.5.x] Fixed #20094 - Be more careful when checking for Iterator
Marc Tamlyn
2013-03-17
[1.5.x] Updated bundled version of six.
Aymeric Augustin
2013-03-17
[1.5.x] Updated our six module to follow upstream changes.
Florian Apolloner
2013-02-27
[py3] Always fed hashlib with bytes.
Łukasz Langa
2013-02-25
[1.5.x] Fixed #19634 -- Added proper __hash__ methods.
Aymeric Augustin
2013-02-06
Partially revert 9efe1a721, strip_tags improvements
Claude Paroz
2013-01-31
[1.5.x] Fixed #19708 -- Exception in timezone.override(None).
Aymeric Augustin
2013-01-25
[1.5.x] Fixed #19577 - Added HTML escaping to admin examples.
Tim Graham
2012-12-24
[1.5.X] Fixed #19204 -- Replaced python2-style exception syntax.
Florian Apolloner
2012-12-16
[1.5.X] Fixed #18718 - Documented django.utils.encoding.filepath_to_uri
Tim Graham
2012-12-10
[1.5.X] Fixed #18856 -- Ensured that redirects can't be poisoned by malicious...
Florian Apolloner
2012-12-08
[1.5.x] Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-12-01
[1.5.x] Fixed #19015 -- Add ISO input formats to all formats
Claude Paroz
2012-11-24
[1.5.x] Fixed #19237 -- Improved strip_tags utility
Chris Khoo
2012-11-16
[1.5.x] Fixed #18985 -- made DeprecationWarnings loud
Preston Holmes
2012-11-14
[1.5.x] Fixed #19272 -- Fixed gettext_lazy returned type on Python 2
Claude Paroz
2012-11-13
Some changes to SortedDict to make it faster under py2
Anssi Kääriäinen
2012-11-03
[1.5.x] Fixed #18963 -- Used a subclass-friendly pattern
Aymeric Augustin
2012-10-31
Fixed #19070 -- urlize filter no longer raises exceptions on 2.7
Andrew Godwin
2012-10-26
[1.5.x] Properly support pickling of LazyObjects in Python 3.3
Ian Clelland
2012-10-25
[1.5.x] Ensured get_version returns a native string.
Aymeric Augustin
2012-10-24
Remove a case that is no longer reachable in encodings.py.
Alex Gaynor
2012-10-21
Merge pull request #457 from JanBednarik/ticket_19142
Claude Paroz
2012-10-20
Merge pull request #444 from mitar/patch-2
Alex Gaynor
2012-10-21
Fixed #19142 -- Language codes can include numbers (RFC 3066).
Jan Bednařík
2012-10-20
Fixed #7581 -- Added streaming responses.
Aymeric Augustin
2012-10-15
Allow reversed iteration over SortedDict.
Mitar
2012-10-15
Build context strings out of [u|n]gettext
Claude Paroz
2012-10-10
Revert "Fixed #16211 -- Added comparison and negation ops to F() expressions"
Anssi Kääriäinen
2012-09-30
Fixed #16211 -- Added comparison and negation ops to F() expressions
Anssi Kääriäinen
2012-09-29
Moved filter at handler level
Claude Paroz
2012-09-29
Fixed #18993 -- 'django' logger logs to console when DEBUG=True
Claude Paroz
2012-09-29
Combined Django DEFAULT_LOGGING with user LOGGING config
Claude Paroz
2012-09-27
Fixed #18881 -- Made the context option in {% trans %} and {% blocktrans %} a...
Julien Phalip
2012-09-26
Fixed parse_http_date docstring and moved related tests
Claude Paroz
2012-09-22
Fixed #18951 -- Formatting of microseconds.
Aymeric Augustin
2012-09-18
Use unicode.translate to speed up js escaping.
Dave Hall
2012-09-18
Fixed #18800 -- Support numbers bigger than max float in `numberformat`.
Florian Apolloner
2012-09-09
Fix an HTML-parser test that's failed in Python 2.6.8 since 5c79dd58.
Carl Meyer
2012-09-07
Fixed #12397 -- allow safe_join to work with the root file system path, which...
Alex Gaynor
2012-09-07
[py3k] Silence many warnings while running the tests.
Alex Gaynor
2012-09-04
Fixed #18902 -- Made force_bytes properly handle exception input
Claude Paroz
[next]