django/docs
Malcolm Tredinnick a93b1f7ac3 Fixed #1473 -- Added support for categories back into syndication feeds
(was accidently removed in r1994). Thanks, k.shaposhnikov@gmail.com


git-svn-id: http://code.djangoproject.com/svn/django/trunk@3143 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-19 01:38:06 +00:00
..
add_ons.txt Fixed #2118 -- Fixed typos in docs/add_ons.txt. Thanks, donarb@nwlink.com 2006-06-08 03:03:19 +00:00
admin_css.txt
apache_auth.txt
authentication.txt Made template names in django.contrib.auth.views passable as template_name argument to the view 2006-06-06 05:16:05 +00:00
cache.txt
contributing.txt Fixed #1216 -- Noted in docs/contributing.txt 'Unit tests' section that the user needs permission to create a database 2006-05-05 04:27:16 +00:00
csrf.txt
db-api.txt Fixed #2176 -- Fixed typo in docs/db-api.txt. Thanks, simon@lieschke.net 2006-06-18 17:33:02 +00:00
design_philosophies.txt
django-admin.txt Fixed #1638 -- Documented shortcomings of development server in docs/django-admin.txt 2006-06-02 05:40:31 +00:00
email.txt
faq.txt Fixed #2173 -- Small tweaks to Windows mod_python question in docs/faq.txt. Thanks, paolo and asmodai 2006-06-18 17:29:59 +00:00
flatpages.txt
forms.txt Fixed #2143 -- Changed a few places where the pre-magic-removal-merge syntax 2006-06-14 03:31:34 +00:00
generic_views.txt Fixed #2075 -- Added 'page' parameter to object_list generic view. Thanks, kanashii@kanashii.ca 2006-06-03 22:06:48 +00:00
i18n.txt Fixed #2143 -- Changed a few places where the pre-magic-removal-merge syntax 2006-06-14 03:31:34 +00:00
install.txt
legacy_databases.txt
middleware.txt
model-api.txt Fixed #2141 -- corrected indentation problems in a couple of the code fragments. 2006-06-14 03:34:52 +00:00
modpython.txt
outputting_csv.txt MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
outputting_pdf.txt
overview.txt
redirects.txt
request_response.txt Fixed #1815 -- Fixed ReST errors in docs. Thanks, nico@teknico.net 2006-05-09 15:21:28 +00:00
sessions.txt Fixed #395 -- Added SESSION_EXPIRE_AT_BROWSER_CLOSE setting, which regulates whether session framework should use browser-session-length cookies. 2006-06-01 22:25:06 +00:00
settings.txt Fixed #2062 -- Added YEAR_MONTH_FORMAT and MONTH_DAY_FORMAT settings, and added technical message IDs of the same names. Thanks, ramiro 2006-06-02 04:20:32 +00:00
sites.txt
static_files.txt
syndication_feeds.txt Fixed #1473 -- Added support for categories back into syndication feeds 2006-06-19 01:38:06 +00:00
templates.txt Fixed #2181 -- allow '{' and '}' to be escaped via {% templatetag ... %}. 2006-06-18 04:12:55 +00:00
templates_python.txt Fixed #2096 -- Fixed small error in docs/templates_python.txt. Thanks, ramiro 2006-06-07 02:38:37 +00:00
transactions.txt
tutorial01.txt
tutorial02.txt Fixed typo in docs/tutorial02.txt. Thanks, Nick Fishman 2006-05-31 02:16:49 +00:00
tutorial03.txt Fixed #2047 -- Typo in tutorial03.txt. Thanks, asmodai 2006-05-31 14:29:11 +00:00
tutorial04.txt
url_dispatch.txt