index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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-03-08
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer
2013-03-06
PEP8 cleanup of functional.py
Preston Holmes
2013-03-06
Fixed #19543 -- implemented SimpleLazyObject.__repr__
Preston Holmes
2013-03-02
Fixed getting default encoding in get_system_username
Claude Paroz
2013-03-02
Fixed #19917 -- Added microseconds in default TIME_INPUT_FORMATS
Claude Paroz
2013-03-02
Added support for serializing BinaryField
Claude Paroz
2013-03-02
Add a BinaryField model field
Claude Paroz
2013-02-27
[py3] Always fed hashlib with bytes.
Łukasz Langa
2013-02-25
Fixed #18191 -- Don't consider Accept-Language redundantly in cache key.
Łukasz Langa
2013-02-25
Fixed #19634 -- Added proper __hash__ methods.
Aymeric Augustin
2013-02-24
Fixes #19763 - LocaleMiddleware should check for supported languages in setti...
Łukasz Langa
2013-02-23
Fixed #19872
Tomek Paczkowski
2013-02-23
Fixes #17866: Vary: Accept-Language header when language prefix used
Łukasz Langa
2013-02-23
Changed %r to %s in get_language_info error message.
Konrad Hałas
2013-02-23
Fixed #19811 - Added language code fallback in get_language_info.
Konrad Hałas
2013-02-15
Improved input sanitizing with thousand separators
Claude Paroz
2013-02-13
Fixed #19693 -- Made truncatewords_html handle self-closing tags
Claude Paroz
2013-02-11
Accepted None in tzname().
Aymeric Augustin
2013-02-06
Fixed #19704 -- Make use of new ungettext_lazy function at appropriate places
Alexey Boriskin
2013-02-06
Improved regex in strip_tags
Claude Paroz
2013-02-06
Fixed #9800 -- Allow "isPermaLink" attribute in <guid> element of an RSS item.
Simon Charette
2013-02-04
Fixed #17061 -- Factored out importing object from a dotted path
Claude Paroz
2013-02-02
Made ungettext_lazy usable for messages that do not contain the count.
Aymeric Augustin
2013-02-01
Fixed #19663 -- Allowed None in colorize() text parameter
Claude Paroz
2013-01-31
Fixed #19708 -- Exception in timezone.override(None).
Aymeric Augustin
2013-01-30
Fixed #19160 -- Made lazy plural translations usable.
Aymeric Augustin
2013-01-29
Fixed #19552 -- Enhanced makemessages handling of ``{# #}``-style template co...
Ramiro Morales
2013-01-26
Fixed #19589 -- assertRegexpMatches is deprecated in Python 3.3.
Aymeric Augustin
2013-01-25
Fixed #19577 - Added HTML escaping to admin examples.
Tim Graham
2013-01-21
Fixed #19637 -- Ensured AdminEmailHandler fails silently
Claude Paroz
2013-01-11
Made dev server autoreloader ignore filenames reported as None.
Thomas Bartelmess
2013-01-01
Updated our six module to follow upstream changes.
Florian Apolloner
2012-12-29
Advanced pending deprecation warnings.
Aymeric Augustin
2012-12-29
Removed truncate_words and truncate_html_words.
Aymeric Augustin
2012-12-29
Removed obsolete compatibility functions for old Pythons.
Aymeric Augustin
2012-12-29
Removed django.contrib.localflavor.
Aymeric Augustin
2012-12-29
Removed backwards-compatibility shim for #16288.
Aymeric Augustin
2012-12-24
Fixed #19204 -- Replaced python2-style exception syntax.
Florian Apolloner
2012-12-17
Fixed #19485 -- Python 3 compatibility for c2a6b2a4.
Aymeric Augustin
2012-12-16
Fixed #18718 - Documented django.utils.encoding.filepath_to_uri
Tim Graham
2012-12-15
Fixed a couple of docstring typos.
Ramiro Morales
2012-12-15
Fixed #9589 -- Made development web server more robust in the presence of a w...
Ramiro Morales
2012-12-10
Fixed #18856 -- Ensured that redirects can't be poisoned by malicious users.
Florian Apolloner
2012-12-08
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-12-03
cope with unsplittable urls in smarl_urlquote.
Tom Insam
2012-12-01
Fixed #19015 -- Add ISO input formats to all formats
Claude Paroz
2012-11-24
Fixed #19237 -- Improved strip_tags utility
Chris Khoo
2012-11-20
Fixed #19325 - Made email backend of AdminEmailHandler configurable
Hannes Struss
2012-11-16
Fixed #18985 -- made DeprecationWarnings loud
Preston Holmes
2012-11-14
Fixed #19272 -- Fixed gettext_lazy returned type on Python 2
Claude Paroz
[next]