Tags give the ability to mark specific points in history as being important
-
-
-
v0.4.4
4e9c100c · ·Fix packaging issues * Rename src/ back to medial/ as that becomes the module name (facepalm) * Require psycopg2-binary package
-
-
-
-
v0.4
be4b6419 · ·Support enumerations and improve update/type checking * In most cases trust type set when retrieving values from database, and have updates conform to that before checking (so not checking a string integer against a true integer) * Support testing updates if original value is null * Add custom exceptions * Increase and improve testing
-
v0.3
65c283d5 · ·Only update effective changes and return affected attributes * Fix dirtiness marking * Testing Also, housekeeping: * Split use and testing requirements * Update for latest pylint
-
-
v0.2
8e337bde · ·New features and improvements * Support custom setter on persistent properties * More flexible schemes (file/sqlite, postgres/postgresql) * Set dirty flag on if assigning default on new objects
-
-