summaryrefslogtreecommitdiff
path: root/docs/ref/unicode.txt
AgeCommit message (Expand)Author
2017-11-01Refs #23919 -- Replaced doc references to django.utils.http.urlquote() and ur...Tim Graham
2017-05-14Refs #28196 -- Removed mentions of bytestrings for EmailMessageClaude Paroz
2017-02-09Fixed #26005 -- Fixed some percent decoding cases in uri_to_iri().Chronial
2017-01-26Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...Claude Paroz
2017-01-26Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2016-10-31Updated Oracle docs links to Oracle 12c.Mariusz Felisiak
2016-10-25Updated postgresql.org links to https and made them canonical.Marti Raudsepp
2016-09-30Updated links to the current version of MySQL docs.Tim Graham
2016-09-03Replaced smart_* by force_* calls whenever possibleClaude Paroz
2016-01-11Added missing period to "etc.".pp
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-14Fixed #17686, refs #17816 -- Added "Files" section to Unicode topic.Florian Demmer
2015-09-18Made assorted improvements to the Oracle documentation.Mariusz Felisiak
2015-03-12Fixed wrong operator in iri_to_uri() docsldrumm
2014-10-16Fixed #19508 -- Implemented uri_to_iri as per RFC.Anubhav Joshi
2014-08-02Updated MySQL links to version 5.6.Tim Graham
2014-04-21Corrected the section identifier for MySQL unicode reference.Matt Lauber
2014-03-22Fixed #22313 -- Removed 'u' prefixes from documentationClaude Paroz
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-07-03Fixed #20691 -- Added a note for __str__() vs. __unicode__() and Python 3.Tim Graham
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-03-18Fixed #19968 -- Dropped support for PostgreSQL < 8.4.Aymeric Augustin
2013-02-19Updated a couple admonitions to use the warning directive.Tim Graham
2012-11-22Fixed #18974 - Warned against using models.permalinkTim Graham
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
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-05-19Marked bytestrings with b prefix. Refs #18269Claude Paroz
2012-01-15Made email attachment handling code accept non-ASCII filenames.Ramiro Morales
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-09-04Converted links to external topics so they use intersphinx extension markup.Ramiro Morales
2011-04-20Fixed #15593 -- Added a note that the output of `reverse` is urlquoted. Thank...Gabriel Hurley
2011-04-01Fixed some ReST errors from e-mail -> email change in docs, and changed some ...Adrian Holovaty
2011-04-01Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty
2010-12-26Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2009-12-26Fixed several broken and redirecting URLs in the documentation (fixes #12219,...Gary Wilson Jr
2009-12-26Fixed #9465 -- Simplified API Reference documentation titles for easier looku...Gary Wilson Jr
2009-04-03Fixed a whole bunch of small docs typos, errors, and ommissions.Jacob Kaplan-Moss
2008-09-02Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...Jacob Kaplan-Moss
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss