summaryrefslogtreecommitdiff
path: root/docs/ref/utils.txt
AgeCommit message (Expand)Author
2015-03-27[1.8.x] Fixed #24469 -- Refined escaping of Django's form elements in non-Dja...Moritz Sichert
2015-01-17[1.8.x] Documented django.utils.timezone.FixedOffset; thanks Aymeric.Tim Graham
2015-01-15Direct readers to format_html() in mark_safe() docs.Luke Plant
2015-01-08Fixed #24073 -- Returned None for get_language when translations are deactivatedClaude Paroz
2014-12-20Fixed #2443 -- Added DurationField.Marc Tamlyn
2014-12-19Used https for most *.python.org linksClaude Paroz
2014-12-03Removed redundant numbered parameters from str.format().Berker Peksag
2014-11-03Fixed #18456 -- Added path escaping to HttpRequest.get_full_path().Unai Zalakain
2014-10-30Fixed #23558 -- documented slugify limitationsDavid Hoffman
2014-10-20Fixed #23668 -- Changed make_aware() and make_naive() to use the current time...Jon Dufresne
2014-10-19Fixed a typo in urlencode documentation.wrwrwr
2014-10-16Fixed #19508 -- Implemented uri_to_iri as per RFC.Anubhav Joshi
2014-08-31Fixed #23388 -- Made django.utils.timezone.override usable as a decoratorThomas Chaumeny
2014-08-29Documented translation.override as a decorator.Simon Charette
2014-08-19Removed unnecessary code-block directives.areski
2014-08-15Fixed #23269 -- Deprecated django.utils.remove_tags() and removetags filter.Tim Graham
2014-08-11Added a warning that remove_tags() output shouldn't be considered safe.Tim Graham
2014-07-16Alphabetized django.utils sections.Corey Farwell
2014-07-01Fixed #22691 -- Added aliasing to cached_property.Curtis
2014-05-13Fixed #22618 -- Improved import_string example.Tim Graham
2014-04-26Updated doc links to point to Python 3 documentationClaude Paroz
2014-04-23Various documentation typo/spelling fixesMarti Raudsepp
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-03-22Fixed #22313 -- Removed 'u' prefixes from documentationClaude Paroz
2014-03-22Improved strip_tags and clarified documentationClaude Paroz
2014-03-03Removed doc newlines added in previous commit that caused build errors.Tim Graham
2014-03-03Fixed some typos and formatting issues in docs.Rodolfo Carvalho
2014-02-28Fixed spelling mistakes in docs.Tim Graham
2014-02-22Fixed #22120 -- Documented persistent activation of languages and cleaned up ...Erik Romijn
2014-02-08Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...Berker Peksag
2013-11-08Added missing parameter in npgettext_lazy docsglts
2013-10-30Fixed #21316 -- Documented that modifying safe strings makes them unsafe.Tim Graham
2013-10-29Mark this as a python code-blockAlex Gaynor
2013-09-20Fixed #20877 -- added a performance optimization guideevildmp
2013-09-09Fixed #17262 -- Refactored tzinfo implementations.Aymeric Augustin
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-08-08Added more on @cached_property, refs #20870Daniele Procida
2013-08-08Fixed #20870 -- Documented django.utils.functional.cached_propertyDaniele Procida
2013-08-04Deprecated SortedDict (replaced with collections.OrderedDict)Curtis Maloney
2013-07-19Fixed #14656 -- Added Atom1Feed `published` elementMatt Deacalion Stevens
2013-07-18Atom specification URL updatedMatt Deacalion Stevens
2013-07-05Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz
2013-06-29More import removalsClaude Paroz
2013-06-28Removed django.utils.encoding.StrAndUnicode class, deprecated in Django 1.5.Ramiro Morales
2013-06-28Removed insert(), value_for_insert() SortedDict methods deprecated in Django ...Ramiro Morales
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