- [Example] (#286) Add schematics usage with Django
- [Feature] (#292) increase domain length to 10 for .holiday, .vacations
- [Feature] (#297) Support for fields order in serialized format
- [Feature] (#300 <https://github.com/schematics/schematics/pull/300>_) increase domain length to 32
- [Feature] (#284) Add missing requirement for six
- [Feature] (#283) Update error msgs to print out invalid values in base.py
- [Feature] (#281) Update Model.__eq__
- [Feature] (#267 <https://github.com/schematics/schematics/pull/267>_) Type choices should be list or tuple
- [Bug](`#280 https://github.com/schematics/schematics/issues/280`_) Fix the circular import issue.
- [Bug](#252) Fixed project URL
- [Feature] (#259) Give export loop to serializable when type has one
- [Feature] (#262) Make copies of inherited meta attributes when setting up a Model
- [Documentation] (#276) Improve the documentation of get_mock_object
- [Documentation] (#239) Fix typo with wording suggestion
- [Documentation] (#244) fix wrong reference in docs
- [Documentation] (#246) Using the correct function name in the docstring
- [Documentation] (#245) Making the docstring match actual parameter names
- [Feature] (#241) Py3k support
- [Feature] (#191) Updated import_data to avoid overwriting existing data. deserialize_mapping can now support partial and nested models.
- [Documentation] (#192) Document the creation of custom types
- [Feature] (#193) Add primitive types accepting values of any simple or compound primitive JSON type.
- [Bug] (#194) Change standard coerce_key function to unicode
- [Tests] (#196) Test fixes and cleanup
- [Feature] (#197) Giving context to serialization
- [Bug] (#198) Fixed typo in variable name in DateTimeType
- [Feature] (#200) Added the option to turn of strict conversion when creating a Model from a dict
- [Feature] (#212) Support exporting ModelType fields with subclassed model instances
- [Feature] (#214) Create mock objects using a class's fields as a template
- [Bug] (#215) PEP 8 FTW
- [Feature] (#216) Datastructures cleanup
- [Feature] (#217) Models cleanup pt 1
- [Feature] (#218) Models cleanup pt 2
- [Feature] (#219) Mongo cleanup
- [Feature] (#220) Temporal cleanup
- [Feature] (#221) Base cleanup
- [Feature] (#224) Exceptions cleanup
- [Feature] (#225) Validate cleanup
- [Feature] (#226) Serializable cleanup
- [Feature] (#227) Transforms cleanup
- [Feature] (#228) Compound cleanup
- [Feature] (#229) UUID cleanup
- [Feature] (#230) Booleans as numbers
- [Feature] (#178) Added deserialize_from flag to BaseType for alternate field names on import
- [Bug] (#186) Compoundtype support in ListTypes
- [Bug] (#181) Removed that stupid print statement!
- [Feature] (#182) Default roles system
- [Documentation] (#190) Typos
- [Bug] (#177) Removed __iter__ from ModelMeta
- [Documentation] (#188) Typos
- [Documentation] More improvements
- [Feature] (#147) Complete conversion over to py.test
- [Bug] (#176) Fixed bug preventing clean override of options class
- [Bug] (#174) Python 2.6 support
- [Documentation] New History file!
- [Documentation] Major improvements to documentation
- [Feature] Renamed
check_value
tovalidate_range
- [Feature] Changed
serialize
toto_native
- [Bug] (#155) NumberType number range validation bugfix