Commit graph

16 commits

Author SHA1 Message Date
Alexander Pantyukhin
1fbeb337c4 fix endline in the signal.py 2015-06-17 15:42:39 +02:00
Alexander Pantyukhin
d53d5c732b before_render_template signal 2015-06-17 15:42:39 +02:00
Parkayun
33534bb4a9 Happy New Year 2015 2015-01-02 11:35:00 +09:00
Petr Zemek
3159c86166 Unify the uses of "sourcecode" vs "source code".
Use "source code", which is more grammatically correct.
2014-10-27 11:54:28 +01:00
Petr Zemek
92854cb386 Add a missing period in the description of the signals module. 2014-10-27 11:54:27 +01:00
max demian
2eef63a320 Update signals.py 2014-03-15 14:42:21 +01:00
Daniel Neuhäuser
52098e1e4f Happy New Year 2014 2014-01-02 19:21:07 +01:00
Armin Ronacher
0676bb8ab5 Added appcontext_pushed and appcontext_popped signals 2013-06-05 09:53:26 +01:00
Paulo Poiati
b2aae044ca Flash messages signals
If we send a signal when a template is rendered why not when a message
is flashed? One real world use case is in tests, this signal should make
flash messages expectation easier to implement.
2013-02-28 01:19:52 -03:00
Armin Ronacher
9bed20c07c Added documentation for appcontext and teardown handlers 2012-04-09 17:29:00 +01:00
Armin Ronacher
ee8417dac8 Late but 2010 -> 2011 in some files 2011-09-01 16:57:00 +02:00
Armin Ronacher
67101c8b93 Fake signals no better follow the blinker api 2011-08-26 14:41:25 +01:00
Armin Ronacher
e71a5ff8de Started work on new request dispatching. Unittests not yet updated 2011-05-27 20:10:53 +02:00
Armin Ronacher
2912ff6f6e Added some whitespace 2010-07-18 20:44:07 +02:00
Armin Ronacher
b6cae028f7 Removed useless instanciation 2010-07-17 15:53:32 +02:00
Armin Ronacher
e0712b47c6 Added support for signals 2010-07-17 14:39:28 +02:00