summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2006-06-02Fixed #1870 -- Clarified (hopefully) the TEMPLATE_DIRS section of docs/templa...Adrian Holovaty
2006-06-02Fixed #1966 -- Documented list_per_page Admin optionAdrian Holovaty
2006-06-02Fixed #2062 -- Added YEAR_MONTH_FORMAT and MONTH_DAY_FORMAT settings, and add...Adrian Holovaty
2006-06-02Fixed #2064 -- Added 'Falling back to raw SQL' section to docs/db-api.txtAdrian Holovaty
2006-06-01Fixed #395 -- Added SESSION_EXPIRE_AT_BROWSER_CLOSE setting, which regulates ...Adrian Holovaty
2006-06-01Fixed #2057 -- Added explicit statement to auto_now and auto_now_add section ...Adrian Holovaty
2006-06-01Fixed #2054 -- Added a bit of docs to the 'core' field docs in model-api.txtAdrian Holovaty
2006-06-01Fixed #697 -- Added make_object_list parameter to archive_year generic view. ...Adrian Holovaty
2006-05-31Fixed #2000 -- Added 'mimetype' parameter to generic views. Thanks, Ian HolsmanAdrian Holovaty
2006-05-31Fixed #2047 -- Typo in tutorial03.txt. Thanks, asmodaiAdrian Holovaty
2006-05-31Fixed #2046 -- Typo in tutorial03.txt. Thanks, asmodaiAdrian Holovaty
2006-05-31Fixed typo in docs/tutorial02.txt. Thanks, Nick FishmanAdrian Holovaty
2006-05-31Added support to django/contrib/auth/handlers/modpython.py for setting DJANGO...Adrian Holovaty
2006-05-26Fixed #1998 -- Changed double quotes to single quotesAdrian Holovaty
2006-05-25Made some edits to docs/templates_python.txt 'inclusion_tag' sectionAdrian Holovaty
2006-05-25Fixed #2001 -- corrected a couple of typos in the custom tag examples. ThanksMalcolm Tredinnick
2006-05-23Fixed incorrect link in docs/sites.txtAdrian Holovaty
2006-05-23Changed an overlooked occurrence of repr() to str(). Pointed out by JeremyMalcolm Tredinnick
2006-05-22Fixed ReST error in docs/sites.txt. I think.Adrian Holovaty
2006-05-22Added small bit to docs/sites.txtAdrian Holovaty
2006-05-22Added documentation for CurrentSiteManager to docs/sites.txtAdrian Holovaty
2006-05-22Fixed funky formatting in docs/model-api.txtAdrian Holovaty
2006-05-22Added docs/sites.txt -- documentation on the sites frameworkAdrian Holovaty