summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2006-09-08Clarified some minor issues in test system documentation.Russell Keith-Magee
2006-09-05Fixed #2646 -- Removed unneeded comma in docs/syndication_feeds.txt. Thanks, ...Adrian Holovaty
2006-09-04Corrected spelling of 'behavior' in docs/templates_python.txt from [3714]Adrian Holovaty
2006-09-04Refs #2333 - Made minor formatting modifications to test framework documentat...Russell Keith-Magee
2006-09-04Fixes #2637 -- Clarified handling of TEMPLATE_STRING_IF_INVALID, especially w...Russell Keith-Magee
2006-09-04Refs #2333 - Made minor tweaks to the formatting of testing documentation.Russell Keith-Magee
2006-09-03Refs #2333 - Added documentation for the test Client, and removed a stray imp...Russell Keith-Magee
2006-09-01Refs #2333 - Added a TEST_DATABASE_NAME setting that can be used to override ...Russell Keith-Magee
2006-08-31Renamed django.contrib.sitemap to django.contrib.sitemaps, to be more consist...Adrian Holovaty
2006-08-31Changed FlatpageSitemap to FlatPageSitemap, to be consistent with FlatPage modelAdrian Holovaty
2006-08-31Added 'sitemaps' to docs/add_ons.txtAdrian Holovaty
2006-08-31Added 'New in Django development version' to docs/sitemaps.txtAdrian Holovaty
2006-08-31Fixed ReST error in docs/faq.txtAdrian Holovaty
2006-08-31Fixed #2628 -- Added django.contrib.sitemap. Thanks for the patch, Dan WatsonAdrian Holovaty
2006-08-31Refs #2333 - Added more documentation for testing framework, and clarified so...Russell Keith-Magee
2006-08-31Added note about 'request' variable name to docs/contributing.txtAdrian Holovaty
2006-08-31Fixed #2609 -- Improved docs/sites.txt CurrentSiteManager to explain gotcha w...Adrian Holovaty
2006-08-31Fixed #2610 -- Clarified docs on 'messages' variable for auth context processorAdrian Holovaty
2006-08-29Added a rough cut of a document on using the new testing framework.Jacob Kaplan-Moss
2006-08-28Fixed #2610 -- corrected documentation about the auth context processor (than...Jacob Kaplan-Moss
2006-08-24Fixed small typo in docs/overview.txt. Thanks, kirkAdrian Holovaty
2006-08-23Added 'How can I get started contributing code to Django?' to the FAQ, and be...Adrian Holovaty
2006-08-23Added some helpful hints to list_display documentation in docs/model-api.txtAdrian Holovaty
2006-08-22Fixed #2572 -- Added all languages to docs/settings.txt. Thanks for the patch...Adrian Holovaty
2006-08-21Fixed #2580 -- Added missing </html> tag in docs/templates.txt examples. Than...Adrian Holovaty
2006-08-20Fixed typo in docs/model-api.txtAdrian Holovaty
2006-08-18Updated my bio in the FAQ.Wilson Miner
2006-08-18Added note to 'If you don't need internationalization' section of docs/i18n.t...Adrian Holovaty
2006-08-18Made small change to docs/templates_python.txt to explicitly define 'context ...Adrian Holovaty
2006-08-18Added note to docs/cache.txt about CACHE_MIDDLEWARE_ANONYMOUS_ONLY=True and o...Adrian Holovaty
2006-08-18Fixed #2552 -- Added SetRemoteAddrFromForwardedFor middleware and documentati...Adrian Holovaty
2006-08-18Fixed #2559 -- Added cool new operators for Admin.search_fields, plus documen...Adrian Holovaty
2006-08-17Small formatting change to docs/model-api.txt change from [3597] -- double hy...Adrian Holovaty
2006-08-17Clarified documentation regarding string-form model references.Russell Keith-Magee
2006-08-14Added paragraph to docs/model-api.txt explicitly pointing out file uploads sh...Adrian Holovaty
2006-08-12Fixed #2523 -- Added SESSION_COOKIE_SECURE setting. Thanks, mir@noris.deAdrian Holovaty
2006-08-12Fixed ReST error in docs/db-api.txtAdrian Holovaty
2006-08-11Added paragraph to docs/documentation.txt about removing comments from frozen...Adrian Holovaty
2006-08-11Added docs/documentation.txtAdrian Holovaty
2006-08-11Improved urlresolvers so that URLconfs can be passed objects instead of stringsAdrian Holovaty
2006-08-09Fixed #2503 -- Fixed HttpResponse.delete_cookie() to work properly. It now ta...Adrian Holovaty
2006-08-08Added example of strftime formatting to docs/model-api.txt FileField docs. Th...Adrian Holovaty
2006-08-05Fixed #2486 -- Fixed typo in docs/generic_views.txt. Thanks, umbrae@gmail.comAdrian Holovaty
2006-08-04Cleaned up 'How do I create users without having to edit password hashes?' en...Adrian Holovaty
2006-08-01Fixed #2465 -- Documented the fact that select_related doesn't follow null=TrueAdrian Holovaty
2006-08-01Added link to 'batteries included' explanation in docs/add_ons.txtAdrian Holovaty
2006-08-01Fixed #2370 -- It's now possible to pass default URLconf arguments to include...Adrian Holovaty
2006-08-01Fixed inconsistency in docs/url_dispatch.txt with regard to matching docs/ove...Adrian Holovaty
2006-07-31Fixed an RST typo so that the django-users mailing list reference is now aMalcolm Tredinnick
2006-07-31Clarified 'Django no longer requires a database' in docs/release_notes_0.95.txtAdrian Holovaty