pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-flask-sqlalchemy



Module Name:    pkgsrc
Committed By:   kleink
Date:           Thu Oct 23 14:42:06 UTC 2014

Modified Files:
        pkgsrc/www/py-flask-sqlalchemy: Makefile distinfo

Log Message:
Update py-flask-sqlalchemy to 2.0.

Version 2.0
-----------

Released on August 29th 2014, codename Bohrium

- Changed how the builtin signals are subscribed to skip non
  Flask-SQLAlchemy sessions.  This will also fix the attribute error about
  model changes not existing.
- Added a way to control how signals for model modifications are tracked.
- Made the ``SignallingSession`` a public interface and added a hook
  for customizing session creation.
- If the ``bind`` parameter is given to the signalling session it will no
  longer cause an error that a parameter is given twice.
- Added working table reflection support.
- Enabled autoflush by default.
- Consider ``SQLALCHEMY_COMMIT_ON_TEARDOWN`` harmful and remove from docs.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-flask-sqlalchemy/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-flask-sqlalchemy/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index