summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
2012-07-14Cleaned up the QueryDict implementation.Alex Gaynor
2012-07-14Update links to diveintomark.org.Aymeric Augustin
2012-07-06Fix copyright holderGuilherme Gondim
2012-07-03Added 'format_html' utility for formatting HTML fragments safelyLuke Plant
2012-07-03Documented utils.html.escape and conditional_escapeLuke Plant
2012-06-22Fixed our HTMLParser patches for python 2.7.4Florian Apolloner
2012-06-14Fixed #12140 -- Fixed http.urlencode result for empty listsClaude Paroz
2012-06-08Used git log instead of git show for last commit's timestampAnssi Kääriäinen
2012-06-07Fixed #18363 -- Added Python 3 compatibility layer.Claude Paroz
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-06-06Delayed encoding of password and salt in password checking.Claude Paroz
2012-05-28Removed unneeded smart_str in cache utils.Claude Paroz
2012-05-23Replaced types.NoneType occurrencesClaude Paroz
2012-05-20Imported reduce from functools for forward compatibility.Claude Paroz
2012-05-19Marked bytestrings with b prefix. Refs #18269Claude Paroz
2012-05-18Got rid of old __cmp__methods replaced by rich comparison.Claude Paroz
2012-05-11Fixed typo in utils/archive.py docstringAdrian Holovaty
2012-05-10Replaced foo.next() by next(foo).Claude Paroz
2012-05-07Fixed total_ordering for Python < 2.7.2Anssi Kääriäinen
2012-05-07Made model fields comparable to other objectsSimon Charette
2012-05-05Replaced cStringIO.StringIO by io.BytesIO.Claude Paroz
2012-05-05Fixed the syntax used for the Python repl examples in docs and docstrings.Alex Gaynor
2012-05-05Made more extensive usage of context managers with open.Claude Paroz
2012-05-03Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-04-30Fixed SortedDict.__copy__()Anssi Kääriäinen
2012-04-30Fix a typo in a comment.Alex Gaynor
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-04-29Moved version code out of __init__.py.Adrian Holovaty
2012-04-29Fixed #18023 -- Removed bundled simplejson.Aymeric Augustin
2012-04-29Simplified timezones tests with settings_changed.Aymeric Augustin
2012-04-29Fixed #17992 -- Added a public API for localtime.Aymeric Augustin
2012-04-29Fixed #18224 -- Changed the dev version number.Aymeric Augustin
2012-04-28Whitespace formattingNot Carl
2012-04-28forgot the allow_lazy(phone2numeric)Not Carl
2012-04-28Modified phone2numeric to not use regular expression or lambdasNot Carl
2012-04-11Fixed #18071 -- Ignored case sensitivity in urlize utility. Thanks luke@creat...Claude Paroz
2012-04-01Fixed #18022 -- Fixed import of standalone Python 'json' module.Ramiro Morales
2012-03-31Fixed #18040 -- Removed so-called project-level locale trees from the list of...Ramiro Morales
2012-03-31Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ...Claude Paroz
2012-03-30Removed some Python < 2.6 compatibility code. Refs #17965.Aymeric Augustin
2012-03-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz
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