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
Makefile
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
databrowse.txt
db-api.txt
design_philosophies.txt
distributions.txt
django-admin.txt
documentation.txt
email.txt
faq.txt
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 It's time for the "newforms" documentation to arrive: 2008-07-21 17:13:41 +00:00
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 1.0 alpha 2 release notes 2008-08-08 22:00:25 +00:00
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 Fixed #8137 -- Replaced an outdated link in the transactions docs. 2008-08-15 13:44:43 +00:00
tutorial01.txt
tutorial02.txt Fixed #8132 -- Updated tutorial 2 to describe the current way to customise the 2008-08-16 22:25:20 +00:00
tutorial03.txt Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, uzi and programmerq 2008-07-22 03:01:21 +00:00
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