| 163 | | * ``extra_context``: A dictionary of values to add to the template context. |
|---|
| 164 | | If a value in the dictionary is callable, the generic view will call it |
|---|
| 165 | | just before rendering the template. By default, this is an empty |
|---|
| 166 | | dictionary. |
|---|
| | 163 | * ``extra_context``: A dictionary of values to add to the template |
|---|
| | 164 | context. By default, this is an empty dictionary. If a value in the |
|---|
| | 165 | dictionary is callable, the generic view will call it |
|---|
| | 166 | just before rendering the template. If it is not callable, it will be |
|---|
| | 167 | evaluated once, at import time. Note that QuerySets are not callable, so |
|---|
| | 168 | if you want to pass in a QuerySet in ``extra_context`` and have it |
|---|
| | 169 | evaluated at render time, you need to wrap it in a function (that |
|---|
| | 170 | returns the QuerySet). |
|---|
| 228 | | * ``extra_context``: A dictionary of values to add to the template context. |
|---|
| 229 | | If a value in the dictionary is callable, the generic view will call it |
|---|
| 230 | | just before rendering the template. By default, this is an empty |
|---|
| 231 | | dictionary. |
|---|
| | 232 | * ``extra_context``: A dictionary of values to add to the template |
|---|
| | 233 | context. By default, this is an empty dictionary. If a value in the |
|---|
| | 234 | dictionary is callable, the generic view will call it |
|---|
| | 235 | just before rendering the template. If it is not callable, it will be |
|---|
| | 236 | evaluated once, at import time. Note that QuerySets are not callable, so |
|---|
| | 237 | if you want to pass in a QuerySet in ``extra_context`` and have it |
|---|
| | 238 | evaluated at render time, you need to wrap it in a function (that |
|---|
| | 239 | returns the QuerySet). |
|---|
| 290 | | * ``extra_context``: A dictionary of values to add to the template context. |
|---|
| 291 | | If a value in the dictionary is callable, the generic view will call it |
|---|
| 292 | | just before rendering the template. By default, this is an empty |
|---|
| 293 | | dictionary. |
|---|
| | 298 | * ``extra_context``: A dictionary of values to add to the template |
|---|
| | 299 | context. By default, this is an empty dictionary. If a value in the |
|---|
| | 300 | dictionary is callable, the generic view will call it |
|---|
| | 301 | just before rendering the template. If it is not callable, it will be |
|---|
| | 302 | evaluated once, at import time. Note that QuerySets are not callable, so |
|---|
| | 303 | if you want to pass in a QuerySet in ``extra_context`` and have it |
|---|
| | 304 | evaluated at render time, you need to wrap it in a function (that |
|---|
| | 305 | returns the QuerySet). |
|---|
| 363 | | * ``extra_context``: A dictionary of values to add to the template context. |
|---|
| 364 | | If a value in the dictionary is callable, the generic view will call it |
|---|
| 365 | | just before rendering the template. By default, this is an empty |
|---|
| 366 | | dictionary. |
|---|
| | 375 | * ``extra_context``: A dictionary of values to add to the template |
|---|
| | 376 | context. By default, this is an empty dictionary. If a value in the |
|---|
| | 377 | dictionary is callable, the generic view will call it |
|---|
| | 378 | just before rendering the template. If it is not callable, it will be |
|---|
| | 379 | evaluated once, at import time. Note that QuerySets are not callable, so |
|---|
| | 380 | if you want to pass in a QuerySet in ``extra_context`` and have it |
|---|
| | 381 | evaluated at render time, you need to wrap it in a function (that |
|---|
| | 382 | returns the QuerySet). |
|---|
| 439 | | * ``extra_context``: A dictionary of values to add to the template context. |
|---|
| 440 | | If a value in the dictionary is callable, the generic view will call it |
|---|
| 441 | | just before rendering the template. By default, this is an empty |
|---|
| 442 | | dictionary. |
|---|
| | 455 | * ``extra_context``: A dictionary of values to add to the template |
|---|
| | 456 | context. By default, this is an empty dictionary. If a value in the |
|---|
| | 457 | dictionary is callable, the generic view will call it |
|---|
| | 458 | just before rendering the template. If it is not callable, it will be |
|---|
| | 459 | evaluated once, at import time. Note that QuerySets are not callable, so |
|---|
| | 460 | if you want to pass in a QuerySet in ``extra_context`` and have it |
|---|
| | 461 | evaluated at render time, you need to wrap it in a function (that |
|---|
| | 462 | returns the QuerySet). |
|---|
| 546 | | * ``extra_context``: A dictionary of values to add to the template context. |
|---|
| 547 | | If a value in the dictionary is callable, the generic view will call it |
|---|
| 548 | | just before rendering the template. By default, this is an empty |
|---|
| 549 | | dictionary. |
|---|
| | 566 | * ``extra_context``: A dictionary of values to add to the template |
|---|
| | 567 | context. By default, this is an empty dictionary. If a value in the |
|---|
| | 568 | dictionary is callable, the generic view will call it |
|---|
| | 569 | just before rendering the template. If it is not callable, it will be |
|---|
| | 570 | evaluated once, at import time. Note that QuerySets are not callable, so |
|---|
| | 571 | if you want to pass in a QuerySet in ``extra_context`` and have it |
|---|
| | 572 | evaluated at render time, you need to wrap it in a function (that |
|---|
| | 573 | returns the QuerySet). |
|---|
| 603 | | * ``extra_context``: A dictionary of values to add to the template context. |
|---|
| 604 | | If a value in the dictionary is callable, the generic view will call it |
|---|
| 605 | | just before rendering the template. By default, this is an empty |
|---|
| 606 | | dictionary. |
|---|
| | 627 | * ``extra_context``: A dictionary of values to add to the template |
|---|
| | 628 | context. By default, this is an empty dictionary. If a value in the |
|---|
| | 629 | dictionary is callable, the generic view will call it |
|---|
| | 630 | just before rendering the template. If it is not callable, it will be |
|---|
| | 631 | evaluated once, at import time. Note that QuerySets are not callable, so |
|---|
| | 632 | if you want to pass in a QuerySet in ``extra_context`` and have it |
|---|
| | 633 | evaluated at render time, you need to wrap it in a function (that |
|---|
| | 634 | returns the QuerySet). |
|---|
| 700 | | * ``extra_context``: A dictionary of values to add to the template context. |
|---|
| 701 | | If a value in the dictionary is callable, the generic view will call it |
|---|
| 702 | | just before rendering the template. By default, this is an empty |
|---|
| 703 | | dictionary. |
|---|
| | 728 | * ``extra_context``: A dictionary of values to add to the template |
|---|
| | 729 | context. By default, this is an empty dictionary. If a value in the |
|---|
| | 730 | dictionary is callable, the generic view will call it |
|---|
| | 731 | just before rendering the template. If it is not callable, it will be |
|---|
| | 732 | evaluated once, at import time. Note that QuerySets are not callable, so |
|---|
| | 733 | if you want to pass in a QuerySet in ``extra_context`` and have it |
|---|
| | 734 | evaluated at render time, you need to wrap it in a function (that |
|---|
| | 735 | returns the QuerySet). |
|---|
| 767 | | * ``extra_context``: A dictionary of values to add to the template context. |
|---|
| 768 | | If a value in the dictionary is callable, the generic view will call it |
|---|
| 769 | | just before rendering the template. By default, this is an empty |
|---|
| 770 | | dictionary. |
|---|
| | 799 | * ``extra_context``: A dictionary of values to add to the template |
|---|
| | 800 | context. By default, this is an empty dictionary. If a value in the |
|---|
| | 801 | dictionary is callable, the generic view will call it |
|---|
| | 802 | just before rendering the template. If it is not callable, it will be |
|---|
| | 803 | evaluated once, at import time. Note that QuerySets are not callable, so |
|---|
| | 804 | if you want to pass in a QuerySet in ``extra_context`` and have it |
|---|
| | 805 | evaluated at render time, you need to wrap it in a function (that |
|---|
| | 806 | returns the QuerySet). |
|---|
| 846 | | * ``extra_context``: A dictionary of values to add to the template context. |
|---|
| 847 | | If a value in the dictionary is callable, the generic view will call it |
|---|
| 848 | | just before rendering the template. By default, this is an empty |
|---|
| 849 | | dictionary. |
|---|
| | 882 | * ``extra_context``: A dictionary of values to add to the template |
|---|
| | 883 | context. By default, this is an empty dictionary. If a value in the |
|---|
| | 884 | dictionary is callable, the generic view will call it |
|---|
| | 885 | just before rendering the template. If it is not callable, it will be |
|---|
| | 886 | evaluated once, at import time. Note that QuerySets are not callable, so |
|---|
| | 887 | if you want to pass in a QuerySet in ``extra_context`` and have it |
|---|
| | 888 | evaluated at render time, you need to wrap it in a function (that |
|---|
| | 889 | returns the QuerySet). |
|---|
| 927 | | * ``extra_context``: A dictionary of values to add to the template context. |
|---|
| 928 | | If a value in the dictionary is callable, the generic view will call it |
|---|
| 929 | | just before rendering the template. By default, this is an empty |
|---|
| 930 | | dictionary. |
|---|
| | 967 | * ``extra_context``: A dictionary of values to add to the template |
|---|
| | 968 | context. By default, this is an empty dictionary. If a value in the |
|---|
| | 969 | dictionary is callable, the generic view will call it |
|---|
| | 970 | just before rendering the template. If it is not callable, it will be |
|---|
| | 971 | evaluated once, at import time. Note that QuerySets are not callable, so |
|---|
| | 972 | if you want to pass in a QuerySet in ``extra_context`` and have it |
|---|
| | 973 | evaluated at render time, you need to wrap it in a function (that |
|---|
| | 974 | returns the QuerySet). |
|---|