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
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
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 Another typo in docs/newforms.txt 2008-04-08 06:35:37 +00:00
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
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
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
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