django/docs
Malcolm Tredinnick 3cf67a9920 Fixed #2649 -- Clarified behaviour of editable attribute on models. Thanks,
heckj@mac.com.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@3781 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-22 01:54:10 +00:00
..
add_ons.txt
admin_css.txt
apache_auth.txt
api_stability.txt Formatted docs/api_stability.txt in our ReST format, with titles 2006-07-29 18:41:56 +00:00
authentication.txt Fixed #2629 -- Added a permission_required decorator to 2006-09-22 01:44:28 +00:00
cache.txt
contributing.txt Updated the settings variables required to run the internal test suite. Also 2006-09-21 11:19:34 +00:00
csrf.txt
db-api.txt Fixed #2769 -- Applied some ReST formatting fixes. Thanks, ramiro. 2006-09-21 13:30:01 +00:00
design_philosophies.txt
django-admin.txt Clarified development stream status of some of the django-admin command line arguments 2006-09-15 09:30:35 +00:00
documentation.txt
email.txt
faq.txt
fastcgi.txt Fixed #2732 -- Fixed error in FastCGI docs and added keyword-arg support in a FastCGI function. Thanks for the patch, James Crasta 2006-09-14 15:37:11 +00:00
flatpages.txt
forms.txt Fixed #2769 -- Applied some ReST formatting fixes. Thanks, ramiro. 2006-09-21 13:30:01 +00:00
generic_views.txt
i18n.txt Added note to 'If you don't need internationalization' section of docs/i18n.txt about removing the i18n context processor 2006-08-18 03:43:55 +00:00
install.txt
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 #2552 -- Added SetRemoteAddrFromForwardedFor middleware and documentation. Thanks, Ian Holsman 2006-08-18 03:12:36 +00:00
model-api.txt Fixed #2649 -- Clarified behaviour of editable attribute on models. Thanks, 2006-09-22 01:54:10 +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 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
release_notes_0.95.txt
request_response.txt Fixed #2503 -- Fixed HttpResponse.delete_cookie() to work properly. It now takes path and domain as optional keyword arguments. 2006-08-09 15:40:24 +00:00
serialization.txt
sessions.txt Fixed #2523 -- Added SESSION_COOKIE_SECURE setting. Thanks, mir@noris.de 2006-08-12 06:02:28 +00:00
settings.txt Refs #2333 - Added a TEST_DATABASE_NAME setting that can be used to override the 'test_' + DATABASE_NAME naming policy. This setting is then used in runtests.py to restore the use of 'django_test_db' as the Django model/regression test database. Thanks to Michael Radziej for the feedback. 2006-09-01 13:33:26 +00:00
sitemaps.txt
sites.txt
static_files.txt
syndication_feeds.txt Fixed #2646 -- Removed unneeded comma in docs/syndication_feeds.txt. Thanks, lec9@leicester.ac.uk 2006-09-05 00:20:53 +00:00
templates.txt Fixed #2580 -- Added missing </html> tag in docs/templates.txt examples. Thanks, jonathan-django@jmail.za.net 2006-08-21 18:27:33 +00:00
templates_python.txt Fixed #2556 -- Documented that simple_tag functions can take any number of 2006-09-21 11:41:18 +00:00
testing.txt Clarified some minor issues in test system documentation. 2006-09-08 13:10:57 +00:00
transactions.txt
tutorial01.txt Changed django.VERSION to (0, 95, None) to signify final 0.95 release 2006-07-28 21:53:54 +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