Bustard

Latest version: v0.1.6

Safety actively analyzes 621269 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.1.6

====================

template engine
~~~~~~~~~~~~~~~~~

* [improve] refactoring
* [change] variable and tag can't be empty
* [change] ``template.code`` change to ``template.code_builder``
* [change] ``Template.__init__(self, text, context=None, ...)``
change to ``Template.__init__(self, text, default_context=None, ...)``
* [change] ``Template.TOKEN_EXPR_START`` change to ``Template.TOKEN_VARIABLE_START``
* [change] ``Template.TOKEN_EXPR_END`` change to ``Template.TOKEN_VARIABLE_END``

0.1.5

====================

* [new] template engine: support ``{{ block.super }}``

0.1.4

====================

* [new] template engine support extends
* [improve] refactoring template engine
* [bugfix] fix WerkzeugfServer.run
* [improve] don't connect to db when init orm.Session instance

0.1.3

====================

* [improve] refactoring template engine
* [bugfix] fix orm.queryset.count: don't include limit and offset in sql
* [improve] improve orm.session.connect: auto reconnect
* [bugfix] fix testing about post form
* [new] testing.open support ``follow_redirects=False`` argument

0.1.2

====================

* [new] add views.View and app.add_url_rule
* [new] remove psycopg2 from setup.py
* [new] add views.StaticFilesView
* [new] add orm.session.transaction
* [change] rename ServerInterface to ServerAdapter
* [change] rename WSGIrefServer to WSGIRefServer

0.1.1

====================

* [bugfix] fix a session key issue
* [change] refactoring ServerInterface

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.