-
Anton Shestakov <engored@ya.ru>, Thu, 02 May 2013 00:15:05 +0900
Fix an ImminentDeprecationWarning from webassets.
The original ImminentDeprecationWarning: The "filter" option of the {% assets %} template tag has been renamed to "filters" for consistency reasons
-
Anton Shestakov <engored@ya.ru>, Wed, 01 May 2013 23:45:03 +0900
jQuery 2.0.0
-
Anton Shestakov <engored@ya.ru>, Wed, 01 May 2013 23:17:37 +0900
Security and Privacy section in docs.
-
Anton Shestakov <engored@ya.ru>, Wed, 01 May 2013 22:55:38 +0900
Static files management via flask-assets.
-
Anton Shestakov <engored@ya.ru>, Wed, 01 May 2013 15:59:03 +0900
Works with CodernityDB 0.4.2.
-
Anton Shestakov <engored@ya.ru>, Wed, 01 May 2013 15:56:25 +0900
Works with Flask-RESTful 0.2.1.
-
Anton Shestakov <engored@ya.ru>, Thu, 21 Mar 2013 16:04:47 +0900
Update Underscore (1.4.3), Backbone (1.0.0) and Shard.
-
Anton Shestakov <engored@ya.ru>, Sat, 09 Feb 2013 18:06:31 +0900
Type attribute in script tag is not required in html5 and defaults to text/javascript.
-
Anton Shestakov <engored@ya.ru>, Sat, 09 Feb 2013 17:42:25 +0900
Outline project's raison d'être, mention workspaces in docs.
-
Anton Shestakov <engored@ya.ru>, Fri, 11 Jan 2013 19:10:31 +0900
Use @app.before_first_request instead of calling init_db() explicitly (so autogenerated wsgi.py files will just work).