Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/utils.txt
Commit message (Expand)AuthorAgeFilesLines
* Added some function links in translation docsClaude Paroz2015-10-071-0/+6
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-241-29/+2
* Refs #23269 -- Removed the removetags template tag and re...Tim Graham2015-09-241-33/+4
* Fixed #25269 -- Allowed method_decorator() to accept a li...fabrizio ettore messina2015-09-191-3/+11
* Fixed #13110 -- Added support for multiple enclosures in ...Unai Zalakain2015-09-191-2/+9
* Used consistent capitalization and hyphenation of "class-...Anton Strogonoff2015-08-191-1/+1
* Fixed #25146 -- Allowed method_decorator() to decorate cl...Rigel Di Scala2015-08-011-2/+8
* Fixed #25159 -- Removed brackets from class/function/meth...Tim Graham2015-07-271-2/+2
* Fixed #16501 -- Added an allow_unicode parameter to SlugF...Edward Henderson2015-07-171-4/+15
* Fixed #13008 -- Added more Cache-Control headers to never...Markus Bertheau2015-04-281-1/+7
* Fixed #22598 -- Allowed make_aware() to work with ambiguo...Josh Smeaton2015-04-241-3/+20
* Fixed #24469 -- Refined escaping of Django's form element...Moritz Sichert2015-03-281-0/+14
* Removed versionadded/changed notes for 1.7.Tim Graham2015-02-021-10/+0
* Removed utils.module_loading.import_by_path() per depreca...Tim Graham2015-01-181-9/+0
* Removed django.utils.tzinfo per deprecation timeline; ref...Tim Graham2015-01-171-23/+0
* Documented django.utils.timezone.FixedOffset; thanks Ayme...Tim Graham2015-01-171-1/+8
* Removed django.utils.datastructures.SortedDict per deprec...Tim Graham2015-01-171-28/+0
* Direct readers to format_html() in mark_safe() docs.Luke Plant2015-01-151-0/+3
* Fixed #24073 -- Returned None for get_language when trans...Claude Paroz2015-01-081-1/+8
* Fixed #2443 -- Added DurationField.Marc Tamlyn2014-12-201-0/+9
* Used https for most *.python.org linksClaude Paroz2014-12-191-2/+2
* Removed redundant numbered parameters from str.format().Berker Peksag2014-12-031-2/+2
* Fixed #18456 -- Added path escaping to HttpRequest.get_fu...Unai Zalakain2014-11-031-0/+7
* Fixed #23558 -- documented slugify limitationsDavid Hoffman2014-10-301-3/+3
* Fixed #23668 -- Changed make_aware() and make_naive() to ...Jon Dufresne2014-10-201-4/+14
* Fixed a typo in urlencode documentation.wrwrwr2014-10-191-1/+1
* Fixed #19508 -- Implemented uri_to_iri as per RFC.Anubhav Joshi2014-10-151-1/+14
* Fixed #23388 -- Made django.utils.timezone.override usabl...Thomas Chaumeny2014-08-311-0/+4
* Documented translation.override as a decorator.Simon Charette2014-08-301-0/+4
* Removed unnecessary code-block directives.areski2014-08-191-10/+9
* Fixed #23269 -- Deprecated django.utils.remove_tags() and...Tim Graham2014-08-151-2/+6
* Added a warning that remove_tags() output shouldn't be co...Tim Graham2014-08-111-1/+9
* Alphabetized django.utils sections.Corey Farwell2014-07-161-114/+114
* Fixed #22691 -- Added aliasing to cached_property.Curtis2014-07-011-1/+19
* Fixed #22618 -- Improved import_string example.Tim Graham2014-05-131-2/+2
* Updated doc links to point to Python 3 documentationClaude Paroz2014-04-261-3/+5
* Various documentation typo/spelling fixesMarti Raudsepp2014-04-231-1/+1
* Removed versionadded/changed annotations for 1.6.Tim Graham2014-03-241-9/+0
* Fixed #22313 -- Removed 'u' prefixes from documentationClaude Paroz2014-03-221-7/+7
* Improved strip_tags and clarified documentationClaude Paroz2014-03-221-5/+11
* Removed doc newlines added in previous commit that caused...Tim Graham2014-03-031-6/+3
* Fixed some typos and formatting issues in docs.Rodolfo Carvalho2014-03-031-50/+56
* Fixed spelling mistakes in docs.Tim Graham2014-03-011-1/+1
* Fixed #22120 -- Documented persistent activation of langu...Erik Romijn2014-02-221-0/+4
* Fixed #21674 -- Deprecated the import_by_path() function ...Berker Peksag2014-02-081-7/+16
* Added missing parameter in npgettext_lazy docsglts2013-11-081-1/+1
* Fixed #21316 -- Documented that modifying safe strings ma...Tim Graham2013-10-301-0/+11
* Mark this as a python code-blockAlex Gaynor2013-10-291-1/+3
* Fixed #20877 -- added a performance optimization guideevildmp2013-09-211-2/+2
* Fixed #17262 -- Refactored tzinfo implementations.Aymeric Augustin2013-09-091-0/+20