django/docs
Adrian Holovaty 35cc9d9b09 Added 'New in Django development version' notes to docs/model-api.txt regarding DecimalField and FloatField (see [5302])
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5308 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-21 20:45:33 +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 Negligible spacing changes to docs/csrf.txt to be consistent 2006-12-18 03:59:45 +00:00
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 #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
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 Remove notes about things added/removed in development version, since the development version is about to become 0.96 2007-03-23 20:45:30 +00:00
model-api.txt Added 'New in Django development version' notes to docs/model-api.txt regarding DecimalField and FloatField (see [5302]) 2007-05-21 20:45:33 +00:00
modpython.txt
newforms.txt Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code 2007-05-21 01:29:58 +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
serialization.txt
sessions.txt
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
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 #4285 -- Fixed ReST error in docs/testing.txt. Thanks, Michał Kwiatkowski 2007-05-14 03:27:07 +00:00
transactions.txt
tutorial01.txt
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