summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2007-10-26i18n security fix. Details will be posted shortly to the Django mailing ↵Jacob Kaplan-Moss
lists and the official weblog. git-svn-id: http://code.djangoproject.com/svn/django/branches/0.95-bugfixes@6606 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-01-210.95-bugfixes: Update date in release notesJames Bennett
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.95-bugfixes@4384 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-01-210.95-bugfixes: Updated release notes to indicate new version and list ↵James Bennett
changes since 0.95 git-svn-id: http://code.djangoproject.com/svn/django/branches/0.95-bugfixes@4383 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-29Formatted docs/api_stability.txt in our ReST format, with titlesAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3489 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-29Formatted docs/release_notes_0.95.txt in our ReST format, with titlesAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3488 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-29Added note to docs/templates.txt about same logical operatorAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3485 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-28Added some more stuff to docs/release_notes_0.95.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3484 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-28Changed .91 to .95 in docs/install.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3483 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-28Changed django.VERSION to (0, 95, None) to signify final 0.95 releaseAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3481 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-28Removed section in docs/templates_python.txt about Django 0.91Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3480 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-28Added docs/release_notes_0.95.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3479 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-28Added 'Where can I find Django developers for hire?' to the FAQAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3476 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-28Fixed ReST error in docs/forms.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3475 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-28Small clarifications to docs/forms.txt change from [3466]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3474 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-28Small clarification to docs/templates.txt change from [3465]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3473 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-27Fixed #1653 -- added some documentation for FileFields/ImageFields. Thanks, ↵Jacob Kaplan-Moss
Asmodai. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3466 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-27Fixed #1650: the {% extends %} tag now can extend a Template object passed ↵Jacob Kaplan-Moss
into the context. Thanks, clelland@gmail.com. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3465 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-27Added notes on API stability in preparation for the 0.95 release.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3463 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-27Added FAQ question 'I submitted a bug fix in the ticket system several weeks ↵Adrian Holovaty
ago. Why are you ignoring my patch?' git-svn-id: http://code.djangoproject.com/svn/django/trunk@3459 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-27Fixed #2433 -- Added allow_future option to date-based generic viewsAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3457 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-27Fixed #2435 -- Fixed wording errors in Tutorial 4. Thanks, ↵Adrian Holovaty
nicholas@aquarionics.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@3456 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-27Added 'Please do not put your name in the code' section to ↵Adrian Holovaty
docs/contributing.txt. Thanks to OSCON presentation for the inspiration git-svn-id: http://code.djangoproject.com/svn/django/trunk@3455 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-26Added note to docs/tutorial02.txt about which username to use in admin loginAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3454 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-26Fixed #2420 -- Fixed typo in docs/syndication_feeds.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3451 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-24Fixed typo in docs/i18n.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3439 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-24Fixed grammar: Designate -> Differentiate in docs/design_philosophies.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3438 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-24Added note to docs/contributing.txt about post-commit hook, for the curiousAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3437 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-24Added 'Transactions in MySQL' section to docs/transactions.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3436 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-24Added link to Luke Plant's current-user hack from docs/faq.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3435 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-24Fixed adverse -> averse typo in docs/faq.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3434 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-24Fixed legacy mention of DjangoContext in docs/templates_python.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3433 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-21Part 3 of pedant day: replaced all tabs in Django with spaces. Python the ↵Jacob Kaplan-Moss
way Guido intended it, baby! git-svn-id: http://code.djangoproject.com/svn/django/trunk@3415 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-21Fixed #2092: added a "is_secure()" method to HttpRequest which correctly ↵Jacob Kaplan-Moss
handles the subtleties of mod_python's interaction with os.environ. This one's been bugging me for about a *year*, so many many thanks to k.shaposhnikov@gmail.com for figuring it out, and Tim Shaffer for pointing out this ticket. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3410 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-20Argh - fixed another typo in the docs for [3395]. One of these days I'll ↵Jacob Kaplan-Moss
learn to proofread better, but don't hold your breath. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3399 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-20Another quick doc fix -- I must have "nodes" on the brainJacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3398 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-20Small style fixes to docs from [3395]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3397 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-20Added a CACHE_MIDDLEWARE_ANONYMOUS_ONLY setting which makes the cache ignore ↵Jacob Kaplan-Moss
pages served to authenticated users. Fixes #1509 (thanks, Matt). Also added a FAQ entry about using this setting to avoid caching of the admin interface. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3395 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-19Fixed #2354 -- Added a note about "manage.py validate" to the list of usefulMalcolm Tredinnick
commands. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3362 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-19Fixed #2332 -- Introduced is_authenticated() method on User and ↵Malcolm Tredinnick
AnonymousUser classes. Recommended its use over is_anonymous in the docs. Changed internal Django use to match this recommendation. Thanks to SmileyChris and Gary Wilson for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3360 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-19Fixed #2355 -- Corrected a couple of small typos in code examples in tutorial03.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3359 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-17Documented allow_tags attribute for admin change list methodsAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3358 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-17Added 'Turning off auto-reload' section to docs/django-admin.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3357 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-17Fixed #2356 -- Removed references to get_object() from docs/tutorial03.txt. ↵Adrian Holovaty
Thanks, toddobryan git-svn-id: http://code.djangoproject.com/svn/django/trunk@3356 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-14Fixed #2347 -- documented the use of "and" in the blocktrans template tag.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3345 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-14Changed masochistic to sadistic in docs/templates.txt. Thanks, hedronistAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3340 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-13Proofread docs/settings.txt changes from [3336]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3337 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-12Made it clear that we do not alter the process environment when manual settingsMalcolm Tredinnick
configuration is used. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3336 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-11Added note to docs/settings.txt and docs/i18n.txt about not importing from ↵Adrian Holovaty
django.utils.translation in the settings file git-svn-id: http://code.djangoproject.com/svn/django/trunk@3318 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-10Decimated 'whilst' in docs/templates_python.txt from [3308]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3312 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-10Typo fixing.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3309 bcc190cf-cafb-0310-a4f2-bffc1f526a37