Kenneth Reitz
|
3fd40e83e5
|
Merge pull request #864 from obeattie/master
Make the decorators attribute on View a tuple by default
|
2014-03-21 17:05:24 -04:00 |
|
max demian
|
6974d52815
|
Update views.py
|
2014-03-15 14:44:27 +01:00 |
|
Daniel Neuhäuser
|
52098e1e4f
|
Happy New Year 2014
|
2014-01-02 19:21:07 +01:00 |
|
Oliver Beattie
|
bb882454a0
|
Make the decorators attribute on View a tuple by default
To discourage accidental runtime modification applying to all views.
|
2013-09-09 15:13:42 +01:00 |
|
Thomas Waldmann
|
83f7658572
|
fix metaclass usage for py3
|
2013-05-25 20:19:17 +02:00 |
|
Jon Parise
|
bb99158c87
|
Remove an unused iteration variable.
We can just iterate over the namespace dictionary's keys here. We
don't need its values.
|
2012-03-19 22:33:43 -07:00 |
|
FND
|
4aebc267bc
|
Hyphenate "class-based"
makes it more readable
|
2012-01-31 13:54:52 +01:00 |
|
Jeffrey Finkelstein
|
c5ebf9a97d
|
Added PATCH method to the list of HTTP method functions for use in the flask.views.MethodView class.
|
2012-01-24 16:48:04 -05:00 |
|
FND
|
2792dcf23e
|
simplified as_view documentation
in the process, rewrapped lines to 78 chars (the file's current maximum)
|
2012-01-23 20:27:47 +01:00 |
|
FND
|
76c1a1f722
|
fixed spelling of "instantiate"
while the interwebs suggest "instanciate" might be a valid spelling, it
seems quite uncommon and potentially irritating (to pedants like myself)
|
2012-01-23 20:12:57 +01:00 |
|
Priit Laes
|
a59cbd4f52
|
Minor grammar fix
|
2012-01-16 13:42:42 -05:00 |
|
Armin Ronacher
|
b51fbdc8e0
|
Removed a newline
|
2011-10-06 10:49:12 -04:00 |
|
Ron DuPlain
|
899f8cdf51
|
Merge pull request #322 from jperras/patch-1
Fixed typo in docstring of dispatch_request method of flask.views.View
|
2011-09-18 12:20:40 -07:00 |
|
Armin Ronacher
|
32c7e43dda
|
Simplified HEAD handling for method views
|
2011-09-17 19:39:10 +02:00 |
|
Joel Perras
|
17a46a4d23
|
Fixed typo in docstring of dispatch_request method of flask.views.View.
|
2011-09-14 16:53:05 -03:00 |
|
Armin Ronacher
|
ef0f626f0a
|
Added flask.views.View.decorators to automatically decorate class based views.
|
2011-08-25 22:09:48 +01:00 |
|
Armin Ronacher
|
775caf726d
|
Improved cbv and added tests
|
2011-06-28 14:24:37 +02:00 |
|
Armin Ronacher
|
dcf21989dc
|
Added class based views
|
2011-06-28 12:45:49 +02:00 |
|