summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2006-06-29Added 'How do I add database-specific options to my CREATE TABLE statements, ...Adrian Holovaty
2006-06-29Fixed #2263 -- Fixed typo in docs/authentication.txtAdrian Holovaty
2006-06-28Merged multi-auth branch to trunk. See the authentication docs for the ramif...Jacob Kaplan-Moss
2006-06-28Added initial cut at serialization framework, along with some basic tests and...Jacob Kaplan-Moss
2006-06-27Added {{{Manager.create()}}} method to create and save an object in a single ...Jacob Kaplan-Moss
2006-06-26Fixed #2158 -- Added title_template and description_template hooks to Feed cl...Adrian Holovaty
2006-06-26Added information about flup to docs/fastcgi.txtAdrian Holovaty
2006-06-26Added links to FastCGI docs from various placesAdrian Holovaty
2006-06-26Finished proofreading docs/fastcgi.txtAdrian Holovaty
2006-06-26Fixed #2235 -- corrected a couple of typos pointed out by jvinet@zeroflux.org.Malcolm Tredinnick
2006-06-26More proofreading to docs/fastcgi.txt. Still not finished.Adrian Holovaty
2006-06-22Fixed typo in docs/request_response.txtAdrian Holovaty
2006-06-21Fixed a few small rst errors in request/response and fastcgi docs.Jacob Kaplan-Moss
2006-06-21Reverted [3184]. There's no such thing as models.PasswordField.Adrian Holovaty
2006-06-21Fixed #2053 -- added an optional comparison argument to the "timesince" filter.Malcolm Tredinnick
2006-06-21Fixed #2071 -- documented the PasswordField (including cavaets). Thanks toMalcolm Tredinnick
2006-06-20Added draft of docs/fastcgi.txt. Haven't finished editing this yet.Adrian Holovaty
2006-06-20Added 'method' attribute to HttpRequest objectsAdrian Holovaty
2006-06-20Fixed ReST error in [3158]. I think.Adrian Holovaty
2006-06-20Added 'Why is Django leaking memory?' to docs/faq.txtAdrian Holovaty
2006-06-19Fixed #1646 -- Added HttpResponseNotAllowed, as suggested by Ian Holsman.Malcolm Tredinnick
2006-06-19Fixed #1473 -- Added support for categories back into syndication feedsMalcolm Tredinnick
2006-06-18Fixed #2176 -- Fixed typo in docs/db-api.txt. Thanks, simon@lieschke.netAdrian Holovaty
2006-06-18Fixed #2173 -- Small tweaks to Windows mod_python question in docs/faq.txt. T...Adrian Holovaty
2006-06-18Fixed #2181 -- allow '{' and '}' to be escaped via {% templatetag ... %}.Malcolm Tredinnick
2006-06-17Fixed #2166 -- (take two!). Use "manage.py reset ..." to reset a model'sMalcolm Tredinnick
2006-06-16Fixed #2166 - Use "manage.py dbshell" as the portable way to pipe commands toMalcolm Tredinnick
2006-06-14Fixed #2141 -- corrected indentation problems in a couple of the code fragments.Malcolm Tredinnick
2006-06-14Fixed #2143 -- Changed a few places where the pre-magic-removal-merge syntaxMalcolm Tredinnick
2006-06-08Fixed #2026 -- Added support for 'and' in template 'if' tags, added dozens of...Adrian Holovaty
2006-06-08Fixed #2118 -- Fixed typos in docs/add_ons.txt. Thanks, donarb@nwlink.comAdrian Holovaty
2006-06-08Added 'Is Django a content-management-system?' to the faqAdrian Holovaty
2006-06-07Added section to docs/db-api.txt get_or_create() section about GET vs. POSTAdrian Holovaty
2006-06-07Fixed #1697 and #2095 -- Made 'choices' parameter accept any iterableAdrian Holovaty
2006-06-07Fixed #2096 -- Fixed small error in docs/templates_python.txt. Thanks, ramiroAdrian Holovaty
2006-06-07Added Manager.get_or_create()Adrian Holovaty
2006-06-06fixed #2089: added language bidirectional support and updated the admin to us...Georg Bauer
2006-06-06Made template names in django.contrib.auth.views passable as template_name ar...Adrian Holovaty
2006-06-05Updated my URL in the FAQ doc.Wilson Miner
2006-06-04Fixed #1684 -- Added apnumber template filter in django.contrib.humanize. Tha...Adrian Holovaty
2006-06-04Added django.contrib.humanize, a set of template tags for adding a 'human tou...Adrian Holovaty
2006-06-03Fixed #593 -- Added 'search' DB-API lookup type, which does full-text index s...Adrian Holovaty
2006-06-03Fixed #2075 -- Added 'page' parameter to object_list generic view. Thanks, ka...Adrian Holovaty
2006-06-02Cleaned up some small formatting in docs/authentication.txtAdrian Holovaty
2006-06-02Fixed #1638 -- Documented shortcomings of development server in docs/django-a...Adrian Holovaty