summaryrefslogtreecommitdiff
path: root/examples/plnt/utils.py
Commit message (Expand)AuthorAgeFilesLines
* remove unused module docstringsDavid Lord2020-03-191-9/+0
* f-strings everywhereDavid Lord2020-03-171-1/+1
* run pyupgrade on examplesDavid Lord2020-03-171-6/+5
* remove more compat codeDavid Lord2020-03-171-4/+1
* Drop _compat for Python 2pgjones2020-03-171-4/+3
* Use @property decorator for propertiesgokcegrbl2019-07-121-5/+24
* apply code stylecode-styleDavid Lord2019-03-081-23/+33
* example cleanup and compatDavid Lord2019-03-081-7/+12
* standardize copyright and licenseDavid Lord2019-02-121-2/+2
* Switched everything to long importsArmin Ronacher2011-01-031-2/+4
* Updated shorty and plnt to SQLAlchemy 0.6. Also upgraded plnt to Jinja2.Armin Ronacher2010-04-121-1/+1
* 2008 -> 2009 and fixed inconsistency in LICENSE.Armin Ronacher2009-01-061-1/+1
* Next release will be 0.4.1, improved copyright messages.Armin Ronacher2009-01-021-1/+1
* fixed error reporting in debugging console and part one of request/response o...Armin Ronacher2008-01-201-2/+2
* added atom feed support to werkzeug.contribArmin Ronacher2007-12-301-0/+5
* added tutorialArmin Ronacher2007-12-201-1/+4
* lazy_property is now renamed to cached_propertyArmin Ronacher2007-12-171-3/+3
* added plntArmin Ronacher2007-12-111-0/+117