django/docs
Russell Keith-Magee 42668dcc79 Fixed some stale documentation that was advising against the use of OneToOneFields. Post queryset refactor, that warning is no longer required.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7633 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-14 14:19:28 +00:00
..
man
Makefile
add_ons.txt
admin_css.txt
apache_auth.txt
api_stability.txt
authentication.txt Various documentation edits from the past few changesets 2008-06-12 03:36:48 +00:00
cache.txt
conf.py
contenttypes.txt
contributing.txt Fixed #6320 -- Clarified a few issues in the contribution docs surrounding the triage process. Thanks to telenieko, Edgars Jekabsons and Marc Fargas for their input. 2008-06-14 13:44:49 +00:00
csrf.txt
custom_model_fields.txt
databases.txt Edited various doc changes from [6801] 2007-12-04 06:13:56 +00:00
databrowse.txt
db-api.txt Fixed some stale documentation that was advising against the use of OneToOneFields. Post queryset refactor, that warning is no longer required. 2008-06-14 14:19:28 +00:00
design_philosophies.txt
distributions.txt
django-admin.txt Fixed #7194 -- Fixed typo in django-admin.txt. Thanks, jhlywa 2008-06-12 03:56:41 +00:00
documentation.txt
email.txt
faq.txt Various documentation edits from the past few changesets 2008-06-12 03:36:48 +00:00
fastcgi.txt
flatpages.txt Big glaring warning in docs/flatpages.txt to remind people how response middleware works 2008-05-28 20:31:03 +00:00
form_for_model.txt
form_preview.txt
form_wizard.txt
forms.txt
generic_views.txt
i18n.txt
index.txt
install.txt
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 Reverted mistaken r7545 2008-05-22 19:24:25 +00:00
modelforms.txt Fixed #6982; added an import statement to example in docs/modelforms.txt for the ModelForm class 2008-04-10 04:05:37 +00:00
modpython.txt
newforms.txt
outputting_csv.txt
outputting_pdf.txt Fixed #7382 -- Added a reference to Pisa HTML2PDF in the PDF output docs. Thanks for the suggestion, perenzo. 2008-06-06 15:27:21 +00:00
overview.txt
pagination.txt
redirects.txt
release_notes_0.95.txt
release_notes_0.96.txt
request_response.txt Added 'Setting headers' and 'Telling the browser to treat the response as a file attachment' sections to docs/request_response.txt 2008-04-30 00:03:45 +00:00
serialization.txt Fixed #7350, #7202 -- Fixed serialization for multi-model inheritance, which had multiple problems: 2008-06-09 14:03:35 +00:00
sessions.txt Various documentation edits from the past few changesets 2008-06-12 03:36:48 +00:00
settings.txt Various documentation edits from the past few changesets 2008-06-12 03:36:48 +00:00
shortcuts.txt
sitemaps.txt
sites.txt
static_files.txt
syndication_feeds.txt
templates.txt Fixed #6166: Improved example of autoescaping with template inheritance. Based on a patch from PJCrosier. 2008-03-18 18:41:52 +00:00
templates_python.txt
testing.txt Fixed #7165 -- Added an assertNotContains() method to the test client. Thanks for the suggestion and implementation, J. Pablo Fernandez <pupeno@pupeno.com>. 2008-06-06 13:50:02 +00:00
transactions.txt
tutorial01.txt Fixed #5955 -- Made a bunch of ReST fixes. Thanks, SmileyChris. 2007-11-29 18:15:38 +00:00
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 Fixed #6998 -- Corrected typo in Tutorial 4. Thanks, Peter Upfold. 2008-04-10 00:26:12 +00:00
unicode.txt Edited docs/unicode.txt change from [6463] -- Americanized 'behavior' 2007-11-30 05:09:49 +00:00
url_dispatch.txt Fixed #7191 -- Removed leading slashes in description of the patterns that a URLconf checks when GET data is present. Thanks, andrews. 2008-05-29 12:02:11 +00:00
webdesign.txt