django/docs
Malcolm Tredinnick 2c4b13cbe7 Changed the (internal) way extra(select=.., select_params=...) handling is done
so that parameters stay with their select items. This means that merging and
trimming of those items is handled correctly.

Refs #7957, #7961. Fixed #8191.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8426 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-17 20:07:59 +00:00
..
man Fixed #5463 -- Allow alternate file extensions on files that are translated. 2008-08-08 16:41:55 +00:00
Makefile Added the basics needed to build Django's docs using [http://sphinx.pocoo.org/ Sphinx]. If you've got Sphinx installed (the latest version) along with [http://docutils.sf.net docutils], you should be able to easily build the docs locally using {{{sphinx-build}}} or the included {{{Makefile}}}. This use a basic (and pretty crappy) index for the documentation and the built-in Sphinx styles (which are actually quite nice). 2008-03-27 15:03:52 +00:00
add_ons.txt
admin.txt
admin_css.txt
apache_auth.txt
api_stability.txt
authentication.txt
cache.txt
conf.py
contenttypes.txt
contributing.txt
csrf.txt
custom_model_fields.txt
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
design_philosophies.txt
distributions.txt
django-admin.txt
documentation.txt
email.txt
faq.txt Fixed #7951 -- Corrected typo in FAQ. Thanks to vulcan_eager for the report. 2008-07-25 11:21:21 +00:00
fastcgi.txt
files.txt
flatpages.txt Fixed #4081 -- Allow empty content in flatpages. 2008-06-30 13:05:47 +00:00
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
modelforms.txt
modpython.txt
oldforms.txt
outputting_csv.txt
outputting_pdf.txt
overview.txt
pagination.txt
redirects.txt
release_notes_0.95.txt
release_notes_0.96.txt
release_notes_1.0_alpha.txt
release_notes_1.0_alpha_2.txt
release_notes_1.0_beta_1.txt
request_response.txt
serialization.txt
sessions.txt
settings.txt
shortcuts.txt
sitemaps.txt
sites.txt
static_files.txt
syndication_feeds.txt
templates.txt
templates_python.txt
testing.txt
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
upload_handling.txt
url_dispatch.txt
webdesign.txt