Files
pydantic/tests
retnikt 6a0e5313cb Fix #867 by accepting and passing on **kwargs in ModelMetaclass.__new__ (#868)
* Fix #867 by accepting and passing on **kwargs in ModelMetaclass.__new__

pydantic.main.MetaModel.__new__ should include **kwargs at the end of
the method definition and pass them on to the super call at the end in
order to allow the special method __init_subclass__ to be defined with
custom parameters on extended BaseModel classes.

* MetaModel -> ModelMetaclass

* shrink change notes

* rename and reformat change description
2019-10-08 11:10:43 +01:00
..
2017-05-03 22:23:41 +01:00
2019-05-30 12:04:15 +01:00
2019-10-07 17:19:01 +01:00
2019-06-21 12:32:03 +01:00
2019-05-22 13:14:35 +01:00
2019-10-01 17:22:05 +01:00
2019-09-30 12:14:05 +01:00
2019-10-01 17:08:30 +01:00
2019-10-01 17:08:30 +01:00
2019-09-30 17:49:59 +01:00
2019-10-01 17:08:30 +01:00
2019-10-01 17:22:05 +01:00
2019-09-02 11:37:33 +01:00
2019-10-01 17:22:05 +01:00