django/docs
Malcolm Tredinnick aae36cfc8e Fixed #4355 -- Clarified a confusing example in the use of the url template
tag. Based on a patch from Collin Grady.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@5353 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-26 09:43:32 +00:00
..
add_ons.txt
admin_css.txt
apache_auth.txt
api_stability.txt
authentication.txt
cache.txt
contributing.txt Simplified a coding style example in docs/contributing.txt from [5264] 2007-05-16 21:36:31 +00:00
csrf.txt
databases.txt Added a note that MySQLdb versions prior to 1.2.1p2 will only work with 2007-04-20 13:33:09 +00:00
databrowse.txt Fixed #4217 -- Added note to docs/databrowse.txt about import. Thanks, Thomas Güttler 2007-05-14 03:29:13 +00:00
db-api.txt Fixed #4303 -- Fixed typos in docs/db-api.txt. Thanks, Gary Wilson 2007-05-15 19:35:53 +00:00
design_philosophies.txt
distributions.txt
django-admin.txt
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
flatpages.txt
forms.txt Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code 2007-05-21 01:29:58 +00:00
generic_views.txt
i18n.txt Fixed #4281 -- Fixed error in docs/i18n.txt example 2007-05-12 15:38:24 +00:00
install.txt Added 'http://' to python.org link in docs/install.txt, so it will be auto-linked when converted to HTML 2007-05-19 04:17:54 +00:00
legacy_databases.txt
middleware.txt
model-api.txt Fixed #4351 -- Attempted to make it easier for readers to see the difference 2007-05-26 09:17:38 +00:00
modpython.txt
newforms.txt Fixed #4353 -- Fixed a typo in newforms documentation. I can't believe the 2007-05-26 09:22:55 +00:00
outputting_csv.txt
outputting_pdf.txt
overview.txt Changed all references to tutorial1/ to be tutorial01/ (and similarly for 2007-04-20 09:15:30 +00:00
redirects.txt
release_notes_0.95.txt Fixed a small typo. 2006-09-28 11:38:19 +00:00
release_notes_0.96.txt Fixed #3793 -- Fixed grammar in docs/release_notes_0.96.txt 2007-03-25 23:22:37 +00:00
request_response.txt Added HTTP_HOST example header 2007-04-23 21:24:41 +00:00
serialization.txt
sessions.txt Fixed #4201 -- Fixed pre-MR style code example in docs/sessions.txt. Thanks, Collin Grady 2007-05-02 22:10:12 +00:00
settings.txt Fixed #4327 -- Fixed silly typo in code example. Pointed out by 2007-05-19 18:51:37 +00:00
sitemaps.txt
sites.txt
static_files.txt
syndication_feeds.txt Fixed #3664 -- Documented that get_absolute_url() and item_link() (in 2007-05-15 18:03:00 +00:00
templates.txt Fixed #4355 -- Clarified a confusing example in the use of the url template 2007-05-26 09:43:32 +00:00
templates_python.txt
testing.txt Fixed #4285 -- Fixed ReST error in docs/testing.txt. Thanks, Michał Kwiatkowski 2007-05-14 03:27:07 +00:00
transactions.txt
tutorial01.txt Fixed #4133 -- Fixed broken links in docs. Thanks, Gary Wilson 2007-04-24 05:58:03 +00:00
tutorial02.txt Fixed #4344 -- Trivial typo fix. 2007-05-21 03:48:52 +00:00
tutorial03.txt
tutorial04.txt
url_dispatch.txt Edited docs/url_dispatch.txt changes from [4901] 2007-04-09 02:07:04 +00:00
webdesign.txt