django/docs
Russell Keith-Magee 5b9d907ae8 Fixed #7382 -- Added a reference to Pisa HTML2PDF in the PDF output docs. Thanks for the suggestion, perenzo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7582 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-06 15:27:21 +00:00
..
man Fixed #5180 -- Added man pages for remaining files under django/bin/. We still need to rename some binaries before they can be safely installed, I suspect, so these aren't installed by default yet, but the groundwork is there now. Excellent job, Nick Efford! 2007-08-19 11:59:20 +00:00
Makefile
add_ons.txt
admin_css.txt
apache_auth.txt
api_stability.txt Fixed #6597 -- Corrected spelling mistake. Thanks for the report, Atul Varma. 2008-02-13 23:17:55 +00:00
authentication.txt
cache.txt
conf.py
contenttypes.txt
contributing.txt
csrf.txt
custom_model_fields.txt
databases.txt
databrowse.txt
db-api.txt
design_philosophies.txt Fixed #6367 -- Fixed link to zen of Python, thanks N00ne and dtulig. 2008-01-13 02:14:21 +00:00
distributions.txt
django-admin.txt
documentation.txt
email.txt
faq.txt
fastcgi.txt Fixed #5264 -- Specified Flup version in docs/fastcgi.txt. Thanks, akaihola and Nis Jorgensen 2007-09-15 04:30:15 +00:00
flatpages.txt
form_for_model.txt
form_preview.txt Fixed #5834 -- Fixed import in `formtools` documentation, thanks telenieko. 2007-10-30 22:57:46 +00:00
form_wizard.txt Added section to docs/form_wizard.txt about extra_context. Thanks, Honza 2008-03-17 17:26:02 +00:00
forms.txt
generic_views.txt
i18n.txt Edited some docs changes from the past few days 2008-03-25 04:42:21 +00:00
index.txt
install.txt
legacy_databases.txt
localflavor.txt
middleware.txt Fixed #6247 -- Added CsrfMiddleware to docs/middleware.txt. Thanks, Uninen 2008-01-02 05:13:46 +00:00
model-api.txt Reverted mistaken r7545 2008-05-22 19:24:25 +00:00
modelforms.txt
modpython.txt
newforms.txt
outputting_csv.txt
outputting_pdf.txt
overview.txt Fixed #5097 -- Made various updates and corrections to the documentation. Thanks, Nicola Larosa 2007-08-07 02:33:11 +00:00
pagination.txt Added docs/pagination.txt 2008-03-18 22:36:14 +00:00
redirects.txt Fixed #4133 -- Fixed broken links in docs. Thanks, Gary Wilson 2007-04-24 05:58:03 +00:00
release_notes_0.95.txt Changed the 0.95 release notes to point to the 0.95 documentation index. 2007-08-04 03:36:58 +00:00
release_notes_0.96.txt
request_response.txt
serialization.txt
sessions.txt Fixed #5507 -- Use a more portable way to get at the system's tmpdir (fixes a 2008-03-20 06:43:58 +00:00
settings.txt
shortcuts.txt
sitemaps.txt Fixed #5890 -- Fixed a ReST markup error. Thanks, arien. 2007-11-11 04:44:11 +00:00
sites.txt
static_files.txt Fixed #4817 -- Removed leading forward slashes from some urlconf examples in the documentation. 2007-07-10 02:34:42 +00:00
syndication_feeds.txt
templates.txt
templates_python.txt
testing.txt
transactions.txt Added 'Transactions in MySQL' section to docs/transactions.txt 2006-07-24 02:39:50 +00:00
tutorial01.txt
tutorial02.txt
tutorial03.txt
tutorial04.txt
unicode.txt Edited docs/unicode.txt change from [6463] -- Americanized 'behavior' 2007-11-30 05:09:49 +00:00
url_dispatch.txt Fixed #7191 -- Removed leading slashes in description of the patterns that a URLconf checks when GET data is present. Thanks, andrews. 2008-05-29 12:02:11 +00:00
webdesign.txt