Commit Graph

22 Commits

Author SHA1 Message Date
David Lord 7464e17c5e
Merge branch '2.2.x' 2022-12-24 11:21:59 -07:00
Maxim G. Ivanov 43ef559de3 Fix varname in docs 2022-12-22 21:28:18 +08:00
Maksim Salau 9c3deeee96
Fix argument in `register_api()` in docs/view.rst (#4818) 2022-09-14 06:08:38 -07:00
waffle-stomper 2c78771238
Fix missing assignment in MethodView example (#4815) 2022-09-14 06:07:20 -07:00
David Lord d94634b1be
fix view docs 2022-08-15 07:34:50 -07:00
David Lord bab5a65e6e
rewrite class-based view docs 2022-06-06 15:33:46 -07:00
Grey Li c224832acc Fix typo in docs/views.rst 2021-06-26 22:15:43 +08:00
David Lord 171aabc87d
remove unused ref directives
replace page refs with doc directives
2020-04-04 12:57:14 -07:00
erfanio 07caa44224 Change docs to use f-strings 2019-10-26 17:19:00 +11:00
defuz 663802e976 docs: ``with``, ``for``, ``self`` 2014-11-05 07:39:54 +03:00
defuz 3fa4fd0908 docs: http method names like ``GET`` and ``POST`` 2014-11-05 06:13:01 +03:00
Alex Morega 11c746189d Fix code example in pluggable views documentation 2012-08-20 16:57:39 +03:00
FND 4aebc267bc Hyphenate "class-based"
makes it more readable
2012-01-31 13:54:52 +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 d18868bd17 Add simple decorator example
Github issue #358
2012-01-16 13:42:43 -05:00
Armin Ronacher b6625ec193 Fixed a wrong example in the view docs. This fixes #374 2012-01-05 00:04:50 +01:00
Jim Rollenhagen e345a3afb5 Fix string format error while we're in here. 2011-11-05 09:03:18 -04:00
Jim Rollenhagen 51e4a58a85 Fix flask issue #338
Give POST its own url_rule to avoid TypeError.
2011-11-05 09:02:05 -04:00
Armin Ronacher e68b34eb6c Added API example to the method view docs 2011-09-17 19:39:19 +02:00
Armin Ronacher 85ed1bf058 Mentioned View.decorators in the views docs 2011-08-26 08:32:36 +01:00
Simon Sapin 0ff7fe2a37 Typo fix in code samples for Pluggable Views doc. 2011-06-28 06:14:39 -07:00
Armin Ronacher b36d7b3288 Added class based view documentation 2011-06-28 14:24:54 +02:00