Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/templates
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed #10704 -- Resurrected documentation for {% else %} ↵Russell Keith-Magee2009-04-161-0/+13
| | | | | | clause on {% ifchanged %}, lost during docs refactor. Thanks to Tarken for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10563 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed a whole bunch of small docs typos, errors, and ↵Jacob Kaplan-Moss2009-04-031-10/+16
| | | | | | | | | | ommissions. Fixes #8358, #8396, #8724, #9043, #9128, #9247, #9267, #9267, #9375, #9409, #9414, #9416, #9446, #9454, #9464, #9503, #9518, #9533, #9657, #9658, #9683, #9733, #9771, #9835, #9836, #9837, #9897, #9906, #9912, #9945, #9986, #9992, #10055, #10084, #10091, #10145, #10245, #10257, #10309, #10358, #10359, #10424, #10426, #10508, #10531, #10551, #10635, #10637, #10656, #10658, #10690, #10699, #19528. Thanks to all the respective authors of those tickets. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10371 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #10375 -- Added documentation about the default ↵Gary Wilson Jr2009-03-311-0/+14
| | | | | | format strings used for the `date` and `time` filters when no format string is passed to the filter, based on patch from kgrandis. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10259 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #9701 -- Added a "safeseq" template filter.Malcolm Tredinnick2009-03-021-0/+15
| | | | | | | This is like "safe", except it operates on the individual elements of a sequence, rather than treating the whole argument as a string. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9952 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #10007 -- Corrected (and narrowed) a reference to ↵Russell Keith-Magee2009-02-221-5/+5
| | | | | | the Python standard library documentation. Thanks to d00gs for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9863 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #10177 -- Fixed typo in ↵Adrian Holovaty2009-02-211-1/+1
| | | | | | docs/ref/templates/builtins.txt. Thanks, bmjames git-svn-id: http://code.djangoproject.com/svn/django/trunk@9852 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #9735 -- Documentation typo fix.Malcolm Tredinnick2008-12-031-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@9558 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #6398: added an optional `{% empty %}` clause to ↵Jacob Kaplan-Moss2008-11-241-0/+29
| | | | | | | | the `{% for %}` template tag. The contents of this clause are rendered if the list iterated over turns out to be empty. Thanks, Jannis Leidel. Astute readers will notice that the patch originally called this `default`; after consideration I decided that `empty` is a very slightly better color for this particular bikeshed. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9530 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed a small reST header glitch in ↵Jacob Kaplan-Moss2008-11-241-4/+4
| | | | | | docs/ref/templates/builtins.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@9529 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #9497 - Doc typos. Many thanks ramiro.Karen Tracey2008-11-021-2/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@9330 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #9487 -- Corrected several links into the Python ↵Karen Tracey2008-11-011-1/+1
| | | | | | docs that were broken by the recent Python docs refactor. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9312 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Rewrote bits of the cycle tag documentation, which was ↵Adrian Holovaty2008-09-301-14/+39
| | | | | | confusing -- it implied 'rowvar' was required git-svn-id: http://code.djangoproject.com/svn/django/trunk@9101 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fied #9169 -- Fixed a typo in a docs example. Thanks, ↵Malcolm Tredinnick2008-09-271-1/+1
| | | | | | jeremyb. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9085 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #8979 -- Made a bunch of typo/formatting fixes to ↵Adrian Holovaty2008-09-092-16/+35
| | | | | | the docs. Thanks, ramiro git-svn-id: http://code.djangoproject.com/svn/django/trunk@8987 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #8753: converted "new in ..." callouts to proper ↵Jacob Kaplan-Moss2008-09-022-24/+24
| | | | | | Sphinx "versionadded/versionchanged" directives. Thanks to Marc Fargas for all the heavy lifting here. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8843 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Merge branch 'url-tag-asvar'Jacob Kaplan-Moss2008-08-291-0/+23
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@8716 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #8595: Removed a note about possible changes to ↵Russell Keith-Magee2008-08-281-2/+0
| | | | | | the syntax of the {% url %} template tag. Thanks to julien for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8651 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #7201 -- Fixed the timeuntil filter to work ↵Malcolm Tredinnick2008-08-261-0/+4
| | | | | | | | | | | | | | correctly with timezone-aware times. Patch from Jeremy Carbaugh. This is backwards incompatible in the sense that previously, if you tried to compare timezone-aware and timezone-naive values, you got an incorrect result. Now you get an empty string. So your previously incorrect code returns a different incorrect result. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8579 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #7743: Reverted [8483], which was itself a ↵Russell Keith-Magee2008-08-251-1/+1
| | | | | | reversion of [8481], after confirmation from Malcolm. Corrected a long standing mistake in the timesince/timeuntil filters when using a parameter for 'now'. Thanks to Andrew Shearer <ashearerw@shearersoftware.com> for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8535 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Massive reorganization of the docs. See the new docs ↵Jacob Kaplan-Moss2008-08-243-0/+2181
online at http://docs.djangoproject.com/. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8506 bcc190cf-cafb-0310-a4f2-bffc1f526a37