.. |
add_ons.txt
|
Added note to docs/add_ons.txt about reading the source code.
|
2006-07-01 03:25:48 +00:00 |
admin_css.txt
|
|
|
apache_auth.txt
|
|
|
authentication.txt
|
Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser classes. Recommended its use over is_anonymous in the docs. Changed internal Django use to match this recommendation. Thanks to SmileyChris and Gary Wilson for the patch.
|
2006-07-19 02:09:26 +00:00 |
cache.txt
|
|
|
contributing.txt
|
|
|
csrf.txt
|
|
|
db-api.txt
|
Refs #2217 -- Updated DB API docs to discuss filtering using objects rather than IDs. Second attempt - forgot to save before commit last time.
|
2006-07-09 03:53:11 +00:00 |
design_philosophies.txt
|
|
|
django-admin.txt
|
Added 'Turning off auto-reload' section to docs/django-admin.txt
|
2006-07-17 14:58:39 +00:00 |
email.txt
|
|
|
faq.txt
|
Added 'How do I add database-specific options to my CREATE TABLE statements, such as specifying MyISAM as the table type?' to faq.txt
|
2006-06-29 03:57:19 +00:00 |
fastcgi.txt
|
|
|
flatpages.txt
|
|
|
forms.txt
|
Fixed small typo in docs/forms.txt. Thanks, Antonio Cavedoni
|
2006-07-06 14:23:37 +00:00 |
generic_views.txt
|
|
|
i18n.txt
|
Fixed #2347 -- documented the use of "and" in the blocktrans template tag.
|
2006-07-14 02:57:10 +00:00 |
install.txt
|
|
|
legacy_databases.txt
|
|
|
middleware.txt
|
|
|
model-api.txt
|
Documented allow_tags attribute for admin change list methods
|
2006-07-17 14:59:41 +00:00 |
modpython.txt
|
|
|
outputting_csv.txt
|
|
|
outputting_pdf.txt
|
Fixed django.utils.httpwrappers call in docs/outputting_pdf.txt
|
2006-07-08 14:14:28 +00:00 |
overview.txt
|
|
|
redirects.txt
|
|
|
request_response.txt
|
Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser classes. Recommended its use over is_anonymous in the docs. Changed internal Django use to match this recommendation. Thanks to SmileyChris and Gary Wilson for the patch.
|
2006-07-19 02:09:26 +00:00 |
serialization.txt
|
Added a JSON serializer, a few more tests, and a couple more lines of docs.
|
2006-06-29 16:42:49 +00:00 |
sessions.txt
|
Fixed #2295 -- Improved docs/sessions.txt to note INSTALLED_APPS requirement.
|
2006-07-07 22:25:32 +00:00 |
settings.txt
|
Proofread docs/settings.txt changes from [3336]
|
2006-07-13 03:52:41 +00:00 |
sites.txt
|
|
|
static_files.txt
|
|
|
syndication_feeds.txt
|
Fixed #2158 -- Added title_template and description_template hooks to Feed class in syndication framework.
|
2006-06-26 23:19:03 +00:00 |
templates_python.txt
|
Decimated 'whilst' in docs/templates_python.txt from [3308]
|
2006-07-10 14:22:04 +00:00 |
templates.txt
|
Changed masochistic to sadistic in docs/templates.txt. Thanks, hedronist
|
2006-07-14 00:56:03 +00:00 |
transactions.txt
|
|
|
tutorial01.txt
|
Fixed #2354 -- Added a note about "manage.py validate" to the list of useful
|
2006-07-19 02:28:35 +00:00 |
tutorial02.txt
|
|
|
tutorial03.txt
|
Fixed #2355 -- Corrected a couple of small typos in code examples in tutorial03.
|
2006-07-19 01:35:58 +00:00 |
tutorial04.txt
|
|
|
url_dispatch.txt
|
|
|