index
:
django.git
fix-31295
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
/
unicode.txt
Age
Commit message (
Expand
)
Author
2024-03-06
Fixed broken links and redirects in docs.
Mariusz Felisiak
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-10
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2022-11-10
Updated documentation and comments for RFC updates.
Nick Pope
2022-03-29
Updated Oracle docs links to Oracle 21c.
Mariusz Felisiak
2022-03-29
Updated various links to HTTPS and new locations.
Mariusz Felisiak
2021-10-08
Improved docs regarding UTF-8 support with Apache and mod_wsgi.
Nick Frazier
2021-01-19
Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3.
Mariusz Felisiak
2020-04-15
Used :rfc: role in various docs.
Mariusz Felisiak
2019-03-29
Removed unnecessary /static from links to PostgreSQL docs.
Nick Pope
2019-02-07
Updated Oracle docs links to Oracle 18c.
Mariusz Felisiak
2019-02-06
Refs #27753 -- Favored force/smart_str() over force/smart_text().
Aymeric Augustin
2018-10-24
Removed a useless sentence in docs/ref/unicode.txt.
Hemanth V. Alluri
2018-10-15
Fixed #29817 -- Deprecated settings.FILE_CHARSET.
Jon Dufresne
2018-10-04
Refs #27778 -- Removed "The database API" section from "Unicode data" docs.
Jon Dufresne
2018-10-03
Corrected docs to say that all templates are text strings.
Jon Dufresne
2017-11-01
Refs #23919 -- Replaced doc references to django.utils.http.urlquote() and ur...
Tim Graham
2017-05-14
Refs #28196 -- Removed mentions of bytestrings for EmailMessage
Claude Paroz
2017-02-09
Fixed #26005 -- Fixed some percent decoding cases in uri_to_iri().
Chronial
2017-01-26
Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...
Claude Paroz
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2016-10-31
Updated Oracle docs links to Oracle 12c.
Mariusz Felisiak
2016-10-25
Updated postgresql.org links to https and made them canonical.
Marti Raudsepp
2016-09-30
Updated links to the current version of MySQL docs.
Tim Graham
2016-09-03
Replaced smart_* by force_* calls whenever possible
Claude Paroz
2016-01-11
Added missing period to "etc.".
pp
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-01
Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-11-14
Fixed #17686, refs #17816 -- Added "Files" section to Unicode topic.
Florian Demmer
2015-09-18
Made assorted improvements to the Oracle documentation.
Mariusz Felisiak
2015-03-12
Fixed wrong operator in iri_to_uri() docs
ldrumm
2014-10-16
Fixed #19508 -- Implemented uri_to_iri as per RFC.
Anubhav Joshi
2014-08-02
Updated MySQL links to version 5.6.
Tim Graham
2014-04-21
Corrected the section identifier for MySQL unicode reference.
Matt Lauber
2014-03-22
Fixed #22313 -- Removed 'u' prefixes from documentation
Claude Paroz
2013-08-19
Removed versionadded/changed annotations for 1.5
Tim Graham
2013-07-03
Fixed #20691 -- Added a note for __str__() vs. __unicode__() and Python 3.
Tim Graham
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-03-18
Fixed #19968 -- Dropped support for PostgreSQL < 8.4.
Aymeric Augustin
2013-02-19
Updated a couple admonitions to use the warning directive.
Tim Graham
2012-11-22
Fixed #18974 - Warned against using models.permalink
Tim Graham
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-06-07
Fixed #18363 -- Added Python 3 compatibility layer.
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-19
Marked bytestrings with b prefix. Refs #18269
Claude Paroz
2012-01-15
Made email attachment handling code accept non-ASCII filenames.
Ramiro Morales
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-09-04
Converted links to external topics so they use intersphinx extension markup.
Ramiro Morales
[next]