summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
2013-03-22Fixed #20108 -- Fixed filepath_to_uri decoding errorClaude Paroz
2013-03-22Fixed #20094 - Be more careful when checking for IteratorMarc Tamlyn
2013-03-19Fixed #18003 -- Preserved tracebacks when re-raising errors.konarkmodi
2013-03-18Fixed #19456 -- Avoid infinite recursion when tracing LazyObject.__init__.Aymeric Augustin
2013-03-18Fixed #18447 -- Made LazyObject unwrap on dict access.Aymeric Augustin
2013-03-18Clarified that constant_time_compare doesn't protect string lengths.Aymeric Augustin
2013-03-17Updated bundled version of six.Aymeric Augustin
2013-03-14Fixed #17051 -- Removed some 'invalid' field error messagesClaude Paroz
2013-03-13Refactored qs.add_q() and utils/tree.pyAnssi Kääriäinen
2013-03-12Restricted a workaround for a bug in Python to the affected versions.Aymeric Augustin
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-03-06PEP8 cleanup of functional.pyPreston Holmes
2013-03-06Fixed #19543 -- implemented SimpleLazyObject.__repr__Preston Holmes
2013-03-02Fixed getting default encoding in get_system_usernameClaude Paroz
2013-03-02Fixed #19917 -- Added microseconds in default TIME_INPUT_FORMATSClaude Paroz
2013-03-02Added support for serializing BinaryFieldClaude Paroz
2013-03-02Add a BinaryField model fieldClaude Paroz
2013-02-27[py3] Always fed hashlib with bytes.Łukasz Langa
2013-02-25Fixed #18191 -- Don't consider Accept-Language redundantly in cache key.Łukasz Langa
2013-02-25Fixed #19634 -- Added proper __hash__ methods.Aymeric Augustin
2013-02-24Fixes #19763 - LocaleMiddleware should check for supported languages in setti...Łukasz Langa
2013-02-23Fixed #19872Tomek Paczkowski
2013-02-23Fixes #17866: Vary: Accept-Language header when language prefix usedŁukasz Langa
2013-02-23Changed %r to %s in get_language_info error message.Konrad Hałas
2013-02-23Fixed #19811 - Added language code fallback in get_language_info.Konrad Hałas
2013-02-15Improved input sanitizing with thousand separatorsClaude Paroz
2013-02-13Fixed #19693 -- Made truncatewords_html handle self-closing tagsClaude Paroz
2013-02-11Accepted None in tzname().Aymeric Augustin
2013-02-06Fixed #19704 -- Make use of new ungettext_lazy function at appropriate placesAlexey Boriskin
2013-02-06Improved regex in strip_tagsClaude Paroz
2013-02-06Fixed #9800 -- Allow "isPermaLink" attribute in <guid> element of an RSS item.Simon Charette
2013-02-04Fixed #17061 -- Factored out importing object from a dotted pathClaude Paroz
2013-02-02Made ungettext_lazy usable for messages that do not contain the count.Aymeric Augustin
2013-02-01Fixed #19663 -- Allowed None in colorize() text parameterClaude Paroz
2013-01-31Fixed #19708 -- Exception in timezone.override(None).Aymeric Augustin
2013-01-30Fixed #19160 -- Made lazy plural translations usable.Aymeric Augustin
2013-01-29Fixed #19552 -- Enhanced makemessages handling of ``{# #}``-style template co...Ramiro Morales
2013-01-26Fixed #19589 -- assertRegexpMatches is deprecated in Python 3.3.Aymeric Augustin
2013-01-25Fixed #19577 - Added HTML escaping to admin examples.Tim Graham
2013-01-21Fixed #19637 -- Ensured AdminEmailHandler fails silentlyClaude Paroz
2013-01-11Made dev server autoreloader ignore filenames reported as None.Thomas Bartelmess
2013-01-01Updated our six module to follow upstream changes.Florian Apolloner
2012-12-29Advanced pending deprecation warnings.Aymeric Augustin
2012-12-29Removed truncate_words and truncate_html_words.Aymeric Augustin
2012-12-29Removed obsolete compatibility functions for old Pythons.Aymeric Augustin
2012-12-29Removed django.contrib.localflavor.Aymeric Augustin
2012-12-29Removed backwards-compatibility shim for #16288.Aymeric Augustin
2012-12-24Fixed #19204 -- Replaced python2-style exception syntax.Florian Apolloner
2012-12-17Fixed #19485 -- Python 3 compatibility for c2a6b2a4.Aymeric Augustin
2012-12-16Fixed #18718 - Documented django.utils.encoding.filepath_to_uriTim Graham