summaryrefslogtreecommitdiff
path: root/docs/templates_python.txt
Commit message (Collapse)AuthorAgeFilesLines
* schema-evolution: merged trunk:HEAD into schema-evolution branchDerek Anderson2007-07-201-27/+117
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@5734 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* committing to schema-evolutionDerek Anderson2006-10-261-37/+88
| | | | | | | | merge from HEAD git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@3937 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Decimated 'whilst' in docs/templates_python.txt from [3308]Adrian Holovaty2006-07-101-3/+5
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@3312 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Typo fixing.Malcolm Tredinnick2006-07-101-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@3309 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #2320 -- corrected numerous errors in the custom tag examples inMalcolm Tredinnick2006-07-101-20/+21
| | | | | | | 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
* Fixed #2235 -- corrected a couple of typos pointed out by jvinet@zeroflux.org.Malcolm Tredinnick2006-06-261-2/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@3205 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #2096 -- Fixed small error in docs/templates_python.txt. Thanks, ramiroAdrian Holovaty2006-06-071-2/+3
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@3093 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #1870 -- Clarified (hopefully) the TEMPLATE_DIRS section of ↵Adrian Holovaty2006-06-021-0/+5
| | | | | | docs/templates_python.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@3061 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Made some edits to docs/templates_python.txt 'inclusion_tag' sectionAdrian Holovaty2006-05-251-67/+52
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@2979 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #2001 -- corrected a couple of typos in the custom tag examples. ThanksMalcolm Tredinnick2006-05-251-2/+2
| | | | | | | | to topdeckmail@gmail.com. git-svn-id: http://code.djangoproject.com/svn/django/trunk@2978 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Documented the simple_tag and inclusion_tag functions that make writing certainMalcolm Tredinnick2006-05-191-0/+158
| | | | | | | types of template tags easier. git-svn-id: http://code.djangoproject.com/svn/django/trunk@2941 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #1321 -- Made DJANGO_SETTINGS_MODULE optional. You can now call ↵Adrian Holovaty2006-05-161-0/+38
| | | | | | django.conf.settings.configure() to set settings manually if you don't have a settings module. Thanks, Malcolm Tredinnick, Luke Plant, Fredrik Lundh git-svn-id: http://code.djangoproject.com/svn/django/trunk@2927 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly ↵Adrian Holovaty2006-05-021-68/+76
| | | | | | backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. git-svn-id: http://code.djangoproject.com/svn/django/trunk@2809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #1546 -- Fixed bad links in docs/templates_python.txt.Adrian Holovaty2006-03-271-2/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@2569 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added TEMPLATE_STRING_IF_INVALID setting, which specifies what the template ↵Adrian Holovaty2006-02-091-8/+22
| | | | | | system should output in case of invalid variables. Default is empty string (to match current behavior) git-svn-id: http://code.djangoproject.com/svn/django/trunk@2294 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #1271 -- Added a 'request' template context processor, which is not ↵Adrian Holovaty2006-01-271-0/+10
| | | | | | activated by default. git-svn-id: http://code.djangoproject.com/svn/django/trunk@2133 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added note to docs/templates_python.txt about TEMPLATE_DIRS containing any ↵Adrian Holovaty2006-01-201-0/+3
| | | | | | path you want git-svn-id: http://code.djangoproject.com/svn/django/trunk@2077 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed typo in URL in docs/templates_python.txt. Thanks, Luke Skibinski HoltAdrian Holovaty2006-01-181-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@2049 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Removed 'Subclassing Context: Custom subclasses' from ↵Adrian Holovaty2006-01-121-22/+0
| | | | | | docs/templates_python.txt because the same thing can be accomplished using DjangoContext processors git-svn-id: http://code.djangoproject.com/svn/django/trunk@1924 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed error in docs/templates_python.txt (thanks, Alice)Jacob Kaplan-Moss2006-01-111-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@1909 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Removed 'Only in Django development version' messages from the docs, because ↵Adrian Holovaty2006-01-111-9/+0
| | | | | | frozen docs for version 0.90 are now available git-svn-id: http://code.djangoproject.com/svn/django/trunk@1898 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #1116 -- Fixed two typos in docs. Thanks, ChengAdrian Holovaty2006-01-091-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@1871 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Updated settings.txt and templates_python.txt to clarify that TEMPLATE_DIRS ↵Adrian Holovaty2005-12-311-0/+2
| | | | | | requires Unix-style slashes. git-svn-id: http://code.djangoproject.com/svn/django/trunk@1808 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #925 -- Added TEMPLATE_CONTEXT_PROCESSORS, which lets you specify ↵Adrian Holovaty2005-12-241-9/+81
| | | | | | processesors for DjangoContext. Thanks, Luke Plant git-svn-id: http://code.djangoproject.com/svn/django/trunk@1773 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Changed template library system so that it looks for a module-level variable ↵Adrian Holovaty2005-11-271-5/+4
| | | | | | named 'register' rather than the first instance of template.Library it finds git-svn-id: http://code.djangoproject.com/svn/django/trunk@1461 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed ReST error in docs/templates_python.txt. Thanks, EABinGAAdrian Holovaty2005-11-271-3/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@1450 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #911 -- Made template system scoped to the parser instead of the ↵Adrian Holovaty2005-11-261-25/+65
| | | | | | template module. Also changed the way tags/filters are registered and added support for multiple arguments to {% load %} tag. Thanks, rjwittams. This is a backwards-incompatible change for people who've created custom template tags or filters. See http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges for upgrade instructions. git-svn-id: http://code.djangoproject.com/svn/django/trunk@1443 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added links to auth docs in docs/templates_python.txtAdrian Holovaty2005-11-161-2/+6
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@1261 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Changed register_tag example in docs/templates_python.txt to be consistent ↵Adrian Holovaty2005-11-071-1/+1
| | | | | | with other examples. Thanks, EABinGA git-svn-id: http://code.djangoproject.com/svn/django/trunk@1122 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added 'Loader types' section to docs/templates_python.txtAdrian Holovaty2005-10-171-2/+47
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@893 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #626 -- Moved template modules to django.core.template package. ↵Adrian Holovaty2005-10-141-5/+5
| | | | | | django.core.template_loader is deprecated, in favor of django.core.template.loader. git-svn-id: http://code.djangoproject.com/svn/django/trunk@867 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #591 -- fixed typo in docs/templates_python.txt. Thanks, BoffbowshAdrian Holovaty2005-10-041-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@771 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #465 -- Fixed typo in docs/templates_python.txt. Thanks, ManuzhaiAdrian Holovaty2005-09-061-2/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@631 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #462 -- Fixed typo in docs/templates_python.txt. Thanks, ↵Adrian Holovaty2005-09-061-2/+2
| | | | | | eugene@lazutkin.com and sanxiyn git-svn-id: http://code.djangoproject.com/svn/django/trunk@630 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed small typo in [628]Adrian Holovaty2005-09-061-2/+3
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@629 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Finished docs/templates_python.txtAdrian Holovaty2005-09-061-11/+85
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@628 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed some more formatting bugs in [625]Adrian Holovaty2005-09-061-6/+9
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@627 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed some formatting bugs in [625]Adrian Holovaty2005-09-061-9/+10
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@626 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added a couple more sections to docs/templates_python.txtAdrian Holovaty2005-09-061-0/+355
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@625 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Made small cleanups to [623]Adrian Holovaty2005-09-061-3/+7
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@624 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added docs/templates_python.txt, which isn't finished yetAdrian Holovaty2005-09-051-0/+275
git-svn-id: http://code.djangoproject.com/svn/django/trunk@623 bcc190cf-cafb-0310-a4f2-bffc1f526a37