dmanty45 / bots

Automatically exported from code.google.com/p/bots
0 stars 0 forks source link

change: instead of tempate filters, use TEMPLATE_CONTEXT_PROCESSORS in django #130

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
no change in functionality.
existing template filters are converted to a TEMPLATE_CONTEXT_PROCESSORS.
this was introduced to provide the functionality in change 129.
existing filters are rewritten.

Original issue reported on code.google.com by hjebb...@gmail.com on 14 Apr 2012 at 2:23

GoogleCodeExporter commented 8 years ago
I like this, it is simpler. But the extra line 
('bots.bots_context.set_context',) must be added in settings.py or you get an 
error. This needs to be in the release notes.

Original comment by mjg1964 on 26 Apr 2012 at 1:27

GoogleCodeExporter commented 8 years ago
yes, you are right about that.

kind regards,
Henk-Jan Ebbers

On 04/26/2012 03:27 AM, bots@googlecode.com wrote:

Original comment by hjebb...@gmail.com on 26 Apr 2012 at 4:54

GoogleCodeExporter commented 8 years ago

Original comment by hjebb...@gmail.com on 10 Sep 2013 at 12:45