django/docs
Russell Keith-Magee 9ba27afce0 Added a ``session`` attribute to the test Client, to make it easier to test if session variables have been modified in a view. Also renamed Client.cookie to Client.cookies, to match documentation and common sense.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4464 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-09 13:47:36 +00:00
..
add_ons.txt
admin_css.txt
apache_auth.txt
api_stability.txt
authentication.txt
cache.txt
contributing.txt Fixed ReST error in docs/contributing.txt 2007-01-24 20:11:54 +00:00
csrf.txt
db-api.txt
design_philosophies.txt
django-admin.txt
documentation.txt
email.txt
faq.txt
fastcgi.txt
flatpages.txt
forms.txt
generic_views.txt
i18n.txt
install.txt
legacy_databases.txt
middleware.txt
model-api.txt
modpython.txt
newforms.txt
outputting_csv.txt
outputting_pdf.txt
overview.txt
redirects.txt
release_notes_0.95.txt
request_response.txt
serialization.txt
sessions.txt
settings.txt
sitemaps.txt
sites.txt
static_files.txt
syndication_feeds.txt
templates.txt
templates_python.txt
testing.txt Added a ``session`` attribute to the test Client, to make it easier to test if session variables have been modified in a view. Also renamed Client.cookie to Client.cookies, to match documentation and common sense. 2007-02-09 13:47:36 +00:00
transactions.txt
tutorial01.txt
tutorial02.txt
tutorial03.txt Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 2007-01-24 20:08:47 +00:00
tutorial04.txt
url_dispatch.txt