summaryrefslogtreecommitdiff
path: root/warlock/model.py
Commit message (Expand)AuthorAgeFilesLines
* Initial overhaul of the Model classoverhaul_of_model_classJan Willhaus2019-12-141-20/+38
* Drop support for Python 2.7Jan Willhaus2019-12-131-7/+0
* Blackify 🏴Jan Willhaus2019-05-181-11/+8
* Better error message on __setitem__ failure (#22)Victor Costan2016-06-251-1/+1
* flake8 complianceBrian Waldon2016-06-251-2/+2
* Allow a resolver to be set on the ModelDavid Johnson2016-06-251-1/+4
* Implement copy magic methods on ModelAlex Turek2016-06-251-0/+7
* Add description to exception messagesiccha.sethi2013-09-061-4/+6
* Add python3 supportbaserock/morphChuck Short2013-07-231-3/+4
* Trigger DeprecationWarning in Model.changesBrian Waldon2013-04-261-1/+4
* Add license headers to source filesBrian Waldon2013-01-311-0/+14
* Rename Model method validator to validateBrian Waldon2013-01-211-5/+5
* Adding documentation of Model methodsBrian Waldon2013-01-211-22/+27
* Made validator inheritable by base classes.Rob2013-01-211-5/+7
* Break up core pieces into separate modulesRob2012-12-221-0/+108