Ola Sitarska
|
b9b8895acb
Fixed #23527 -- Removed Cheetah references in docs
|
10 vuotta sitten |
Ola Sitarska
|
ee442e97da
Fixed #23529 -- Replaced comments tag library with humanize in docs
|
10 vuotta sitten |
Aymeric Augustin
|
d18579d219
Small fixes in templates topic guide.
|
10 vuotta sitten |
Tim Graham
|
9432f1e750
Fixed some doc errors that caused syntax highlighting to fail.
|
10 vuotta sitten |
Baptiste Mispelon
|
62c74abbb0
Fixed #23114 -- Clarified documentation of template lookups.
|
10 vuotta sitten |
Tim Graham
|
9e5033b302
Fixed #21747 -- Added {% elif %} to template topics guide.
|
11 vuotta sitten |
Claude Paroz
|
626bdf648a
Updated a bunch of hyperlinks in documentation
|
11 vuotta sitten |
Alex Gaynor
|
4e07d93325
Fixed some unnescesarily gendered language in the docs
|
11 vuotta sitten |
minusf
|
70c080fcdb
Misc doc cleanups.
|
11 vuotta sitten |
Ramiro Morales
|
47ddd6a408
Fixed #19552 -- Enhanced makemessages handling of ``{# #}``-style template comments.
|
12 vuotta sitten |
Ben Longden
|
55a2d5b577
Removes PHP references
|
12 vuotta sitten |
Tim Graham
|
74c025d028
Fixed #13608 - Noted that template lookups use literal values.
|
12 vuotta sitten |
Aymeric Augustin
|
06ea10e1f1
Fixed #18125 -- Explained caveat with filters
|
13 vuotta sitten |
Aymeric Augustin
|
d171b3cc0b
Fixed #16335 -- Clarified an unintuitive behavior.
|
13 vuotta sitten |
Aymeric Augustin
|
1adf8d4386
Fixed #17240 -- Replaced links to the online version of the docs by internal references.
|
13 vuotta sitten |
Luke Plant
|
c61987d75a
Removed use of non-standard indentation rules in docs, and the custom transform that supported them.
|
13 vuotta sitten |
Luke Plant
|
af244e47cc
Fixed a bunch of ReST errors that resulted in interpretation as block quotations
|
13 vuotta sitten |
Julien Phalip
|
c2b9f6496e
Added some sphinx cross-reference links to the built-in template tags and filters in multiple areas of the documentation. Also fixed a few minor inconsistencies and did a little PEP8 cleanup while I was at it.
|
13 vuotta sitten |
Alex Gaynor
|
5fbf5fd3dd
Fixed #16793. Added more cross referencing to the load tag's documentation. Thanks to bluejeansummer for the patch.
|
13 vuotta sitten |
Jannis Leidel
|
49f57a5d28
Fixed #15992 -- Added more references to settings. Thanks, aaugustin.
|
14 vuotta sitten |
Luke Plant
|
26cda43012
Switched to HTML5 doctype in all Django supplied templates.
|
14 vuotta sitten |
Adrian Holovaty
|
94af19c43f
Changed e-mail to email throughout documentation and codebase. The one exception is translation strings, which I didn't want to disrupt
|
14 vuotta sitten |
Timo Graham
|
2ea93f9327
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
|
14 vuotta sitten |
Gabriel Hurley
|
682f4cf9ed
Fixed #12975 -- Moved the docs for contrib.admindocs out 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.
|
14 vuotta sitten |
Jannis Leidel
|
e77f16144b
Fixed #14281 -- A few documentation fixes. Thanks, Ramiro and Timo.
|
14 vuotta sitten |
Malcolm Tredinnick
|
783656cf5b
Documented the permitted syntax for template variable names.
|
14 vuotta sitten |
Malcolm Tredinnick
|
7c075440ea
Add intro-user-level documentation about calling model methods from views.
|
14 vuotta sitten |
Jacob Kaplan-Moss
|
728effcfbd
Fixed #14141: docs now use the :doc: construct for links between documents.
|
14 vuotta sitten |
Adrian Holovaty
|
26dc654818
Fixed #11884 -- Clarified documentation to explain how to activate the built-in admin reference. Thanks, DmitryRisenberg and timo
|
15 vuotta sitten |
Luke Plant
|
2c2f5aee4d
Implemented 'smart if' template tag, allowing filters and various operators to be used in the 'if' tag
|
15 vuotta sitten |