1
0
mirror of https://github.com/django/django.git synced 2024-12-24 18:16:19 +00:00
django/docs
2006-06-08 03:03:19 +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 Added support to django/contrib/auth/handlers/modpython.py for setting DJANGO_SETTINGS_MODULE via a PythonOption instead of SetEnv 2006-05-31 02:09:07 +00:00
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 Fixed #1998 -- Changed double quotes to single quotes 2006-05-26 04:05:02 +00:00
contributing.txt
csrf.txt Fixed #1998 -- Changed double quotes to single quotes 2006-05-26 04:05:02 +00:00
db-api.txt Added section to docs/db-api.txt get_or_create() section about GET vs. POST 2006-06-07 03:10:28 +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 Added 'Is Django a content-management-system?' to the faq 2006-06-08 01:52:59 +00:00
flatpages.txt
forms.txt
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 #2089: added language bidirectional support and updated the admin to use it. thanks meir@mksoft! 2006-06-06 15:22:53 +00:00
install.txt
legacy_databases.txt
middleware.txt Fixed #1998 -- Changed double quotes to single quotes 2006-05-26 04:05:02 +00:00
model-api.txt Fixed #1697 and #2095 -- Made 'choices' parameter accept any iterable 2006-06-07 02:46:08 +00:00
modpython.txt
outputting_csv.txt
outputting_pdf.txt
overview.txt
redirects.txt
request_response.txt
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
templates_python.txt Fixed #2096 -- Fixed small error in docs/templates_python.txt. Thanks, ramiro 2006-06-07 02:38:37 +00:00
templates.txt Added django.contrib.humanize, a set of template tags for adding a 'human touch' to data. They're documented in add_ons.txt. 2006-06-04 00:58:39 +00:00
transactions.txt Fixed #1998 -- Changed double quotes to single quotes 2006-05-26 04:05:02 +00:00
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