.. |
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
|
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 |
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
|
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
|
Fixed #1998 -- Changed double quotes to single quotes
|
2006-05-26 04:05:02 +00:00 |
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
|
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 |
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
|
Fixed #1235: email sent from {{{django.core.mail}}} will now be encoded using
|
2006-05-13 17:18:42 +00:00 |
faq.txt
|
Fixed ReST error in [3158]. I think.
|
2006-06-20 02:57:19 +00:00 |
fastcgi.txt
|
Added draft of docs/fastcgi.txt. Haven't finished editing this yet.
|
2006-06-20 05:25:02 +00:00 |
flatpages.txt
|
Fixed ReST error in docs/flatpages.txt
|
2006-05-02 02:01:19 +00:00 |
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
|
Changed the link the "official tarball" to refer to the 0.91 release and added
|
2006-05-17 02:39:52 +00:00 |
legacy_databases.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 |
middleware.txt
|
Fixed #1998 -- Changed double quotes to single quotes
|
2006-05-26 04:05:02 +00:00 |
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
|
Made small clarification to docs/modpython.txt
|
2006-05-08 20:39:52 +00:00 |
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
|
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 |
overview.txt
|
Fixed #1811 -- Fixed inconsistencies in docs/overview.txt
|
2006-05-09 15:31:03 +00:00 |
redirects.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 |
request_response.txt
|
Added 'method' attribute to HttpRequest objects
|
2006-06-20 03:48:31 +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
|
Fixed incorrect link in docs/sites.txt
|
2006-05-23 14:20:51 +00:00 |
static_files.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 |
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
|
Fixed #1998 -- Changed double quotes to single quotes
|
2006-05-26 04:05:02 +00:00 |
tutorial01.txt
|
Fixed #1724 -- updated the output from the shell commands to match what we now
|
2006-05-18 12:41:24 +00:00 |
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
|
Fixed #1833 -- Fixed some errors in tutorials. Thanks, quarkcool@yahoo.fr
|
2006-05-16 20:45:20 +00:00 |
url_dispatch.txt
|
Fixed two typos in docs/url_dispatch.txt
|
2006-05-03 02:18:10 +00:00 |