| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-07-15 | [1.5.x] Fixed some markup in docs/ref/templates/api.txt | Tim Graham | |
| Backport of 862a04a56d from master | |||
| 2013-06-17 | [1.5.x] Fixed #20614 -- Typo in documentation. | Baptiste Darthenay | |
| Backport of 39b245fd76 from master | |||
| 2013-05-29 | [1.5.x] Fixed regroup example. | Gavin Wahl | |
| Chicago was missing. Backport of e6ff238 from master. | |||
| 2013-05-22 | [1.5.x] Tweaked a reST construct in template API docs. Refs #20104. | Ramiro Morales | |
| 2013-03-30 | [1.5.x] Fixed #19897 - Updated static files howto. | Tim Graham | |
| Thanks Jan Murre, Reinout van Rees and Wim Feijen, plus Remco Wendt for reviewing. Backport of i6c730da1f from master. | |||
| 2013-01-02 | [1.5.x] Fixed #19516 - Fixed remaining broken links. | Tim Graham | |
| Added -n to sphinx builds to catch issues going forward. Backport of 9b5f64cc6e from master. | |||
| 2012-12-26 | [1.5.X] Fixed broken links, round 3. refs #19516 | Tim Graham | |
| Backport of b3a8c9dab8 from master | |||
| 2012-12-18 | [1.5.X] Fixed #19470 - Clarified widthratio example. | Tim Graham | |
| Thanks orblivion for the suggestion. Backport of 6534a95ac3 from master | |||
| 2012-11-29 | [1.5.x] Fixed #19354 -- Do not assume usermodel.pk == usermodel.id | Claude Paroz | |
| Thanks markteisman at hotmail.com for the report. Backport of 0eeae1505 from master. | |||
| 2012-11-25 | [1.5.x] Fixed two typos. | Aymeric Augustin | |
| Backport of f89901d from master. | |||
| 2012-11-24 | [1.5.x] Fixed #19280 -- Raised an explicit exception for the old {% url %} ↵ | Aymeric Augustin | |
| syntax. Backport of 6b8a7ce. | |||
| 2012-11-23 | [1.5.X] Fixed #19348 - Clarified the units of filesizeformat. | Tim Graham | |
| Thanks george_edison for the report and Claude Paroz for the patch. Backport of 63e6cd1bb3 from master | |||
| 2012-11-17 | [1.5.X] Fixed #19308 - Clarified stringformat filter example | Tim Graham | |
| Thanks Shabda Raaj. Backport of 2564e31014 from master | |||
| 2012-11-04 | Fixed #19241 -- Improved floatformat docs | Daniel Greenfeld | |
| Demonstrate how to round to integers using floatformat templatetag | |||
| 2012-10-29 | [1.5.x] Fixed #19209 -- Documented |date:"I". | Aymeric Augustin | |
| Thanks mitar for the report. Backport of 24b2aad from master. | |||
| 2012-10-07 | Added section about URL reversion to URL mapper document. | Ramiro Morales | |
| 2012-09-24 | Fix docs for context_processors.auth | Andrew Badr | |
| Copy said it created three context variables, but only lists two. ("messages" was removed.) | |||
| 2012-09-22 | Fixed #18951 -- Formatting of microseconds. | Aymeric Augustin | |
| Thanks olofom at gmail com for the report. | |||
| 2012-09-20 | Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 | Tim Graham | |
| 2012-09-01 | Fixed #13608 - Noted that template lookups use literal values. | Tim Graham | |
| 2012-08-31 | Fixed #18642 - Added a note suggesting the use of render() rather than ↵ | Tim Graham | |
| render_to_response() if you need RequestContext in your template. | |||
| 2012-08-18 | Fixed #16744 -- Class based view should have the view object in the context | Marc Tamlyn | |
| Updated the most recent patch from @claudep to apply again and updated the documentation location. | |||
| 2012-08-04 | Added a missing space to the description of the `cut` filter. | Florian Apolloner | |
| 2012-07-24 | Changed the word "brackets" to "parentheses" | Kevin McCarthy | |
| I want to change the word "brackets" to "parentheses" because when I think of brackets, I think of [], and when I think of parentheses, I think of (), and when I originally read this, I found the word confusing. | |||
| 2012-07-12 | Fixed #18617 -- Highlighted that the app_directories template loader depends ↵ | Aymeric Augustin | |
| on the order of INSTALLED_APPS. Thanks evildmp for the patch. | |||
| 2012-07-07 | Fixed #18254 -- Added ability to the static template tags to store the ↵ | Jannis Leidel | |
| result in a contextt variable. Many thanks to Andrei Antoukh for the initial patch. | |||
| 2012-06-28 | Updated obsolete links in the documentation | Claude Paroz | |
| 2012-06-23 | Updated TEMPLATE_CONTEXT_PROCESSORS defaults in the docs. | jnns | |
| django.core.context_processors.tz was missing from default TEMPLATE_CONTEXT_PROCESSORS in the template api documentation. | |||
| 2012-06-19 | Fixed #14502 again -- saner verbatim closing token | Chris Beaven | |
| Previously, the closing token for the verbatim tag was specified as the first argument of the opening token. As pointed out by Jannis, this is a rather major departure from the core tag standard. The new method reflects how you can give a specific closing name to {% block %} tags. | |||
| 2012-06-07 | Removed references to changes made in 1.2. | Aymeric Augustin | |
| Thanks Florian Apolloner for the patch. | |||
| 2012-06-07 | Fixed #14502 -- Added a verbatim template tag. | Aymeric Augustin | |
| Thanks SmileyChris for the patch. | |||
| 2012-06-06 | Replaced documentation snippets using "gender" with less sensitive examples. | Jacob Kaplan-Moss | |
| 2012-06-06 | Added alt attribute to img tags in docs. | Aymeric Augustin | |
| This is a good practice for accessibility. Thanks Jessica McKellar for the report. | |||
| 2012-06-02 | Fixed #18259 -- Specified that ROOT_URLCONF might be needed. | Claude Paroz | |
| When using the template system in standalone mode and if the url template tag is used, ROOT_URLCONF has to be defined. Thanks techtonik for the report. | |||
| 2012-04-30 | Replaced print statement by print function (forward compatibility syntax). | Claude Paroz | |
| 2012-04-24 | Fixed #18037 -- Changed behaviour of url and ssi template tags to the new ↵ | Claude Paroz | |
| syntax, as per official deprecation timeline. Thanks Ramiro Morales and Jannis Leidel for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17934 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-04-20 | Very minor Python formatting change to template documentation | Chris Beaven | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17916 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-04-10 | Fixed #17229 -- Allow 'True', 'False' and 'None' to resolve to the ↵ | Aymeric Augustin | |
| corresponding Python objects in templates. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17894 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-05 | Fixed #16939 -- Inaccurate implementation of {% comment %} presented in ↵ | Chris Beaven | |
| custom template tag 'howto' guide. Thanks sebastian for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17663 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-02-13 | Added a note to the release notes about the new format strings added in r17473. | Jannis Leidel | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17520 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-02-11 | Fixed #17618 - Documented that variable names in template must not start ↵ | Timo Graham | |
| with an underscore; thanks guillemette and krzysiumed. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17504 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-02-09 | Fixed #16416 -- Added two new date formatting options for timezones and ISO ↵ | Jannis Leidel | |
| week numbers. Thanks, poirier. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17473 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-02-03 | Made a bunch more edits up until [17418] | Adrian Holovaty | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17428 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-01-08 | Reverted parts of r17359 that could cause false positives in URL detection, ↵ | Aymeric Augustin | |
| especially on file names. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17364 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-01-08 | Fixed #16656 -- Changed the urlize filter to accept more top-level domains. | Aymeric Augustin | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17359 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-12-24 | Removed a redundant paragraph from the templates builtins doc. | Aymeric Augustin | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17272 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-12-24 | Fixed #17110 -- Mentionned that the {% filter %} tag doesn't support the ↵ | Aymeric Augustin | |
| 'safe' and 'escape' filters. Thanks benspaulding. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17271 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-12-24 | Fixed #17442 - Broken link in refs/templates/builtins.txt | Timo Graham | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17269 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-12-09 | Fixed #17348 -- Implemented {% elif %}. Refs #3100. | Aymeric Augustin | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17187 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-12-09 | Tweaked templates/builtins.txt to make it clearer that cycle and firstof ↵ | Adrian Holovaty | |
| filters don't auto-escape. Refs #10912 git-svn-id: http://code.djangoproject.com/svn/django/trunk@17177 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
