django/docs
Malcolm Tredinnick e70d7e6064 Fixed #987 -- Convert relative URI portions into absolute URIs in HTTP Location headers. Based on a patch from SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6164 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-14 05:28:00 +00:00
..
man Fixed #5180 -- Added man pages for remaining files under django/bin/. We still need to rename some binaries before they can be safely installed, I suspect, so these aren't installed by default yet, but the groundwork is there now. Excellent job, Nick Efford! 2007-08-19 11:59:20 +00:00
add_ons.txt Fixed #3311 -- Added naturalday filter to contrib.humanize. Thanks, Jyrki Pulliainen. 2007-08-20 08:50:08 +00:00
admin_css.txt
apache_auth.txt
api_stability.txt
authentication.txt Fixed #4923 -- Fixed error in docs/authentication.txt. Thanks, djangotrac.20.skel@spamgourmet.org 2007-09-03 06:16:47 +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
databrowse.txt
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 broken link in docs/django-admin.txt 2007-09-09 22:01:33 +00:00
documentation.txt
email.txt
faq.txt Fixed #5209 -- Removed link to outdated screencast in docs/faq.txt. Thanks, Collin Grady 2007-08-25 18:37:43 +00:00
fastcgi.txt Fixed #5336 -- Altered an example in docs/fastcgi.txt. Thanks, Thomas Guttler 2007-09-09 22:48:25 +00:00
flatpages.txt
forms.txt
generic_views.txt Added documentation notes for new feature added in [6149]. 2007-09-14 04:24:58 +00:00
i18n.txt
install.txt
legacy_databases.txt
middleware.txt
model-api.txt Fixed #5406 -- Fixed spelling error in docs/model-api.txt. Thanks, Andrew Shearer 2007-09-12 13:11:51 +00:00
modpython.txt Fixed #5280 -- Fixed typo in docs/modpython.txt. Thanks, nsteinmetz@gmail.com 2007-09-09 17:21:36 +00:00
newforms.txt Fixed #3922 -- Added a warning that fields passed to form_for_model callback function should not be modified. It's bad for your health. Thanks, Philippe Raoult. 2007-09-14 01:45:26 +00:00
outputting_csv.txt
outputting_pdf.txt
overview.txt
redirects.txt Fixed #4133 -- Fixed broken links in docs. Thanks, Gary Wilson 2007-04-24 05:58:03 +00:00
release_notes_0.95.txt
release_notes_0.96.txt
request_response.txt Fixed #987 -- Convert relative URI portions into absolute URIs in HTTP Location headers. Based on a patch from SmileyChris. 2007-09-14 05:28:00 +00:00
serialization.txt
sessions.txt
settings.txt Fixed #5169 -- Fixed error in docs/settings.txt "404 errors" section. Thanks, rokclimb15@gmail.com 2007-08-25 18:51:32 +00:00
sitemaps.txt
sites.txt Fixed #2319 -- Added a note that the sites framework is used by admin's view-on-site functionality. Based on a patch from David Reynolds. 2007-09-14 00:52:39 +00:00
static_files.txt
syndication_feeds.txt
templates.txt Fixed #208 -- Modernized the syntax of the cycle tag to allow for spaces and variables in cycle values. Thanks to SmileyChris and Chris McAvoy for their work on this. 2007-09-14 02:49:21 +00:00
templates_python.txt Edited docs/templates_python.txt change from [6143] 2007-09-14 04:04:51 +00:00
testing.txt Fixed #4360 -- Corrected where HTTP headers are in the test response. Also noted that it is an extension of HttpResponse, not a simpler object. Thanks, John Shaffer for the first part. 2007-09-14 01:21:34 +00:00
transactions.txt
tutorial01.txt Fixed #5271 -- Fixed documentation reference to using the application name as an argument to manage.py validate. The recent management.py refactor exposed this error; it was silently ignored previously. 2007-09-03 13:13:10 +00:00
tutorial02.txt
tutorial03.txt
tutorial04.txt Used the url() function when adding a named URL pattern, mostly as an example of good practice and to introduce the function. Fixed #4908 (although it wasn't a bug). 2007-08-19 15:08:48 +00:00
unicode.txt
url_dispatch.txt Added documentation of the arguments for the url() function. 2007-08-19 15:08:21 +00:00
webdesign.txt