summaryrefslogtreecommitdiff
path: root/docs/templates_python.txt
AgeCommit message (Collapse)Author
2007-01-31Merged revisions 4186 to 4454 from trunk.Robin Munn
git-svn-id: http://code.djangoproject.com/svn/django/branches/sqlalchemy@4455 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-12-08sqlalchemy: Merged revisions 4054 to 4185 from trunk.Robin Munn
git-svn-id: http://code.djangoproject.com/svn/django/branches/sqlalchemy@4186 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-08sqlalchemy: Merged revisions 3918 to 4053 from trunk.Robin Munn
git-svn-id: http://code.djangoproject.com/svn/django/branches/sqlalchemy@4054 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-24sqlalchemy: Merged revisions 3832 to 3917 from trunk.Robin Munn
git-svn-id: http://code.djangoproject.com/svn/django/branches/sqlalchemy@3918 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-25sqlalchemy: Merged revisions 3770 to 3831 from trunk.Robin Munn
git-svn-id: http://code.djangoproject.com/svn/django/branches/sqlalchemy@3832 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-05sqlalchemy: Merged revisions 3679 to 3723 from trunk.Robin Munn
git-svn-id: http://code.djangoproject.com/svn/django/branches/sqlalchemy@3724 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-28Fixed #2610 -- corrected documentation about the auth context processor ↵Jacob Kaplan-Moss
(thanks, ubernostrum). git-svn-id: http://code.djangoproject.com/svn/django/trunk@3670 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-18Made small change to docs/templates_python.txt to explicitly define 'context ↵Adrian Holovaty
processors', for the benefit of searches git-svn-id: http://code.djangoproject.com/svn/django/trunk@3606 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-28Removed section in docs/templates_python.txt about Django 0.91Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3480 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-24Fixed legacy mention of DjangoContext in docs/templates_python.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3433 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-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-07Fixed #2096 -- Fixed small error in docs/templates_python.txt. Thanks, ramiroAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3093 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-02Fixed #1870 -- Clarified (hopefully) the TEMPLATE_DIRS section of ↵Adrian Holovaty
docs/templates_python.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@3061 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-25Made some edits to docs/templates_python.txt 'inclusion_tag' sectionAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2979 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-25Fixed #2001 -- corrected a couple of typos in the custom tag examples. ThanksMalcolm Tredinnick
to topdeckmail@gmail.com. git-svn-id: http://code.djangoproject.com/svn/django/trunk@2978 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-19Documented the simple_tag and inclusion_tag functions that make writing certainMalcolm Tredinnick
types of template tags easier. git-svn-id: http://code.djangoproject.com/svn/django/trunk@2941 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-16Fixed #1321 -- Made DJANGO_SETTINGS_MODULE optional. You can now call ↵Adrian Holovaty
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
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly ↵Adrian Holovaty
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
2006-03-27Fixed #1546 -- Fixed bad links in docs/templates_python.txt.Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2569 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-09Added TEMPLATE_STRING_IF_INVALID setting, which specifies what the template ↵Adrian Holovaty
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
2006-01-27Fixed #1271 -- Added a 'request' template context processor, which is not ↵Adrian Holovaty
activated by default. git-svn-id: http://code.djangoproject.com/svn/django/trunk@2133 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-20Added note to docs/templates_python.txt about TEMPLATE_DIRS containing any ↵Adrian Holovaty
path you want git-svn-id: http://code.djangoproject.com/svn/django/trunk@2077 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-18Fixed typo in URL in docs/templates_python.txt. Thanks, Luke Skibinski HoltAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2049 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-12Removed 'Subclassing Context: Custom subclasses' from ↵Adrian Holovaty
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
2006-01-11Fixed error in docs/templates_python.txt (thanks, Alice)Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1909 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-11Removed 'Only in Django development version' messages from the docs, because ↵Adrian Holovaty
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
2006-01-09Fixed #1116 -- Fixed two typos in docs. Thanks, ChengAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1871 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-31Updated settings.txt and templates_python.txt to clarify that TEMPLATE_DIRS ↵Adrian Holovaty
requires Unix-style slashes. git-svn-id: http://code.djangoproject.com/svn/django/trunk@1808 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-24Fixed #925 -- Added TEMPLATE_CONTEXT_PROCESSORS, which lets you specify ↵Adrian Holovaty
processesors for DjangoContext. Thanks, Luke Plant git-svn-id: http://code.djangoproject.com/svn/django/trunk@1773 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-27Changed template library system so that it looks for a module-level variable ↵Adrian Holovaty
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
2005-11-27Fixed ReST error in docs/templates_python.txt. Thanks, EABinGAAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1450 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-26Fixed #911 -- Made template system scoped to the parser instead of the ↵Adrian Holovaty
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
2005-11-16Added links to auth docs in docs/templates_python.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1261 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-07Changed register_tag example in docs/templates_python.txt to be consistent ↵Adrian Holovaty
with other examples. Thanks, EABinGA git-svn-id: http://code.djangoproject.com/svn/django/trunk@1122 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17Added 'Loader types' section to docs/templates_python.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@893 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-14Fixed #626 -- Moved template modules to django.core.template package. ↵Adrian Holovaty
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
2005-10-04Fixed #591 -- fixed typo in docs/templates_python.txt. Thanks, BoffbowshAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@771 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-06Fixed #465 -- Fixed typo in docs/templates_python.txt. Thanks, ManuzhaiAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@631 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-06Fixed #462 -- Fixed typo in docs/templates_python.txt. Thanks, ↵Adrian Holovaty
eugene@lazutkin.com and sanxiyn git-svn-id: http://code.djangoproject.com/svn/django/trunk@630 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-06Fixed small typo in [628]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@629 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-06Finished docs/templates_python.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@628 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-06Fixed some more formatting bugs in [625]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@627 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-06Fixed some formatting bugs in [625]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@626 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-06Added a couple more sections to docs/templates_python.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@625 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-06Made small cleanups to [623]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@624 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-05Added docs/templates_python.txt, which isn't finished yetAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@623 bcc190cf-cafb-0310-a4f2-bffc1f526a37