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
custom-file-storage.txt
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
index.txt
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
outputting-csv.txt
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