django/docs
Adrian Holovaty e7546eb275 Fixed a couple of typos in docs/contributing.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4347 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-01-17 21:35:22 +00:00
..
add_ons.txt
admin_css.txt
apache_auth.txt
api_stability.txt
authentication.txt
cache.txt
contributing.txt Fixed a couple of typos in docs/contributing.txt 2007-01-17 21:35:22 +00:00
csrf.txt
db-api.txt Oops -- reverted accidentally commited material from [4280] 2007-01-03 22:38:51 +00:00
design_philosophies.txt
django-admin.txt
documentation.txt
email.txt
faq.txt
fastcgi.txt
flatpages.txt
forms.txt
generic_views.txt
i18n.txt
install.txt Fixed #3229 -- Fixed reference in install.txt. Thanks again, deepfall@gmail.com. 2007-01-06 00:08:55 +00:00
legacy_databases.txt Removed duplication in docs/legacy_databases.txt 2006-12-27 04:23:40 +00:00
middleware.txt Fixed #3225: fixed a typo on docs/middleware.txt. Thanks, Collin Grady 2007-01-03 22:40:06 +00:00
model-api.txt Fixed #3287: method columns in the admin changelist can now have a {{{boolean}}} attribute that uses the clever little checkmark icons instead of the ugly "True" or "False" strings. Thanks for the patch, xian@mintchaos.com 2007-01-12 19:40:06 +00:00
modpython.txt
newforms.txt newforms: Added unit tests and docs explaining that clean_data will only ever contain fields of the form, even if extra fields are passed in data 2007-01-11 00:04:27 +00:00
outputting_csv.txt
outputting_pdf.txt
overview.txt
redirects.txt
release_notes_0.95.txt
request_response.txt
serialization.txt
sessions.txt Fixed #3137 -- Added 'Clearing the session table' section to docs/sessions.txt 2006-12-30 07:30:00 +00:00
settings.txt Fixed #3226: removed some pre-magic-removal-isms in settings docs. Thanks, ubernostrum. 2007-01-03 22:37:05 +00:00
sitemaps.txt
sites.txt
static_files.txt
syndication_feeds.txt
templates.txt Fixes #3176, #3004 -- Added an argument to the floatfilter to allow users to specify precision of floats, Thanks, Eric Floehr. 2007-01-03 05:29:34 +00:00
templates_python.txt
testing.txt Fixed #3277 - fixed a couple of typoes in docs/testing.txt. Thanks, Jeremy. 2007-01-10 19:55:44 +00:00
transactions.txt
tutorial01.txt
tutorial02.txt
tutorial03.txt Fixed #2756 -- Modified the get_object_or_404/get_list_or_404 shortcuts to accept model managers as well as model classes. Thanks, Gary Wilson. 2007-01-03 14:16:58 +00:00
tutorial04.txt
url_dispatch.txt