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
2016-01-11
[1.9.x] Added missing period to "etc.".
pp
2015-12-01
[1.9.x] Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-11-14
[1.9.x] 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
2011-04-20
Fixed #15593 -- Added a note that the output of `reverse` is urlquoted. Thank...
Gabriel Hurley
2011-04-01
Fixed some ReST errors from e-mail -> email change in docs, and changed some ...
Adrian Holovaty
2011-04-01
Changed e-mail to email throughout documentation and codebase. The one except...
Adrian Holovaty
2010-12-26
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
Timo Graham
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2009-12-26
Fixed several broken and redirecting URLs in the documentation (fixes #12219,...
Gary Wilson Jr
2009-12-26
Fixed #9465 -- Simplified API Reference documentation titles for easier looku...
Gary Wilson Jr
2009-04-03
Fixed a whole bunch of small docs typos, errors, and ommissions.
Jacob Kaplan-Moss
2008-09-02
Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...
Jacob Kaplan-Moss
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss