django/docs
Adrian Holovaty cf2a05952e Fixed #7868 -- Updated FAQ 'When will you release 1.0' to have an actual, valid answer
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8045 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-22 03:10:05 +00:00
..
man Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into django-admin.py. 2008-07-06 06:39:44 +00:00
Makefile
add_ons.txt Added a link to admin docs in add_ons.txt. Refs #7829. 2008-07-21 17:12:15 +00:00
admin.txt Refs #7864 -- Corrected more instances of "newforms" in the docs. 2008-07-21 16:56:52 +00:00
admin_css.txt
apache_auth.txt
api_stability.txt Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, uzi and programmerq 2008-07-22 03:01:21 +00:00
authentication.txt Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, uzi and programmerq 2008-07-22 03:01:21 +00:00
cache.txt
conf.py
contenttypes.txt Fixed spaces vs. tabs issue in docs/contenttypes.txt from [7976] 2008-07-22 02:57:14 +00:00
contributing.txt Fixed #7869 -- Removed a reference to an inner Admin class in docs/contributing.txt. Thanks John Scott. 2008-07-21 17:39:22 +00:00
csrf.txt Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, uzi and programmerq 2008-07-22 03:01:21 +00:00
custom_model_fields.txt Refs #7864 -- Updates to documentation for the oldforms/newforms switch. 2008-07-21 16:38:54 +00:00
databases.txt Corrected the privileges needed to run the test suite under Oracle 2008-07-21 16:50:04 +00:00
databrowse.txt
db-api.txt Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, uzi and programmerq 2008-07-22 03:01:21 +00:00
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 Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, uzi and programmerq 2008-07-22 03:01:21 +00:00
documentation.txt
email.txt
faq.txt Fixed #7868 -- Updated FAQ 'When will you release 1.0' to have an actual, valid answer 2008-07-22 03:10:05 +00:00
fastcgi.txt Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (or 2008-07-21 07:57:10 +00:00
flatpages.txt
form_for_model.txt Refs #7864 -- Updates to documentation for the oldforms/newforms switch. 2008-07-21 16:38:54 +00:00
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 Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, uzi and programmerq 2008-07-22 03:01:21 +00:00
generic_views.txt Corrected link to ModelForm doc. 2008-07-21 16:57:50 +00:00
i18n.txt Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, uzi and programmerq 2008-07-22 03:01:21 +00:00
index.txt Refs #7864 -- Updates to documentation for the oldforms/newforms switch. 2008-07-21 16:38:54 +00:00
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
localflavor.txt Refs #7864 -- Updates to documentation for the oldforms/newforms switch. 2008-07-21 16:38:54 +00:00
middleware.txt Fixed #6247 -- Added CsrfMiddleware to docs/middleware.txt. Thanks, Uninen 2008-01-02 05:13:46 +00:00
model-api.txt Refs #7864 -- Updates to documentation for the oldforms/newforms switch. 2008-07-21 16:38:54 +00:00
modelforms.txt Refs #7864 -- Corrected more instances of "newforms" in the docs. 2008-07-21 16:56:52 +00:00
modpython.txt Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (or 2008-07-21 07:57:10 +00:00
oldforms.txt It's time for the "newforms" documentation to arrive: 2008-07-21 17:13:41 +00:00
outputting_csv.txt
outputting_pdf.txt
overview.txt
pagination.txt Fixed #7307 -- Split InvalidPage exception into two subclasses, PageNotAnInteger and EmptyPage, for granular exception catching. Thanks for the idea, miracle2k 2008-07-08 02:20:48 +00:00
redirects.txt
release_notes_0.95.txt Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, uzi and programmerq 2008-07-22 03:01:21 +00:00
release_notes_0.96.txt
release_notes_1.0_alpha.txt Changed "each" to "ease" and made several edits from Adrian. 2008-07-22 02:33:16 +00:00
request_response.txt Fixed #2070: refactored Django's file upload capabilities. 2008-07-01 15:10:51 +00:00
serialization.txt
sessions.txt Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into django-admin.py. 2008-07-06 06:39:44 +00:00
settings.txt Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (or 2008-07-21 07:57:10 +00:00
shortcuts.txt
sitemaps.txt Fixed #7185 -- Added a "ping_google" management command to 2008-07-01 12:25:59 +00:00
sites.txt
static_files.txt
syndication_feeds.txt
templates.txt Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, uzi and programmerq 2008-07-22 03:01:21 +00:00
templates_python.txt
testing.txt Refs #7864 -- Corrected more instances of "newforms" in the docs. 2008-07-21 16:56:52 +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 Improved the bit of the tutorial that explains how to enable the admin. Fixes #7824. 2008-07-21 17:10:33 +00:00
tutorial03.txt Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, uzi and programmerq 2008-07-22 03:01:21 +00:00
tutorial04.txt
unicode.txt
upload_handling.txt Refs #7864 -- Updates to documentation for the oldforms/newforms switch. 2008-07-21 16:38:54 +00:00
url_dispatch.txt Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, uzi and programmerq 2008-07-22 03:01:21 +00:00
webdesign.txt