django/docs
Malcolm Tredinnick e2740dd400 Fixed #7630 -- Slight tweak to the custom form widget exampleto avoid any
confusion. Based on a patch from Christian Tanzer.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7845 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-06 11:00:58 +00:00
..
man
Makefile
add_ons.txt
admin_css.txt
apache_auth.txt
api_stability.txt
authentication.txt
cache.txt
conf.py
contenttypes.txt
contributing.txt
csrf.txt
custom_model_fields.txt
databases.txt Edited various doc changes from [6801] 2007-12-04 06:13:56 +00:00
databrowse.txt Fixed #4061: added docs on how to limit access to databrowse. Thanks, Nick Efford 2007-09-14 18:59:20 +00:00
db-api.txt
design_philosophies.txt
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 #7292 -- Removed reference to form_for_model in the form_preview docs. Thanks to programmerq for the report. 2008-06-17 11:22:03 +00:00
form_wizard.txt
forms.txt
generic_views.txt
i18n.txt
index.txt Added the basics needed to build Django's docs using [http://sphinx.pocoo.org/ Sphinx]. If you've got Sphinx installed (the latest version) along with [http://docutils.sf.net docutils], you should be able to easily build the docs locally using {{{sphinx-build}}} or the included {{{Makefile}}}. This use a basic (and pretty crappy) index for the documentation and the built-in Sphinx styles (which are actually quite nice). 2008-03-27 15:03:52 +00:00
install.txt
legacy_databases.txt
localflavor.txt
middleware.txt
model-api.txt
modelforms.txt
modpython.txt
newforms.txt Fixed #7630 -- Slight tweak to the custom form widget exampleto avoid any 2008-07-06 11:00:58 +00:00
outputting_csv.txt
outputting_pdf.txt
overview.txt
pagination.txt
redirects.txt
release_notes_0.95.txt
release_notes_0.96.txt Fixed #5955 -- Made a bunch of ReST fixes. Thanks, SmileyChris. 2007-11-29 18:15:38 +00:00
request_response.txt
serialization.txt
sessions.txt
settings.txt
shortcuts.txt
sitemaps.txt
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
tutorial01.txt
tutorial02.txt
tutorial03.txt
tutorial04.txt Fixed #6998 -- Corrected typo in Tutorial 4. Thanks, Peter Upfold. 2008-04-10 00:26:12 +00:00
unicode.txt
upload_handling.txt
url_dispatch.txt
webdesign.txt