summaryrefslogtreecommitdiff
path: root/docs/ref/utils.txt
AgeCommit message (Expand)Author
2013-10-30[1.6.x] Fixed #21316 -- Documented that modifying safe strings makes them uns...Tim Graham
2013-08-08[1.6.x] Added more on @cached_property, refs #20870Daniele Procida
2013-08-08[1.6.x] Fixed #20870 -- Documented django.utils.functional.cached_propertyDaniele Procida
2013-07-18[1.6.x] Atom specification URL updatedMatt Deacalion Stevens
2013-07-05[1.6.x] Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz
2013-06-26Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.Tim Graham
2013-06-12Fixed #20591: added version in docs for utils.module_loading.import_by_path.Baptiste Darthenay
2013-06-06Explained that timezone.now() always returns times in UTC.Jacob Kaplan-Moss
2013-05-23Fixed #19237 (again) - Made strip_tags consistent between Python versionsClaude Paroz
2013-05-16Make the example usage of import_by_path less confusing.Marc Tamlyn
2013-04-02Fixed #19748 - Documented django.utils.module_loading.import_by_pathTim Graham
2013-03-28Fixed #20146 -- Updated removed_tags exampleferhat elmas
2013-01-25Fixed #19577 - Added HTML escaping to admin examples.Tim Graham
2013-01-24Fixed a typo.Florian Apolloner
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-12-26Fixed broken links, round 3. refs #19516Tim Graham
2012-12-16Fixed #18718 - Documented django.utils.encoding.filepath_to_uriTim Graham
2012-09-30Fixed #15338 - Documented django.utils.decoratorsTim Graham
2012-08-18Introduced force_bytes and force_str.Aymeric Augustin
2012-08-18Fixed #14516 -- Extract methods from removetags and slugify template filtersMarc 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-14Deprecate two methods (which I seriously doubt anyone ever used, but they wer...Alex Gaynor
2012-07-03Added 'format_html' utility for formatting HTML fragments safelyLuke Plant
2012-07-03Documented utils.html.escape and conditional_escapeLuke Plant
2012-06-28Updated obsolete links in the documentationClaude 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-04-29Fixed #17992 -- Added a public API for localtime.Aymeric Augustin
2012-03-03Made django.utils.timezone.localtime a private API -- it's too specific to th...Aymeric Augustin
2012-03-02Edited stuff from [17543] to [17629]Adrian Holovaty
2012-03-02Fixed #17723 -- Mentioned the changes done in r17547. Thanks, ryankask.Jannis Leidel
2012-02-16Fixed #17693. Input validation and tests for base36 conversion utils. Thanks ...Paul McMillan
2011-11-18Fixed #17255 -- Removed "as" prefix from new timezone template filter names f...Jannis Leidel
2011-11-18Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin
2011-11-04Fixed #17164 -- Fixed outdated link to Atom spec in docs/ref/utils.txt. Thank...Adrian Holovaty
2011-10-22Fixed #17087 -- Re-organized the i18n docs to reduce confusion between USE_I1...Aymeric Augustin
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-09-08Fixed #16516 -- Relaxed the blocktrans rendering a little by falling back to ...Jannis Leidel
2011-09-04Converted links to external topics so they use intersphinx extension markup.Ramiro Morales
2011-08-25Documented `translation.override` context manager introduced in r16166.Jannis Leidel
2011-06-15Added a few cross references to the i18n docs and documented pgettext and col...Jannis Leidel
2011-05-29Fixed #15992 -- Added more references to settings. Thanks, aaugustin.Jannis Leidel
2011-05-14Removed last vestiges of references to technical messages from documentation.Ramiro Morales
2011-04-17Fixed #15816 -- Changed docs/ref/utils.txt to refer to django.utils.datastruc...Adrian Holovaty
2011-03-03Fixed #15504 -- Cleaned up contrib.syndication and contrib.utils.feedgenerato...Gabriel Hurley
2011-02-16Fixed #15233 -- reST/Sphinx markup corrections in numerous areas, mostly cent...Gabriel Hurley