Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/templates
Commit message (Collapse)AuthorAgeFilesLines
...
* Two very simple docs fixes.Ramiro Morales2011-09-031-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@16718 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #15252 -- Added static template tag and ↵Jannis Leidel2011-08-111-3/+14
| | | | | | | | CachedStaticFilesStorage to staticfiles contrib app. Many thanks to Florian Apolloner and Jacob Kaplan-Moss for reviewing and eagle eyeing. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16594 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #5025 -- Add a "truncatechars" template filter. ↵Jannis Leidel2011-07-141-0/+18
| | | | | | Many thanks to Chris Beaven. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16542 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #16392 -- Clarified docs of the "c" date format ↵Jannis Leidel2011-07-041-1/+6
| | | | | | with regard to naive datetime objects. Thanks, ybon. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16507 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved ↵Jannis Leidel2011-06-302-87/+154
| | | | | | | | | | static files of the admin to conventional file system location. This also removes the need for ADMIN_MEDIA_PREFIX and replaces it with the convention to find admin's static files at STATIC_URL + 'admin/'. Thanks to Jacob for the review and general help. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16487 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* More accurate documentation for how the urlize template ↵Chris Beaven2011-06-271-5/+9
| | | | | | works. Refs #9189. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16470 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #16297 -- make_list documentation error regarding ↵Simon Meers2011-06-261-3/+4
| | | | | | integers. Thanks ned and teraom. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16468 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed typos introduced in r16430 and r16431. Thanks, ↵Jannis Leidel2011-06-181-1/+1
| | | | | | magopian. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16433 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #16071 -- Added note to fix_ampersands ↵Jannis Leidel2011-06-171-0/+8
| | | | | | documentation about its limitations. Many thanks to jerry and Julien Phalip. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16431 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #15908 -- Mention blocktrans in the pluralize ↵Jannis Leidel2011-06-161-0/+2
| | | | | | filter documentation section. Thanks, Julien Phalip. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16414 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #9189 -- Added not about urlize only covering ↵Jannis Leidel2011-06-111-0/+2
| | | | | | .com, .net, and .org domains. Thanks, dArignac. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16372 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Enhanced a bit the documentation and docstring for the ↵Ramiro Morales2011-06-061-0/+12
| | | | | | url template tag. Also, added a test for it. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16331 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #15992 -- Added more references to settings. ↵Jannis Leidel2011-05-291-14/+18
| | | | | | Thanks, aaugustin. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16290 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #16067 - Couple reST fixes in ↵Timo Graham2011-05-221-1/+3
| | | | | | ref/templates/builtins.txt; thanks julien. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16263 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Tweaked some `render_to_response` links in the ↵Ramiro Morales2011-05-211-6/+7
| | | | | | documentation. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16255 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #15263 -- Added support for format localization to ↵Jannis Leidel2011-05-071-0/+12
| | | | | | the now template tag. Thanks to danielr and dmclain. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16172 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #15952 -- fixed an error in the template builtins ↵Alex Gaynor2011-05-031-1/+1
| | | | | | docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16141 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #15791 - method to signal that callable objects ↵Luke Plant2011-04-201-2/+12
| | | | | | | | should not be called in templates Thanks to ejucovy for the suggestion and patch! git-svn-id: http://code.djangoproject.com/svn/django/trunk@16045 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #15843 -- removed an extraneous quotation mark in ↵Gabriel Hurley2011-04-191-1/+1
| | | | | | the template tag docs. Thanks to Titan, Jer-ming Lin for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16042 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #15757 - removed remaining instances of ↵Luke Plant2011-04-081-8/+0
| | | | | | | | get_and_delete_messages Thanks to void for the report, and julien for the bulk of the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16022 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Changed 'raise' statements to new style syntax in ↵Ramiro Morales2011-03-171-1/+1
| | | | | | documentation. Thanks DaNmarner. Refs #15635. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15874 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #15570 -- Corrected a flaw in the design of the ↵Russell Keith-Magee2011-03-081-11/+40
| | | | | | silent flag on {% cycle %}. Thanks to Brian Neal for the report, and to Andrew and Jannis for the design consult. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15773 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #15528 -- Added versionchanged directive to load ↵Gabriel Hurley2011-03-031-0/+2
| | | | | | template tag docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15735 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added crossref targets for a couple of Django exceptions ↵Gabriel Hurley2011-03-031-5/+6
| | | | | | and cleaned up related reST markup. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15733 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Reverted 'now' template tag documentation changes so it ↵Ramiro Morales2011-03-011-6/+3
| | | | | | describes the real code implementation regarding (lack of) interaction with L10N machinery. Refs #15263. Thanks danielr for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15678 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #15299 -- Started the process of migrating the ↵Russell Keith-Magee2011-02-231-1/+6
| | | | | | auth context processor support classes into the auth context processor module. Thanks to shailesh for the report, and v1v3kn for the draft patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15635 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #15351 -- Corrected a missing word in the template ↵Gabriel Hurley2011-02-191-1/+1
| | | | | | reference docs. Thanks to issackelly for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15589 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed "the the" typos.Timo Graham2011-02-151-2/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@15536 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14038 -- Added information to release notes and ↵Ramiro Morales2011-01-251-2/+7
| | | | | | version changed|added markers to documentation additions for the new template loeaders API introduced in version 1.2. Thanks 3point2 for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15309 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #15057 - documented change in [14992]Luke Plant2011-01-131-26/+31
| | | | | | | | Thanks to Tai Lee for the patch. Refs #15025, #7153 git-svn-id: http://code.djangoproject.com/svn/django/trunk@15188 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13452 - Document that regroup can be used with ↵Timo Graham2010-12-291-2/+23
| | | | | | any template lookup. Thanks shacker for the suggestion and draft patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15108 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14987 - Alpha sort date filter arguments. Thanks ↵Timo Graham2010-12-291-3/+3
| | | | | | Peter for the report; adamv for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15107 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14912 -- Expanded documentation for the urlize ↵Gabriel Hurley2010-12-281-12/+28
| | | | | | template filter. Thanks to adamv for the draft patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15086 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14000 - remove versionadded/changed tags for ↵Timo Graham2010-12-262-37/+5
| | | | | | Django 1.0 and 1.1 git-svn-id: http://code.djangoproject.com/svn/django/trunk@15055 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14676 - Document that the removetags filter is ↵Timo Graham2010-12-181-0/+5
| | | | | | case-sensitive. Thanks peterh32 for the report and elbarto for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14925 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixes #7817 and #9456.Chris Beaven2010-12-181-3/+27
| | | | | | | | | | | | | | | - The include tag now has a 'with' option to include to provide extra context vairables to the included template. - The include tag now has an 'only' option to exclude the current context when rendering the included template. - The with tag now accepts multiple variable assignments. - The with, include and blocktrans tags now use a new keyword argument format for variable assignments (e.g. `{% with foo=1 bar=2 %}`). git-svn-id: http://code.djangoproject.com/svn/django/trunk@14922 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14570 -- Added new date format character for ↵Jannis Leidel2010-12-131-0/+3
| | | | | | alternative month names using the new context capabilities. Also add context to Associated Press style month names (refs #9988). Thanks to Claude and shell_dweller. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14899 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #11152 - Add some classes to the template docs. ↵Timo Graham2010-11-291-20/+36
| | | | | | Thanks adamv for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14744 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixes #3529 -- more explicit documentation about ↵Chris Beaven2010-11-241-0/+16
| | | | | | Context.update. Thanks for the patch, ggetzie. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14689 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14736 -- corrected an ungrammatical sentence in ↵Gabriel Hurley2010-11-221-3/+2
| | | | | | the template tags docs. Thanks to DD for the report and adamv for the draft patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14677 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Corrected a typo in the docs for {% load %}. Thanks to ↵Russell Keith-Magee2010-11-201-1/+1
| | | | | | Jannis for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14648 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14389, #9666 -- Started the migration path to ↵Russell Keith-Magee2010-11-201-1/+63
| | | | | | make the first argument to url and ssi template tags syntactically consistent with other tags. Thanks to Sean Brant for the draft patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14643 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14693, #14709 -- Backwards incompatible change to ↵Jannis Leidel2010-11-171-2/+11
| | | | | | | | | | | | | | | | rectify the confusion around the STATICFILES_URL and STATICFILES_ROOT settings. * Two new global settings that will be used by -- **but are not limited to** -- the staticfiles app: STATIC_ROOT and STATIC_URL. * Moving the 'django.contrib.staticfiles.templatetags.staticfiles' template tag to the core ('django.templatetags.static') and renaming it to 'get_static_prefix'. * Moving the context processor 'django.contrib.staticfiles.context_processors.staticfiles' to the core ('django.core.context_processors.static') and renaming it to 'static'. * Paths in media definitions will use STATIC_URL as the prefix if the value is not None, and falls back to the previously used MEDIA_URL. Thanks again to the community for constructive criticism and Carl and Russ for sanity-inducing discussions on IRC. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14592 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Reverted deprecation of media context processor (from ↵Jannis Leidel2010-11-111-8/+3
| | | | | | r14293) to separate static files and media files a bit more. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14535 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12975 -- Moved the docs for contrib.admindocs out ↵Gabriel Hurley2010-11-071-2/+2
| | | | | | of the template docs and into their own reference section, and significantly improved the documentation of what admindocs can do. Thanks to jabapyth for the report, and whiteinge for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14484 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #10904 -- Corrected inappropriate usage of the ↵Gabriel Hurley2010-11-071-3/+4
| | | | | | term "absolute URL" throughout the docs. Replaced with the (RFC 2396-compliant) terms "absolute path reference" or "absolute path" as appropriate for the context. Thanks to sharan666 for the report, and Malcolm, Chris, and dwillis for their work in supplying a solution and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14482 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13567 -- Added a 'silent' argument to the cycle ↵Russell Keith-Magee2010-11-021-0/+20
| | | | | | tag, so that you can declare a cycle without producing a value in the template. Thanks to anentropic for the suggestion and initial patch, and Łukasz Rekucki for the final patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14439 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14181 -- Added a template tag and filters to ↵Russell Keith-Magee2010-10-291-0/+9
| | | | | | allow localization to be disabled in a template. Thanks to Benjamin Wohlwend for the work on the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14395 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Corrected to markup problems with docs added for recent ↵Russell Keith-Magee2010-10-281-2/+3
| | | | | | features. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14388 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Removed obsolete 'date' filter -> 'now' tag link.Ramiro Morales2010-10-251-5/+5
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@14346 bcc190cf-cafb-0310-a4f2-bffc1f526a37