django/docs/howto
Aymeric Augustin c5ef65bcf3 [py3] Ported django.utils.encoding.
* Renamed smart_unicode to smart_text (but kept the old name under
  Python 2 for backwards compatibility).
* Renamed smart_str to smart_bytes.
* Re-introduced smart_str as an alias for smart_text under Python 3
  and smart_bytes under Python 2 (which is backwards compatible).
  Thus smart_str always returns a str objects.
* Used the new smart_str in a few places where both Python 2 and 3
  want a str.
2012-08-07 12:00:22 +02:00
..
deployment restored a missing \ in uwsgi docs 2012-07-06 10:10:27 +01:00
apache-auth.txt Fixed #18029 -- Removed mod_python as of deprecation process. Thanks Aymeric Augustin for the review. 2012-03-31 10:34:11 +00:00
auth-remote-user.txt Fixed #14551 -- corrected a type in the remote user auth documentation. Thanks to mag for the report and fix. 2010-10-24 17:29:24 +00:00
custom-file-storage.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00
custom-management-commands.txt Fixed #18587 -- Typo in management command example 2012-07-07 16:00:03 +02:00
custom-model-fields.txt [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
custom-template-tags.txt Removed references to changes made in 1.2. 2012-06-07 15:02:35 +02:00
error-reporting.txt Fixed #17309 -- Typo in the IGNORABLE_404_URLS example. 2011-11-28 19:41:58 +00:00
index.txt Replaced http by https in djangoproject.com links 2012-03-13 17:53:31 +00:00
initial-data.txt Fixed #18626 -- rst syntax collision. 2012-07-15 11:25:13 +02:00
jython.txt Updated obsolete links in the documentation 2012-06-28 10:49:07 +02:00
legacy-databases.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00
outputting-csv.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00
outputting-pdf.txt Fixed #18440 -- Pointed out that ReportLab is not thread safe. Thanks, jens@lundstroem.com 2012-06-08 11:46:45 -05:00
static-files.txt Fixed #18451 -- Vastly improved class based view documentation. 2012-06-11 10:40:23 +02:00