django/docs
Gary Wilson Jr 12c7918a45 Fixed #8224 -- Corrected link in files documentation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8299 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-11 13:52:09 +00:00
..
man
Makefile
add_ons.txt
admin.txt
admin_css.txt
apache_auth.txt
api_stability.txt
authentication.txt
cache.txt
conf.py
contenttypes.txt Fixed #4667 -- Added support for inline generic relations in the admin. Thanks to Honza Král and Alex Gaynor for their work on this ticket. 2008-08-10 04:03:01 +00:00
contributing.txt
csrf.txt Normalized the use of "JavaScript" in the documentation. 2008-07-27 18:34:21 +00:00
custom_model_fields.txt
databases.txt
databrowse.txt
db-api.txt Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features: 2008-08-10 21:10:47 +00:00
design_philosophies.txt
distributions.txt Fixed #6597 -- Corrected spelling mistake. Thanks for the report, Atul Varma. 2008-02-13 23:17:55 +00:00
django-admin.txt
documentation.txt
email.txt Removing another mention of manipulators 2008-07-27 23:27:16 +00:00
faq.txt
fastcgi.txt
files.txt
flatpages.txt
form_preview.txt Refs #7864 -- Updates to documentation for the oldforms/newforms switch. 2008-07-21 16:38:54 +00:00
form_wizard.txt Refs #7864 -- Updates to documentation for the oldforms/newforms switch. 2008-07-21 16:38:54 +00:00
forms.txt
generic_views.txt
i18n.txt
index.txt
install.txt Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, uzi and programmerq 2008-07-22 03:01:21 +00:00
legacy_databases.txt Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B. 2007-07-01 01:00:23 +00:00
localflavor.txt
middleware.txt
model-api.txt Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features: 2008-08-10 21:10:47 +00:00
modelforms.txt Refs #7864 -- Corrected more instances of "newforms" in the docs. 2008-07-21 16:56:52 +00:00
modpython.txt
oldforms.txt
outputting_csv.txt
outputting_pdf.txt
overview.txt
pagination.txt
redirects.txt
release_notes_0.95.txt
release_notes_0.96.txt
release_notes_1.0_alpha.txt
release_notes_1.0_alpha_2.txt
request_response.txt
serialization.txt
sessions.txt
settings.txt File storage refactoring, adding far more flexibility to Django's file handling. The new files.txt document has details of the new features. 2008-08-08 20:59:02 +00:00
shortcuts.txt Made a bunch of small doc rewordings from changes over the past couple of weeks 2008-02-16 05:15:09 +00:00
sitemaps.txt
sites.txt Fixed #6287 -- Fixed typos in docs/sites.txt. Thanks, arien and Horst Gutmann 2008-01-02 05:01:54 +00:00
static_files.txt
syndication_feeds.txt
templates.txt
templates_python.txt
testing.txt Fixed #5461 -- Refactored the database backend code to use classes for the creation and introspection modules. Introduces a new validation module for DB-specific validation. This is a backwards incompatible change; see the wiki for details. 2008-08-11 12:11:25 +00:00
transactions.txt
tutorial01.txt Fixed #7605 -- Added a note about SQLite database creation to Tutorial 1. Thanks to pfctdayelise for the suggestion. 2008-07-13 12:16:11 +00:00
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