index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
utils.txt
Age
Commit message (
Expand
)
Author
2013-11-08
Added missing parameter in npgettext_lazy docs
glts
2013-10-30
Fixed #21316 -- Documented that modifying safe strings makes them unsafe.
Tim Graham
2013-10-29
Mark this as a python code-block
Alex Gaynor
2013-09-20
Fixed #20877 -- added a performance optimization guide
evildmp
2013-09-09
Fixed #17262 -- Refactored tzinfo implementations.
Aymeric Augustin
2013-08-19
Removed versionadded/changed annotations for 1.5
Tim Graham
2013-08-08
Added more on @cached_property, refs #20870
Daniele Procida
2013-08-08
Fixed #20870 -- Documented django.utils.functional.cached_property
Daniele Procida
2013-08-04
Deprecated SortedDict (replaced with collections.OrderedDict)
Curtis Maloney
2013-07-19
Fixed #14656 -- Added Atom1Feed `published` element
Matt Deacalion Stevens
2013-07-18
Atom specification URL updated
Matt Deacalion Stevens
2013-07-05
Fixed #20224 -- Update docs examples which mention __unicode__
Claude Paroz
2013-06-29
More import removals
Claude Paroz
2013-06-28
Removed django.utils.encoding.StrAndUnicode class, deprecated in Django 1.5.
Ramiro Morales
2013-06-28
Removed insert(), value_for_insert() SortedDict methods deprecated in Django ...
Ramiro Morales
2013-06-26
Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.
Tim Graham
2013-06-12
Fixed #20591: added version in docs for utils.module_loading.import_by_path.
Baptiste Darthenay
2013-06-06
Explained that timezone.now() always returns times in UTC.
Jacob Kaplan-Moss
2013-05-23
Fixed #19237 (again) - Made strip_tags consistent between Python versions
Claude Paroz
2013-05-16
Make the example usage of import_by_path less confusing.
Marc Tamlyn
2013-04-02
Fixed #19748 - Documented django.utils.module_loading.import_by_path
Tim Graham
2013-03-28
Fixed #20146 -- Updated removed_tags example
ferhat elmas
2013-01-25
Fixed #19577 - Added HTML escaping to admin examples.
Tim Graham
2013-01-24
Fixed a typo.
Florian Apolloner
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-12-29
Removed versionadded/changed annotations dating back to 1.4.
Aymeric Augustin
2012-12-26
Fixed broken links, round 3. refs #19516
Tim Graham
2012-12-16
Fixed #18718 - Documented django.utils.encoding.filepath_to_uri
Tim Graham
2012-09-30
Fixed #15338 - Documented django.utils.decorators
Tim Graham
2012-08-18
Introduced force_bytes and force_str.
Aymeric Augustin
2012-08-18
Fixed #14516 -- Extract methods from removetags and slugify template filters
Marc Tamlyn
2012-08-18
[py3] Ported django.utils.safestring.
Aymeric Augustin
2012-08-12
[py3] Added python_2_unicode_compatible decorator.
Aymeric Augustin
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-03
[py3] Removed uses of sys.maxint under Python 3.
Aymeric Augustin
2012-07-14
Deprecate two methods (which I seriously doubt anyone ever used, but they wer...
Alex Gaynor
2012-07-03
Added 'format_html' utility for formatting HTML fragments safely
Luke Plant
2012-07-03
Documented utils.html.escape and conditional_escape
Luke Plant
2012-06-28
Updated obsolete links in the documentation
Claude Paroz
2012-05-05
Fixed the syntax used for the Python repl examples in docs and docstrings.
Alex Gaynor
2012-05-05
Made more extensive usage of context managers with open.
Claude Paroz
2012-04-29
Fixed #17992 -- Added a public API for localtime.
Aymeric Augustin
2012-03-03
Made django.utils.timezone.localtime a private API -- it's too specific to th...
Aymeric Augustin
2012-03-02
Edited stuff from [17543] to [17629]
Adrian Holovaty
2012-03-02
Fixed #17723 -- Mentioned the changes done in r17547. Thanks, ryankask.
Jannis Leidel
2012-02-16
Fixed #17693. Input validation and tests for base36 conversion utils. Thanks ...
Paul McMillan
2011-11-18
Fixed #17255 -- Removed "as" prefix from new timezone template filter names f...
Jannis Leidel
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-11-04
Fixed #17164 -- Fixed outdated link to Atom spec in docs/ref/utils.txt. Thank...
Adrian Holovaty
2011-10-22
Fixed #17087 -- Re-organized the i18n docs to reduce confusion between USE_I1...
Aymeric Augustin
[next]