summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
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
2012-12-15Fixed a couple of docstring typos.Ramiro Morales
2012-12-15Fixed #9589 -- Made development web server more robust in the presence of a w...Ramiro Morales
2012-12-10Fixed #18856 -- Ensured that redirects can't be poisoned by malicious users.Florian Apolloner
2012-12-08Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-12-03cope with unsplittable urls in smarl_urlquote.Tom Insam
2012-12-01Fixed #19015 -- Add ISO input formats to all formatsClaude Paroz
2012-11-24Fixed #19237 -- Improved strip_tags utilityChris Khoo
2012-11-20Fixed #19325 - Made email backend of AdminEmailHandler configurableHannes Struss
2012-11-16Fixed #18985 -- made DeprecationWarnings loudPreston Holmes
2012-11-14Fixed #19272 -- Fixed gettext_lazy returned type on Python 2Claude Paroz
2012-11-13Some changes to SortedDict to make it faster under py2Anssi Kääriäinen
2012-11-12Negligible spacing fix in utils/log.pyAdrian Holovaty
2012-11-03Fixed #18963 -- Used a subclass-friendly patternAymeric Augustin
2012-10-31Fixed #19070 -- urlize filter no longer raises exceptions on 2.7Andrew Godwin
2012-10-26Properly support pickling of LazyObjects in Python 3.3Ian Clelland
2012-10-25Ensured get_version returns a native string.Aymeric Augustin
2012-10-24Remove a case that is no longer reachable in encodings.py.Alex Gaynor
2012-10-21Merge pull request #457 from JanBednarik/ticket_19142Claude Paroz
2012-10-20Merge pull request #444 from mitar/patch-2Alex Gaynor
2012-10-21Fixed #19142 -- Language codes can include numbers (RFC 3066).Jan Bednařík
2012-10-20Fixed #7581 -- Added streaming responses.Aymeric Augustin
2012-10-15Allow reversed iteration over SortedDict.Mitar
2012-10-15Build context strings out of [u|n]gettextClaude Paroz
2012-10-10Revert "Fixed #16211 -- Added comparison and negation ops to F() expressions"Anssi Kääriäinen
2012-09-30Fixed #16211 -- Added comparison and negation ops to F() expressionsAnssi Kääriäinen
2012-09-29Moved filter at handler levelClaude Paroz
2012-09-29Fixed #18993 -- 'django' logger logs to console when DEBUG=TrueClaude Paroz