django/docs
Matt Boersma cb02d34376 Fixed fat-finger typo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6362 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-16 15:57:15 +00:00
..
man
add_ons.txt Fixed #5432 -- Added docs/form_preview.txt. Thanks, ryankanno 2007-09-14 23:15:40 +00:00
admin_css.txt
apache_auth.txt Fix a couple of typos from [6309] 2007-09-16 02:01:06 +00:00
api_stability.txt Fixed #4980 -- Removed 'forms' from the 'not considered stable and will be rewritten' section of docs/api_stability.txt. They've already been rewritten. 2007-08-06 05:37:17 +00:00
authentication.txt Fixed #3032 -- Added some useful methods and attributes so that AnonymousUser can proxy for a User a bit more logically. Patch from semenov. 2007-09-15 18:01:29 +00:00
cache.txt Fixed #5284 -- Documented never_cache decorator. Thanks, xbito 2007-09-15 18:43:49 +00:00
contenttypes.txt Fixed #4234 -- Added docs/contenttypes. Thanks, ubernostrum 2007-09-15 18:29:09 +00:00
contributing.txt Fixed #5430 -- Improved docs for running Django's own unit tests in docs/contributing.txt. Thanks, akaihola 2007-09-15 17:44:14 +00:00
csrf.txt Added a reference for the claim in CSRF docs that GET requests 2007-08-16 14:09:41 +00:00
databases.txt Fixed #5024 -- Fixed potential error in docs/databases.txt related to MySQL 'passwd'. Thanks, ispivey@gmail.com and ubernostrum 2007-09-15 05:00:21 +00:00
databrowse.txt Fixed #4061: added docs on how to limit access to databrowse. Thanks, Nick Efford 2007-09-14 18:59:20 +00:00
db-api.txt Fixed #5275 -- Documented QuerySet.iterator(). Thanks, ubernostrum 2007-09-15 18:31:50 +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 #5376 -- Added --addrport option to the 'testserver' command. Thanks, toddobryan 2007-09-14 19:17:15 +00:00
documentation.txt
email.txt Fixed #5503 -- corrected a small typo in email example. Thanks, trey@ktrl.com. 2007-09-16 03:57:33 +00:00
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 #5264 -- Specified Flup version in docs/fastcgi.txt. Thanks, akaihola and Nis Jorgensen 2007-09-15 04:30:15 +00:00
flatpages.txt
form_preview.txt Fixed #5432 -- Added docs/form_preview.txt. Thanks, ryankanno 2007-09-14 23:15:40 +00:00
forms.txt
generic_views.txt Fixed #5357 -- Added documentation on the 'page' argument to generic object_list views. Thanks, mitja. 2007-09-15 11:19:35 +00:00
i18n.txt Fixed #3955 -- Added the ability to traverse LOCALE_PATHS when compiling PO files. Thanks, semenov. 2007-09-16 03:17:48 +00:00
install.txt Fixed fat-finger typo. 2007-09-16 15:57:15 +00:00
legacy_databases.txt
middleware.txt
model-api.txt Fixed #3703 -- Added pk property to models. Thanks, Collin Grady and jeromie@gmail.com. 2007-09-16 01:57:25 +00:00
modpython.txt Fixed #5280 -- Minor typo in modpython docs. Thanks for the attention to detail, nsteinmetz@gmail.com. 2007-09-14 08:49:02 +00:00
newforms.txt Fixed #4067 -- Fixed validation of IPAddressFields in newforms. Thanks to neils and the team in the Copenhagen sprint group. 2007-09-16 11:38:32 +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 Added 'New in Django development version' note to docs/request_response.txt change from [6164] 2007-09-14 15:21:30 +00:00
serialization.txt
sessions.txt Edited docs/sessions.txt changes from [6333] 2007-09-15 22:36:53 +00:00
settings.txt Edited docs/settings.txt changes from [6316] 2007-09-15 22:39:51 +00:00
shortcuts.txt Fixed #5474 -- Improved docs/shortcuts.txt. Thanks, minarets and EyePulp 2007-09-14 22:33:06 +00:00
sitemaps.txt
sites.txt Fixed #3766 -- Added in-memory caching for the sites framework. Will speed up all the "current site" lookups. Thanks, Matt Riggott. 2007-09-14 08:37:09 +00:00
static_files.txt
syndication_feeds.txt
templates.txt Fixed #5477 -- Added links from the markup filters to the more extensive documentation in the add-ons file. Patch from mitja. 2007-09-15 09:51:57 +00:00
templates_python.txt Fixed #5484 -- Documented render_to_string. Thanks, ubernostrum 2007-09-15 18:39:44 +00:00
testing.txt Fixed #4692 -- Documented required database privileges. Thanks, ubernostrum 2007-09-15 04:58:41 +00:00
transactions.txt
tutorial01.txt Correcting inadvertent typo from [6224] 2007-09-15 01:02:45 +00:00
tutorial02.txt
tutorial03.txt
tutorial04.txt
unicode.txt
url_dispatch.txt
webdesign.txt