summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
2015-03-18[1.4.x] Made is_safe_url() reject URLs that start with control characters.Tim Graham
2015-01-26[1.4.x] Fixed #24158 -- Allowed GZipMiddleware to work with streaming responsesBenjamin Richter
2015-01-05[1.4.x] Fixed is_safe_url() to handle leading whitespace.Tim Graham
2015-01-05[1.4.x] Fixed #24081 -- Downgraded six to 1.8.0.Tim Graham
2015-01-02[1.4.x] Updated six to 1.9.0.Tim Graham
2014-11-13[1.4.x] Removed thread customizations of six which are now built-in.Tim Graham
2014-11-04[1.4.x] Updated six to 1.8.0.Tim Graham
2014-05-12[1.4.x] Added additional checks in is_safe_url to account for flexible parsing.Tim Graham
2014-03-24[1.4.x] Updated six to 1.6.1.Tim Graham
2014-01-26[1.4.x] Fixed #21823 -- Upgraded six to 1.5.2Tim Graham
2014-01-02Updated six to version 1.4.1Luke Plant
2013-11-02Fixed #21362 -- Restored Python 2.5 compatibility.Florian Apolloner
2013-10-21[1.4.x] Fixed #21253 -- PBKDF2 with cached HMAC keyFlorian Apolloner
2013-10-13[1.4.x] Fixed #21256 -- Error in datetime_safe.datetime.combine.Aymeric Augustin
2013-09-24[1.4.x] Fixed #21138 -- Increased the performance of our PBKDF2 implementation.Florian Apolloner
2013-08-13Fixed is_safe_url() to reject URLs that use a scheme other than HTTP/S.Jacob Kaplan-Moss
2012-12-10[1.4.X] Fixed #18856 -- Ensured that redirects can't be poisoned by malicious...Florian Apolloner
2012-10-23[1.4.x] Fix an HTML-parser test that's failed in Python 2.6.8 since 5c79dd58.Carl Meyer
2012-10-13[1.4.x] Fixed #18881 -- Made the context option in {% trans %} and {% blocktr...Julien Phalip
2012-09-07[1.4.x] [py3] Added forwards-compatible aliases.Aymeric Augustin
2012-08-16[1.4.x] Fixed #18239 -- Subclassed HTMLParser only for selected Python versionsRaphaƫl Hertzog
2012-03-22Fixed #17937 -- Avoided an error in the timeuntil filter when it receives a d...Aymeric Augustin
2012-03-12Fixed #17873 -- Removed stale code from translation utilities that should hav...Jannis Leidel
2012-03-03Made django.utils.timezone.localtime a private API -- it's too specific to th...Aymeric Augustin
2012-03-01Fixed #17730 - Renamed django.utils.htmlparser to django.utils.html_parser to...Carl Meyer
2012-02-26Fixed #17715 -- Updated the tutorial for time zone support, plus a few other ...Aymeric Augustin
2012-02-23Improved get_random_string().Paul McMillan
2012-02-23Cleanup to use get_random_string consistently.Paul McMillan
2012-02-18Fixed #17720 -- Stopped the LocaleMiddleware from overeagerly using the reque...Jannis Leidel
2012-02-16Use Python's changed comparisons, which makes this a bit more readable.Alex Gaynor
2012-02-16Fixed #17693. Input validation and tests for base36 conversion utils. Thanks ...Paul McMillan
2012-02-12Fixed AdminEmailHandler to format the subject message correctly when argument...Jannis Leidel
2012-02-11Fixed #17281 -- Prevented `AdminErrorHandler` from silently failing if the lo...Julien Phalip
2012-02-11Fixes #16827. Adds a length check to CSRF tokens before applying the santizin...Paul McMillan
2012-02-10Fixed #15237 (again). RSS feeds now include proper character encoding in the ...Paul McMillan
2012-02-10Updated a few localization formats to stop the changes done in r17473 from br...Jannis Leidel
2012-02-09Fixed #16416 -- Added two new date formatting options for timezones and ISO w...Jannis Leidel
2012-02-09Fixed #17634 -- Optimized the performance of MultiValueDict by using append i...Aymeric Augustin
2012-02-05Fixed #17641 -- Work around an issue in Python distributions that remove the ...Jannis Leidel
2012-02-04Fixed #17555 -- Added support for a missing trailing slash when redirecting b...Jannis Leidel
2012-02-04Fixed #17592 -- Handle URLs starting with a dot when using urlize. Thanks, Cl...Jannis Leidel
2012-02-03Small fix to comments in utils/html.py from [17347]Adrian Holovaty
2012-02-02Fixed #17481. pbkdf2 hashes no longer ommit leading zeros. Paul McMillan
2012-01-31Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and ...Carl Meyer
2012-01-29Fixed #5964 -- Added unicode-aware versions of urlunquote and urlunquote_plus.Aymeric Augustin
2012-01-27Fixed #15828 -- Removed explicit implementation of empty setUp / tearDown met...Aymeric Augustin
2012-01-08Reverted parts of r17359 that could cause false positives in URL detection, e...Aymeric Augustin
2012-01-08Fixed #11911 -- Made the urlize filter smarter with closing punctuation.Aymeric Augustin
2012-01-08Try to save memory and time when using lazy objects by refering to their func...Alex Gaynor
2012-01-08Fixed #16656 -- Changed the urlize filter to accept more top-level domains.Aymeric Augustin