David Lord
|
310fbfcf64
|
revert copyright year to project start
add copyright header to files
|
2018-02-08 12:43:30 -08:00 |
|
kaveh
|
75f537fb87
|
Adds provide_automatic_options to Class-based Views
|
2017-05-23 11:51:13 -07:00 |
|
David Lord
|
648344d4e8
|
use mro to collect methods
ignore methods attr unless explicitly set
add changelog
|
2017-04-21 10:43:02 -07:00 |
|
David Lord
|
0d9d3d8f92
|
Merge branch 'master' into figome-multiple-inheritance
|
2017-04-21 10:33:29 -07:00 |
|
Benjamin Dopplinger
|
dbeed24067
|
Fix typo in MethodView doc (#2028)
|
2016-09-18 20:24:46 -07:00 |
|
Antoine Catton
|
516ce59f95
|
Add the ability to combine MethodViews
|
2016-06-28 17:35:39 +02:00 |
|
Daniel Quinn
|
740c42217c
|
The comment didn't make any sense (#1777)
Fix doc comment for View.methods
|
2016-04-08 08:53:25 -07:00 |
|
Parkayun
|
33534bb4a9
|
Happy New Year 2015
|
2015-01-02 11:35:00 +09:00 |
|
Petr Zemek
|
6b9fd4a968
|
Fix a typo in a comment in MethodViewType.__new__.
|
2014-10-27 11:54:28 +01:00 |
|
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 |
|