bottlepy / bottle

bottle.py is a fast and simple micro-framework for python web-applications.
http://bottlepy.org/
MIT License
8.44k stars 1.47k forks source link

Broken output filter reference in tutorial #751

Open tko opened 9 years ago

tko commented 9 years ago

In http://bottlepy.org/docs/dev/tutorial.html#generating-content (Dictionaries) there's a broken reference to a tutorial that does not seem to exist.

See the tutorial-output-filter to learn more.

I was hoping to find how to extend json serialization to handle datetime instances, but alas…

henning commented 9 years ago

Probably the solution to this is decribed in this thread: https://groups.google.com/forum/#!topic/bottlepy/f-FnJvUYw2s

The way to go is to provide a different/advanced json plugin, the documentation that shall be pointed to here is probably the plugin developers guide at http://bottlepy.org/docs/dev/plugindev.html

kucerarichard commented 5 years ago

That's actually a documentation feature, keep the broken reference and have people end up here and find that great google groups thread that gives a lot of context they otherwise wouldn't have...