#11889 closed (fixed)
Order for context being override isn't clear for Context Processors and Views
Reported by: | francis | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.1 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The order at which the same key gets override in the context isn't clear from the current docs when the same key exist from the view and context processor.
Current behavior is the context processor will override view context with RequestContext(request, your_dict) (SmileyChris on IRC)
Change History (4)
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
(In [12669]) Fixed #11889: Documented the fact that context processors will overwrite pre-existing context variables of the same names.