Thomas Adamcik
|
9b442e1563
|
review: Address review comments
|
2015-04-06 23:27:46 +02:00 |
|
Thomas Adamcik
|
2d03cd7290
|
models: Make fields handle unsetting defaults in __dict__
|
2015-04-05 13:09:19 +02:00 |
|
Thomas Adamcik
|
73415ce60f
|
models: Make sure del on attributes does not work
|
2015-04-05 13:08:15 +02:00 |
|
Thomas Adamcik
|
07912e1091
|
models: Add fields for supporting validation of models
Feature makes use of python descriptors to hook in type checking and other
validation when fields get set.
|
2015-04-05 13:08:15 +02:00 |
|
Thomas Adamcik
|
5c0430ef4a
|
tests: Move models tests into a directory
|
2015-04-05 13:08:15 +02:00 |
|