summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* i18n security fix. Details will be posted shortly to the Django mailing lists...Jacob Kaplan-Moss2007-10-261-3/+6
* 0.95-bugfixes: Update date in release notesJames Bennett2007-01-211-1/+1
* 0.95-bugfixes: Updated release notes to indicate new version and list changes...James Bennett2007-01-211-4/+25
* Formatted docs/api_stability.txt in our ReST format, with titlesAdrian Holovaty2006-07-291-1/+7
* Formatted docs/release_notes_0.95.txt in our ReST format, with titlesAdrian Holovaty2006-07-291-3/+8
* Added note to docs/templates.txt about same logical operatorAdrian Holovaty2006-07-291-0/+5
* Added some more stuff to docs/release_notes_0.95.txtAdrian Holovaty2006-07-281-0/+4
* Changed .91 to .95 in docs/install.txtAdrian Holovaty2006-07-281-11/+3
* Changed django.VERSION to (0, 95, None) to signify final 0.95 releaseAdrian Holovaty2006-07-281-1/+1
* Removed section in docs/templates_python.txt about Django 0.91Adrian Holovaty2006-07-281-15/+0
* Added docs/release_notes_0.95.txtAdrian Holovaty2006-07-281-0/+113
* Added 'Where can I find Django developers for hire?' to the FAQAdrian Holovaty2006-07-281-0/+10
* Fixed ReST error in docs/forms.txtAdrian Holovaty2006-07-281-3/+3
* Small clarifications to docs/forms.txt change from [3466]Adrian Holovaty2006-07-281-7/+14
* Small clarification to docs/templates.txt change from [3465]Adrian Holovaty2006-07-281-5/+6
* Fixed #1653 -- added some documentation for FileFields/ImageFields. Thanks, ...Jacob Kaplan-Moss2006-07-271-0/+30
* Fixed #1650: the {% extends %} tag now can extend a Template object passed in...Jacob Kaplan-Moss2006-07-271-4/+8
* Added notes on API stability in preparation for the 0.95 release.Jacob Kaplan-Moss2006-07-271-0/+117
* Added FAQ question 'I submitted a bug fix in the ticket system several weeks ...Adrian Holovaty2006-07-271-0/+18
* Fixed #2433 -- Added allow_future option to date-based generic viewsAdrian Holovaty2006-07-271-6/+42
* Fixed #2435 -- Fixed wording errors in Tutorial 4. Thanks, nicholas@aquarioni...Adrian Holovaty2006-07-271-2/+2
* Added 'Please do not put your name in the code' section to docs/contributing....Adrian Holovaty2006-07-271-0/+4
* Added note to docs/tutorial02.txt about which username to use in admin loginAdrian Holovaty2006-07-261-1/+2
* Fixed #2420 -- Fixed typo in docs/syndication_feeds.txtAdrian Holovaty2006-07-261-1/+1
* Fixed typo in docs/i18n.txtAdrian Holovaty2006-07-241-1/+1
* Fixed grammar: Designate -> Differentiate in docs/design_philosophies.txtAdrian Holovaty2006-07-241-2/+2
* Added note to docs/contributing.txt about post-commit hook, for the curiousAdrian Holovaty2006-07-241-0/+4
* Added 'Transactions in MySQL' section to docs/transactions.txtAdrian Holovaty2006-07-241-1/+18
* Added link to Luke Plant's current-user hack from docs/faq.txtAdrian Holovaty2006-07-241-4/+9
* Fixed adverse -> averse typo in docs/faq.txtAdrian Holovaty2006-07-241-1/+1
* Fixed legacy mention of DjangoContext in docs/templates_python.txtAdrian Holovaty2006-07-241-1/+1
* Part 3 of pedant day: replaced all tabs in Django with spaces. Python the wa...Jacob Kaplan-Moss2006-07-211-2/+2
* Fixed #2092: added a "is_secure()" method to HttpRequest which correctly hand...Jacob Kaplan-Moss2006-07-211-9/+13
* Argh - fixed another typo in the docs for [3395]. One of these days I'll lea...Jacob Kaplan-Moss2006-07-201-1/+1
* Another quick doc fix -- I must have "nodes" on the brainJacob Kaplan-Moss2006-07-201-1/+1
* Small style fixes to docs from [3395]Adrian Holovaty2006-07-201-6/+6
* Added a CACHE_MIDDLEWARE_ANONYMOUS_ONLY setting which makes the cache ignore ...Jacob Kaplan-Moss2006-07-202-1/+14
* Fixed #2354 -- Added a note about "manage.py validate" to the list of usefulMalcolm Tredinnick2006-07-191-0/+2
* Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser...Malcolm Tredinnick2006-07-192-16/+21
* Fixed #2355 -- Corrected a couple of small typos in code examples in tutorial03.Malcolm Tredinnick2006-07-191-2/+2
* Documented allow_tags attribute for admin change list methodsAdrian Holovaty2006-07-171-0/+18
* Added 'Turning off auto-reload' section to docs/django-admin.txtAdrian Holovaty2006-07-171-0/+8
* Fixed #2356 -- Removed references to get_object() from docs/tutorial03.txt. T...Adrian Holovaty2006-07-171-3/+3
* Fixed #2347 -- documented the use of "and" in the blocktrans template tag.Malcolm Tredinnick2006-07-141-4/+11
* Changed masochistic to sadistic in docs/templates.txt. Thanks, hedronistAdrian Holovaty2006-07-141-1/+1
* Proofread docs/settings.txt changes from [3336]Adrian Holovaty2006-07-131-13/+13
* Made it clear that we do not alter the process environment when manual settingsMalcolm Tredinnick2006-07-121-0/+16
* Added note to docs/settings.txt and docs/i18n.txt about not importing from dj...Adrian Holovaty2006-07-112-1/+47
* Decimated 'whilst' in docs/templates_python.txt from [3308]Adrian Holovaty2006-07-101-3/+5
* Typo fixing.Malcolm Tredinnick2006-07-101-1/+1