summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2006-07-30Fixed ReST error in docs/release_notes_0.95.txt. Thanks, Jeremy DunckAdrian Holovaty
2006-07-29Formatted docs/api_stability.txt in our ReST format, with titlesAdrian Holovaty
2006-07-29Formatted docs/release_notes_0.95.txt in our ReST format, with titlesAdrian Holovaty
2006-07-29Added note to docs/templates.txt about same logical operatorAdrian Holovaty
2006-07-28Added some more stuff to docs/release_notes_0.95.txtAdrian Holovaty
2006-07-28Changed .91 to .95 in docs/install.txtAdrian Holovaty
2006-07-28Changed django.VERSION to (0, 95, None) to signify final 0.95 releaseAdrian Holovaty
2006-07-28Removed section in docs/templates_python.txt about Django 0.91Adrian Holovaty
2006-07-28Added docs/release_notes_0.95.txtAdrian Holovaty
2006-07-28Added 'Where can I find Django developers for hire?' to the FAQAdrian Holovaty
2006-07-28Fixed ReST error in docs/forms.txtAdrian Holovaty
2006-07-28Small clarifications to docs/forms.txt change from [3466]Adrian Holovaty
2006-07-28Small clarification to docs/templates.txt change from [3465]Adrian Holovaty
2006-07-27Fixed #1653 -- added some documentation for FileFields/ImageFields. Thanks, ...Jacob Kaplan-Moss
2006-07-27Fixed #1650: the {% extends %} tag now can extend a Template object passed in...Jacob Kaplan-Moss
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