django/docs
Russell Keith-Magee ff25059ffb Fixed #5357 -- Added documentation on the 'page' argument to generic object_list views. Thanks, mitja.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6280 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-15 11:19:35 +00:00
..
man
add_ons.txt Fixed #5432 -- Added docs/form_preview.txt. Thanks, ryankanno 2007-09-14 23:15:40 +00:00
admin_css.txt
apache_auth.txt
api_stability.txt
authentication.txt Fixed #5394 -- REDIRECT_FIELD_NAME is now configurable. Thanks, Petr Marhoun, DavidReynolds and effbot 2007-09-14 19:25:37 +00:00
cache.txt Updated docs/cache.txt section on 'dummy caching' to use the same example format as the other backends 2007-09-04 22:44:35 +00:00
contributing.txt Added 'Claiming tickets' section to docs/contributing.txt 2007-09-12 14:38:47 +00:00
csrf.txt
databases.txt Fixed #5024 -- Fixed potential error in docs/databases.txt related to MySQL 'passwd'. Thanks, ispivey@gmail.com and ubernostrum 2007-09-15 05:00:21 +00:00
databrowse.txt Fixed #4061: added docs on how to limit access to databrowse. Thanks, Nick Efford 2007-09-14 18:59:20 +00:00
db-api.txt Fixed #5341 -- Clarified docs/db-api.txt docs about params in extra(). Thanks, Paul Smith 2007-09-14 04:55:09 +00:00
design_philosophies.txt
distributions.txt Fixed #5334 -- Added installation instructions for FreeBSD, and sorted the existing instructions by name. Thanks, Paul Bissex. 2007-09-04 13:09:59 +00:00
django-admin.txt Fixed #5376 -- Added --addrport option to the 'testserver' command. Thanks, toddobryan 2007-09-14 19:17:15 +00:00
documentation.txt Fixed #4034 -- Updated docs/documentation.txt to reflect the removal of build_documentation.py 2007-05-02 20:27:37 +00:00
email.txt
faq.txt
fastcgi.txt Fixed #5264 -- Specified Flup version in docs/fastcgi.txt. Thanks, akaihola and Nis Jorgensen 2007-09-15 04:30:15 +00:00
flatpages.txt
form_preview.txt Fixed #5432 -- Added docs/form_preview.txt. Thanks, ryankanno 2007-09-14 23:15:40 +00:00
forms.txt
generic_views.txt Fixed #5357 -- Added documentation on the 'page' argument to generic object_list views. Thanks, mitja. 2007-09-15 11:19:35 +00:00
i18n.txt Fixed #5489 -- Updated docs to reflect the changes in [6177]. Thanks, msaelices. 2007-09-15 10:11:26 +00:00
install.txt Fixed #4692 -- Documented required database privileges. Thanks, ubernostrum 2007-09-15 04:58:41 +00:00
legacy_databases.txt
middleware.txt
model-api.txt Fixed #5460 -- unique_together now accepts a single tuple for convenience. Thanks, Deryck Hodge 2007-09-14 20:36:53 +00:00
modpython.txt Fixed #5280 -- Minor typo in modpython docs. Thanks for the attention to detail, nsteinmetz@gmail.com. 2007-09-14 08:49:02 +00:00
newforms.txt Fixed #5387 -- Added is_multipart method to forms. Original patch from Petr Marhhoun. Tests and documentation from Murkt. 2007-09-15 10:12:05 +00:00
outputting_csv.txt
outputting_pdf.txt
overview.txt
redirects.txt
release_notes_0.95.txt
release_notes_0.96.txt
request_response.txt Added 'New in Django development version' note to docs/request_response.txt change from [6164] 2007-09-14 15:21:30 +00:00
serialization.txt
sessions.txt
settings.txt Fixed #5455 -- Fixed some backticks, quotes and typos in the settings documentation. Thanks, akaihola. 2007-09-14 16:40:42 +00:00
shortcuts.txt Fixed #5474 -- Improved docs/shortcuts.txt. Thanks, minarets and EyePulp 2007-09-14 22:33:06 +00:00
sitemaps.txt
sites.txt Fixed #3766 -- Added in-memory caching for the sites framework. Will speed up all the "current site" lookups. Thanks, Matt Riggott. 2007-09-14 08:37:09 +00:00
static_files.txt
syndication_feeds.txt
templates.txt Fixed #5477 -- Added links from the markup filters to the more extensive documentation in the add-ons file. Patch from mitja. 2007-09-15 09:51:57 +00:00
templates_python.txt Edited docs/templates_python.txt change from [6143] 2007-09-14 04:04:51 +00:00
testing.txt Fixed #4692 -- Documented required database privileges. Thanks, ubernostrum 2007-09-15 04:58:41 +00:00
transactions.txt Added 'Transactions in MySQL' section to docs/transactions.txt 2006-07-24 02:39:50 +00:00
tutorial01.txt Correcting inadvertent typo from [6224] 2007-09-15 01:02:45 +00:00
tutorial02.txt
tutorial03.txt
tutorial04.txt
unicode.txt
url_dispatch.txt
webdesign.txt