django/docs
Adrian Holovaty 706fcec164 Copied django.forms to django.oldforms and changed all code to reference django.oldforms instead of django.forms. Updated docs/forms.txt to add 'Forwards-compatibility' section that says you should not be using django.oldforms for any new projects.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4208 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-12-15 18:00:50 +00:00
..
add_ons.txt Added django.contrib.formtools, including the forced-preview application 2006-12-05 20:51:25 +00:00
admin_css.txt
apache_auth.txt
api_stability.txt
authentication.txt Fixes #2971 -- Fixed inor typo in example in authentication documentation. Thanks, heckj@mac.com. 2006-11-02 14:30:11 +00:00
cache.txt
contributing.txt Beefed up 'Using branches' part of docs/contributing.txt 2006-12-14 21:02:30 +00:00
csrf.txt
db-api.txt
design_philosophies.txt
django-admin.txt
documentation.txt
email.txt
faq.txt Fixes #2950 -- Removed reference to a 'Summer 2006' release of v1.0 2006-10-23 23:53:24 +00:00
fastcgi.txt
flatpages.txt
forms.txt Copied django.forms to django.oldforms and changed all code to reference django.oldforms instead of django.forms. Updated docs/forms.txt to add 'Forwards-compatibility' section that says you should not be using django.oldforms for any new projects. 2006-12-15 18:00:50 +00:00
generic_views.txt Copied django.forms to django.oldforms and changed all code to reference django.oldforms instead of django.forms. Updated docs/forms.txt to add 'Forwards-compatibility' section that says you should not be using django.oldforms for any new projects. 2006-12-15 18:00:50 +00:00
i18n.txt
install.txt
legacy_databases.txt
middleware.txt
model-api.txt
modpython.txt Fixed #2958 -- Pointed out in docs/modpython.txt that we use <Location> instead of <Directory> 2006-10-27 02:03:15 +00:00
newforms.txt Added 'Notes on field ordering' to docs/newforms.txt 2006-12-13 23:13:01 +00:00
outputting_csv.txt
outputting_pdf.txt
overview.txt
redirects.txt
release_notes_0.95.txt
request_response.txt Fixed #2929 -- Replaced a few occurrences of DEFAULT_MIME_TYPE with the correct 2006-10-23 07:46:22 +00:00
serialization.txt
sessions.txt Fixed #2931 -- Changed 'if request.POST' to 'if request.method == POST' in docs/sessions.txt 2006-11-27 00:08:46 +00:00
settings.txt Fixed #1977 -- Changed postgresql.org link regarding timezone choices in docs/settings.txt 2006-12-14 04:09:18 +00:00
sitemaps.txt Fixed #3033 -- Extended django.contrib.sitemaps to support new, generic sitemap protocol rather than Google's proprietary version. Thanks, Petar Marić 2006-11-20 16:32:40 +00:00
sites.txt
static_files.txt Fixed #2963 -- Fixed bug in docs/static_files.txt. Thanks, Collin Grady 2006-10-30 20:52:02 +00:00
syndication_feeds.txt Fixed #2987: cleaned up the syndication documentation a bit, thanks to dev@simon.net.nz. 2006-11-07 01:54:34 +00:00
templates.txt Fixed typo in docs/templates.txt 2006-11-10 03:30:00 +00:00
templates_python.txt Fixed typo in docs/templates_python.txt 2006-11-10 15:28:32 +00:00
testing.txt Fixed #3085 -- Typo in testing documentation. Thanks, Lachlan Cannon. 2006-12-01 07:07:18 +00:00
transactions.txt
tutorial01.txt
tutorial02.txt Fixed #2854 -- Fixed inconsistency in docs/tutorial02.txt. Thanks, ymasuda 2006-10-24 16:56:25 +00:00
tutorial03.txt Fixed #2863 -- Fixed a small typo in one of the examples. Thanks 2006-10-23 07:42:04 +00:00
tutorial04.txt Fixes #2967 -- Fixed some typos in tutorial 4. Thanks, ramiro. 2006-10-30 13:44:41 +00:00
url_dispatch.txt