Tim Graham
|
7b69c3e775
Removed versionadded/changed annotations for 1.5
|
11 years ago |
Jonathan Slenders
|
ff410565bf
Fixed #20709 -- Allowed {% widthratio %} to accept an "as" parameter.
|
11 years ago |
Baptiste Darthenay
|
39b245fd76
Fixed #20614 -- Typo in documentation.
|
11 years ago |
Claude Paroz
|
bf9975b0eb
Fixed #20606 -- Fixed 'for' example in template tag docs
|
11 years ago |
Gavin Wahl
|
e6ff238431
Fixed regroup example.
|
11 years ago |
Aymeric Augustin
|
ce45240df4
Fixed #20336 -- Removed obsolete paragraph from the docs.
|
11 years ago |
Thomas Thurman
|
b47b0211f5
Corrected "it's" to "its" when used possessively.
|
11 years ago |
Juan Catalano
|
78c842a323
Adapted uses of versionchanged/versionadded to the new form.
|
12 years ago |
Andrew Brown
|
17be12df47
Removed a trailing space in the template name on line 174.
|
12 years ago |
Claude Paroz
|
2bcbca3451
Updated some 'Dive Into Python' links
|
12 years ago |
Tim Graham
|
6c730da1f6
Fixed #19897 - Updated static files howto.
|
12 years ago |
Vladimir A Filonov
|
f49e9a517f
Fixed #17906 - Autoescaping {% cycle %} and {% firstof %} templatetags.
|
12 years ago |
Tim Graham
|
9b5f64cc6e
Fixed #19516 - Fixed remaining broken links.
|
12 years ago |
Aymeric Augustin
|
7ee7599ab3
Removed versionadded/changed annotations dating back to 1.4.
|
12 years ago |
Aymeric Augustin
|
ebd2598596
Removed django.contrib.markup.
|
12 years ago |
Tim Graham
|
b3a8c9dab8
Fixed broken links, round 3. refs #19516
|
12 years ago |
Tim Graham
|
6534a95ac3
Fixed #19470 - Clarified widthratio example.
|
12 years ago |
Claude Paroz
|
0eeae15056
Fixed #19354 -- Do not assume usermodel.pk == usermodel.id
|
12 years ago |
Aymeric Augustin
|
f89901dc05
Fixed two typos.
|
12 years ago |
Aymeric Augustin
|
d266919584
Fixed #19280 -- Raised an explicit exception for the old {% url %} syntax.
|
12 years ago |
Tim Graham
|
63e6cd1bb3
Fixed #19348 - Clarified the units of filesizeformat.
|
12 years ago |
Tim Graham
|
2564e31014
Fixed #19308 - Clarified stringformat filter example
|
12 years ago |
Daniel Greenfeld
|
3f65f751a0
Converted <paragraph> to <p> per #aaugustin's request
|
12 years ago |
Daniel Greenfeld
|
1db5d88273
Added examples for comment, templatetag, escape, force_escape, timesince, and timeuntil
|
12 years ago |
Preston Holmes
|
2cb48fffd4
Removed redundant docs addition across two commits
|
12 years ago |
Bryan Veloso
|
79a484fc8e
Merge pull request #496 from pydanny/ticket_19241
|
12 years ago |
Daniel Greenfeld
|
a70492e6b5
Fixed #19241 -- Improved floatformat docs
|
12 years ago |
Daniel Greenfeld
|
d5c3c45f2f
Demonstrate how to round to integers using floatformat templatetag
|
12 years ago |
Aymeric Augustin
|
24b2aad8e3
Fixed #19209 -- Documented |date:"I".
|
12 years ago |
Ramiro Morales
|
ec1aad1671
Added section about URL reversion to URL mapper document.
|
12 years ago |