1
0
mirror of https://github.com/django/django.git synced 2024-12-25 10:35:48 +00:00
django/docs/howto
2011-02-16 00:24:49 +00:00
..
deployment
apache-auth.txt
auth-remote-user.txt
custom-file-storage.txt
custom-management-commands.txt Fixed a couple of documentation typos. 2011-02-14 15:02:02 +00:00
custom-model-fields.txt Fixed #15308 -- Sphinx/reST fixes for the Custom Model Fields docs. 2011-02-16 00:24:49 +00:00
custom-template-tags.txt Fixed #15138 -- Clarified a slightly ambiguous example in the custom template tag docs. Thanks to elbarto for the report and patch. 2011-02-07 23:44:43 +00:00
error-reporting.txt
i18n.txt Fixed #5494, #10765, #14924 -- Modified the order in which translations are read when composing the final translation to offer at runtime. 2011-02-07 18:48:40 +00:00
index.txt
initial-data.txt Refs #14661 -- Clarified the handling of initial data injected via custom SQL. 2011-01-18 16:43:01 +00:00
jython.txt
legacy-databases.txt
outputting-csv.txt
outputting-pdf.txt
static-files.txt Fixes #15270 -- Moved back the serve view to django.views.static due to dependency conflicts with the contrib app staticfiles (reverts parts of r14293). Added a helper function that generates URL patterns for serving static and media files during development. Thanks to Carl for reviewing the patch. 2011-02-14 01:42:26 +00:00