django/docs
Malcolm Tredinnick c71686489b Fixed #7061 -- Fixed a small inaccuracy in the i18n docs. Thanks akaihola.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7842 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-06 04:08:13 +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 Fixed #2845 -- Corrected a few spelling errors in the docs and changed a 2006-09-29 02:30:42 +00:00
apache_auth.txt
api_stability.txt
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
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
form_wizard.txt
forms.txt Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `FormField`s and db model `Field`s. This is fully backwards compatible at the moment since the legacy `maxlength` argument is still supported. Using `maxlength` will, however, issue a `PendingDeprecationWarning` when used. 2007-08-05 05:14:46 +00:00
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 Fixed #6891 -- Clarified modelform usage documentation. Thanks to Eric Holscher for the suggestion. 2008-06-23 12:57:11 +00:00
modpython.txt
newforms.txt
outputting_csv.txt
outputting_pdf.txt
overview.txt
pagination.txt
redirects.txt
release_notes_0.95.txt
release_notes_0.96.txt
request_response.txt Fixed #2070: refactored Django's file upload capabilities. 2008-07-01 15:10:51 +00:00
serialization.txt
sessions.txt Fixed #6777 -- Made some text in docs/sessions.txt into internal links. Thanks, ramiro 2008-06-16 04:01:33 +00:00
settings.txt Fixed #2070: refactored Django's file upload capabilities. 2008-07-01 15:10:51 +00:00
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 Refs #5089 -- Added file name to poll detail template examples in the tutorial. 2007-08-05 04:39:52 +00:00
tutorial04.txt
unicode.txt
upload_handling.txt
url_dispatch.txt
webdesign.txt