django/docs
Malcolm Tredinnick ac2772bd5c Fixed a typo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5369 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-27 14:09:57 +00:00
..
add_ons.txt
admin_css.txt Fixed #2845 -- Corrected a few spelling errors in the docs and changed a 2006-09-29 02:30:42 +00:00
apache_auth.txt
api_stability.txt Fixed #4133 -- Fixed broken links in docs. Thanks, Gary Wilson 2007-04-24 05:58:03 +00:00
authentication.txt Added note about Django development version to docs/authentication.txt change from [5073] 2007-04-26 14:52:40 +00:00
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
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 #4388 -- Documented where the view shortcuts are imported from. Based on 2007-05-26 09:53:16 +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 Edited docs/email.txt changes from [5141] and other recent changesets 2007-05-06 04:23:12 +00:00
faq.txt Fixed #4133 -- Fixed broken links in docs. Thanks, Gary Wilson 2007-04-24 05:58:03 +00:00
fastcgi.txt
flatpages.txt Fixed #4133 -- Fixed broken links in docs. Thanks, Gary Wilson 2007-04-24 05:58:03 +00:00
forms.txt Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code 2007-05-21 01:29:58 +00:00
generic_views.txt Fixed #4133 -- Fixed broken links in docs. Thanks, Gary Wilson 2007-04-24 05:58:03 +00:00
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 Added references to the various get_FOO_*() methods for FileField and 2007-05-27 13:01:21 +00:00
modpython.txt Fixed #4150 -- Added an explanation of how to use eggs with mod_python. 2007-05-27 12:45:14 +00:00
newforms.txt Fixed #4395 -- Fixed a couple of typos in the examples. 2007-05-27 04:37:46 +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 Fixed a small typo. 2006-09-28 11:38:19 +00:00
release_notes_0.96.txt
request_response.txt
serialization.txt Fixed #4042 -- Fixed typo in serialization example. Thanks, Vinay Sajip. 2007-05-08 03:07:58 +00:00
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 #3227 -- Clarified DATABASE_HOST semantics for PostgreSQL. 2007-05-27 11:33:57 +00:00
sitemaps.txt Removed "new in development version" warning, since this feature was in the 2007-05-08 02:27:30 +00:00
sites.txt Fixed #4133 -- Fixed broken links in docs. Thanks, Gary Wilson 2007-04-24 05:58:03 +00:00
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 Added a clarification that {#...#} is only for single-line comments. 2007-05-27 10:44:42 +00:00
templates_python.txt Fixed #4267 -- In example code, extract the template tag name correctly in 2007-05-11 08:50:54 +00:00
testing.txt Fixed #4366 -- Fixed a small typo. Thanks, Ivan Sagalaev. 2007-05-27 13:20:48 +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 Fixed #4307 -- Clarified that ROOT_URLCONF is in settings.py and fixed a small 2007-05-27 13:11:30 +00:00
tutorial04.txt Fixed #4221 -- Removed dependence on hard-coded URL in tutorial 4. 2007-05-27 13:41:10 +00:00
url_dispatch.txt Fixed a typo. 2007-05-27 14:09:57 +00:00
webdesign.txt