django/docs
Adrian Holovaty 9541d7a7c7 Fixed #251 -- Added OR support to queries, via the new 'complex' DB API keyword argument. Updated docs and added unit tests. Also removed old, undocumented '_or' parameter. Thanks, Hugo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1508 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-30 06:14:05 +00:00
..
add_ons.txt
admin_css.txt
apache_auth.txt
authentication.txt
cache.txt
contributing.txt
db-api.txt
design_philosophies.txt Added 'Safety and security' section to docs/design_philosophies.txt 2005-11-13 22:59:51 +00:00
django-admin.txt
faq.txt Added 'Should I use the official version or development version?' question to the FAQ 2005-11-20 23:49:35 +00:00
flatpages.txt
forms.txt
generic_views.txt
i18n.txt
install.txt
legacy_databases.txt BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone apps in django.contrib that are NOT installed by default. See http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges for full migration information. 2005-11-11 04:45:05 +00:00
middleware.txt
model-api.txt
modpython.txt
outputting_csv.txt
outputting_pdf.txt
overview.txt
redirects.txt
request_response.txt
sessions.txt
settings.txt
static_files.txt
syndication_feeds.txt
templates.txt
templates_python.txt
tutorial01.txt
tutorial02.txt
tutorial03.txt
tutorial04.txt
url_dispatch.txt
writing-apps-guide-outline.txt