summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2006-07-27Added notes on API stability in preparation for the 0.95 release.Jacob Kaplan-Moss
2006-07-27Added FAQ question 'I submitted a bug fix in the ticket system several weeks ...Adrian Holovaty
2006-07-27Fixed #2433 -- Added allow_future option to date-based generic viewsAdrian Holovaty
2006-07-27Fixed #2435 -- Fixed wording errors in Tutorial 4. Thanks, nicholas@aquarioni...Adrian Holovaty
2006-07-27Added 'Please do not put your name in the code' section to docs/contributing....Adrian Holovaty
2006-07-26Added note to docs/tutorial02.txt about which username to use in admin loginAdrian Holovaty
2006-07-26Fixed #2420 -- Fixed typo in docs/syndication_feeds.txtAdrian Holovaty
2006-07-24Fixed typo in docs/i18n.txtAdrian Holovaty
2006-07-24Fixed grammar: Designate -> Differentiate in docs/design_philosophies.txtAdrian Holovaty
2006-07-24Added note to docs/contributing.txt about post-commit hook, for the curiousAdrian Holovaty
2006-07-24Added 'Transactions in MySQL' section to docs/transactions.txtAdrian Holovaty
2006-07-24Added link to Luke Plant's current-user hack from docs/faq.txtAdrian Holovaty
2006-07-24Fixed adverse -> averse typo in docs/faq.txtAdrian Holovaty
2006-07-24Fixed legacy mention of DjangoContext in docs/templates_python.txtAdrian Holovaty
2006-07-21Part 3 of pedant day: replaced all tabs in Django with spaces. Python the wa...Jacob Kaplan-Moss
2006-07-21Fixed #2092: added a "is_secure()" method to HttpRequest which correctly hand...Jacob Kaplan-Moss
2006-07-20Argh - fixed another typo in the docs for [3395]. One of these days I'll lea...Jacob Kaplan-Moss
2006-07-20Another quick doc fix -- I must have "nodes" on the brainJacob Kaplan-Moss
2006-07-20Small style fixes to docs from [3395]Adrian Holovaty
2006-07-20Added a CACHE_MIDDLEWARE_ANONYMOUS_ONLY setting which makes the cache ignore ...Jacob Kaplan-Moss
2006-07-19Fixed #2354 -- Added a note about "manage.py validate" to the list of usefulMalcolm Tredinnick
2006-07-19Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser...Malcolm Tredinnick
2006-07-19Fixed #2355 -- Corrected a couple of small typos in code examples in tutorial03.Malcolm Tredinnick
2006-07-17Documented allow_tags attribute for admin change list methodsAdrian Holovaty
2006-07-17Added 'Turning off auto-reload' section to docs/django-admin.txtAdrian Holovaty
2006-07-17Fixed #2356 -- Removed references to get_object() from docs/tutorial03.txt. T...Adrian Holovaty
2006-07-14Fixed #2347 -- documented the use of "and" in the blocktrans template tag.Malcolm Tredinnick
2006-07-14Changed masochistic to sadistic in docs/templates.txt. Thanks, hedronistAdrian Holovaty
2006-07-13Proofread docs/settings.txt changes from [3336]Adrian Holovaty
2006-07-12Made it clear that we do not alter the process environment when manual settingsMalcolm Tredinnick
2006-07-11Added note to docs/settings.txt and docs/i18n.txt about not importing from dj...Adrian Holovaty
2006-07-10Decimated 'whilst' in docs/templates_python.txt from [3308]Adrian Holovaty
2006-07-10Typo fixing.Malcolm Tredinnick
2006-07-10Fixed #2320 -- corrected numerous errors in the custom tag examples inMalcolm Tredinnick
2006-07-10Fixed #2301 -- Added list_display_links option to 'class Admin', which regula...Adrian Holovaty
2006-07-09Refs #2217 -- Updated DB API docs to discuss filtering using objects rather t...Russell Keith-Magee
2006-07-09Refs #2217 -- Updated DB API docs to discuss filtering using objects rather t...Russell Keith-Magee
2006-07-08Fixed django.utils.httpwrappers call in docs/outputting_pdf.txtAdrian Holovaty
2006-07-07Fixed #1977 -- Added clarification about TIME_ZONE setting.Adrian Holovaty
2006-07-07Fixed ReST error in docs/settings.txtAdrian Holovaty
2006-07-07Fixed #2295 -- Improved docs/sessions.txt to note INSTALLED_APPS requirement.Adrian Holovaty
2006-07-07Fixed #2272 -- Improved SQLite database introspection. Thanks, dne@mayonnaise...Adrian Holovaty
2006-07-06Fixed small typo in docs/forms.txt. Thanks, Antonio CavedoniAdrian Holovaty
2006-07-04Fixes #2202 -- Added ability to customize output of pluralize filter to handl...Russell Keith-Magee
2006-07-03Proofread newest changes to docs/authentication.txtAdrian Holovaty
2006-07-02Small cleanups to docs/authentication.txt, but still not properly reworded/pr...Adrian Holovaty
2006-07-01Fixed #2274 -- Fixed error in settings documentation. Thanks, Le Roux BodensteinAdrian Holovaty
2006-07-01Added note to docs/add_ons.txt about reading the source code.Adrian Holovaty
2006-07-01Added USE_I18N setting, which lets you turn off internationalization overhead...Adrian Holovaty
2006-06-29Added a JSON serializer, a few more tests, and a couple more lines of docs.Jacob Kaplan-Moss