summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2007-08-06schema-evolution: update from HEAD (v5821)Derek Anderson
git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@5822 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-06schema-evolution:Derek Anderson
added support for custom migration scripts git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@5821 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-02schema-evolution: updated from trunk/HEAD (r5787)Derek Anderson
git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@5788 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-07-31schema-evolution: additional documentation changesDerek Anderson
git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@5781 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-07-31schema-evolution: updated docs to include more useful "howto" informationDerek Anderson
git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@5780 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-07-20schema-evolution: added documentationDerek Anderson
git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@5737 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-07-20schema-evolution: merged trunk:HEAD into schema-evolution branchDerek Anderson
git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@5734 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-26committing to schema-evolutionDerek Anderson
merge from HEAD git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@3937 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
2006-07-10Fixed #2320 -- corrected numerous errors in the custom tag examples inMalcolm Tredinnick
python_templates.txt. Also fixed an argument parsing error for such tags. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3308 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-10Fixed #2301 -- Added list_display_links option to 'class Admin', which ↵Adrian Holovaty
regulates which fields in the change list have links. Thanks, kilian git-svn-id: http://code.djangoproject.com/svn/django/trunk@3307 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-09Refs #2217 -- Updated DB API docs to discuss filtering using objects rather ↵Russell Keith-Magee
than IDs. Second attempt - forgot to save before commit last time. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3302 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-09Refs #2217 -- Updated DB API docs to discuss filtering using objects rather ↵Russell Keith-Magee
than IDs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3301 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-08Fixed django.utils.httpwrappers call in docs/outputting_pdf.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3299 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-07Fixed #1977 -- Added clarification about TIME_ZONE setting.Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3297 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-07Fixed ReST error in docs/settings.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3296 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-07Fixed #2295 -- Improved docs/sessions.txt to note INSTALLED_APPS requirement.Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3295 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-07Fixed #2272 -- Improved SQLite database introspection. Thanks, ↵Adrian Holovaty
dne@mayonnaise.net git-svn-id: http://code.djangoproject.com/svn/django/trunk@3285 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-06Fixed small typo in docs/forms.txt. Thanks, Antonio CavedoniAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3280 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-04Fixes #2202 -- Added ability to customize output of pluralize filter to ↵Russell Keith-Magee
handle irregular cases (walrus/walruses, cherry/cherries). Thanks to gid for the suggestion and the initial patch git-svn-id: http://code.djangoproject.com/svn/django/trunk@3272 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-03Proofread newest changes to docs/authentication.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3256 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-02Small cleanups to docs/authentication.txt, but still not properly ↵Adrian Holovaty
reworded/proofread git-svn-id: http://code.djangoproject.com/svn/django/trunk@3255 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-01Fixed #2274 -- Fixed error in settings documentation. Thanks, Le Roux BodensteinAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3252 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-01Added note to docs/add_ons.txt about reading the source code.Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3251 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-01Added USE_I18N setting, which lets you turn off internationalization ↵Adrian Holovaty
overhead with a single setting. Defaults to True. Currently only affects the admin i18n JavaScript, but I'll be adding other optimizations. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3247 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-29Added a JSON serializer, a few more tests, and a couple more lines of docs.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3237 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-29Added 'How do I add database-specific options to my CREATE TABLE statements, ↵Adrian Holovaty
such as specifying MyISAM as the table type?' to faq.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@3236 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-29Fixed #2263 -- Fixed typo in docs/authentication.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3235 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-28Merged multi-auth branch to trunk. See the authentication docs for the ↵Jacob Kaplan-Moss
ramifications of this change. Many, many thanks to Joseph Kocherhans for the hard work! git-svn-id: http://code.djangoproject.com/svn/django/trunk@3226 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-28Added initial cut at serialization framework, along with some basic tests ↵Jacob Kaplan-Moss
and a stab at some docs. This is all a bit rough right now, so expect some bumps. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3225 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-27Added {{{Manager.create()}}} method to create and save an object in a single ↵Jacob Kaplan-Moss
step. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3217 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-26Fixed #2158 -- Added title_template and description_template hooks to Feed ↵Adrian Holovaty
class in syndication framework. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3214 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-26Added information about flup to docs/fastcgi.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3211 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-26Added links to FastCGI docs from various placesAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3210 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-26Finished proofreading docs/fastcgi.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3209 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-26Fixed #2235 -- corrected a couple of typos pointed out by jvinet@zeroflux.org.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3205 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-26More proofreading to docs/fastcgi.txt. Still not finished.Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3204 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-22Fixed typo in docs/request_response.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3192 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-21Fixed a few small rst errors in request/response and fastcgi docs.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3191 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-21Reverted [3184]. There's no such thing as models.PasswordField.Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3189 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-21Fixed #2053 -- added an optional comparison argument to the "timesince" filter.Malcolm Tredinnick
Added a "timeuntil" filter that works analogously. Thanks, john@sneeu.com. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3185 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-21Fixed #2071 -- documented the PasswordField (including cavaets). Thanks toMalcolm Tredinnick
asmodai for the initial patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3184 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-20Added draft of docs/fastcgi.txt. Haven't finished editing this yet.Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3175 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-20Added 'method' attribute to HttpRequest objectsAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3164 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-20Fixed ReST error in [3158]. I think.Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3159 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-20Added 'Why is Django leaking memory?' to docs/faq.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3158 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-19Fixed #1646 -- Added HttpResponseNotAllowed, as suggested by Ian Holsman.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3144 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-19Fixed #1473 -- Added support for categories back into syndication feedsMalcolm Tredinnick
(was accidently removed in r1994). Thanks, k.shaposhnikov@gmail.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@3143 bcc190cf-cafb-0310-a4f2-bffc1f526a37