0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/docs
2006-08-31 04:08:25 +00:00
..
add_ons.txt Added link to 'batteries included' explanation in docs/add_ons.txt 2006-08-01 20:48:26 +00:00
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
cache.txt Added note to docs/cache.txt about CACHE_MIDDLEWARE_ANONYMOUS_ONLY=True and ordering AuthenticationMiddleware. Refs #2541. 2006-08-18 03:33:37 +00:00
contributing.txt Added 'Please do not put your name in the code' section to docs/contributing.txt. Thanks to OSCON presentation for the inspiration 2006-07-27 00:46:32 +00:00
csrf.txt
db-api.txt Fixed ReST error in docs/db-api.txt 2006-08-12 05:31:31 +00:00
design_philosophies.txt
django-admin.txt Added a rough cut of a document on using the new testing framework. 2006-08-29 18:04:09 +00:00
documentation.txt Added paragraph to docs/documentation.txt about removing comments from frozen docs 2006-08-11 20:31:43 +00:00
email.txt
faq.txt Added 'How can I get started contributing code to Django?' to the FAQ, and beefed up 'Why does this project exist?' 2006-08-23 23:15:09 +00:00
fastcgi.txt
flatpages.txt
forms.txt Fixed ReST error in docs/forms.txt 2006-07-28 02:42:44 +00:00
generic_views.txt Fixed #2486 -- Fixed typo in docs/generic_views.txt. Thanks, umbrae@gmail.com 2006-08-05 01:49:26 +00:00
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 Changed .91 to .95 in docs/install.txt 2006-07-28 22:22:03 +00:00
legacy_databases.txt
middleware.txt Fixed #2552 -- Added SetRemoteAddrFromForwardedFor middleware and documentation. Thanks, Ian Holsman 2006-08-18 03:12:36 +00:00
model-api.txt Added some helpful hints to list_display documentation in docs/model-api.txt 2006-08-23 15:40:41 +00:00
modpython.txt
outputting_csv.txt
outputting_pdf.txt
overview.txt Fixed small typo in docs/overview.txt. Thanks, kirk 2006-08-24 03:37:34 +00:00
redirects.txt
release_notes_0.95.txt Fixed an RST typo so that the django-users mailing list reference is now a 2006-07-31 10:36:30 +00:00
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 Fixed #2572 -- Added all languages to docs/settings.txt. Thanks for the patch, gandalf@owca.info 2006-08-22 04:55:50 +00:00
sites.txt Fixed #2609 -- Improved docs/sites.txt CurrentSiteManager to explain gotcha with models.Manager 2006-08-31 04:08:25 +00:00
static_files.txt
syndication_feeds.txt
templates_python.txt Fixed #2610 -- Clarified docs on 'messages' variable for auth context processor 2006-08-31 03:50:59 +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
testing.txt Added a rough cut of a document on using the new testing framework. 2006-08-29 18:04:09 +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 Added note to docs/tutorial02.txt about which username to use in admin login 2006-07-26 21:30:14 +00:00
tutorial03.txt
tutorial04.txt Fixed #2435 -- Fixed wording errors in Tutorial 4. Thanks, nicholas@aquarionics.com 2006-07-27 16:16:17 +00:00
url_dispatch.txt Improved urlresolvers so that URLconfs can be passed objects instead of strings 2006-08-11 07:01:29 +00:00