Files
pydantic/tests
Samuel Colvin bbbc8987a8 Classvars (#455)
* Support specialized ClassVars, e. g. ClassVar[int] now works in a model, fix #435

* Use apostrophes and pass the test also on python 3.6, where ClassVar[int] is a ClassVar, not a _GenericAlias. Note that the == operator gives False in this case, so we must really compare the classes directly.

* Another attempt at the ClassVar check.

* Ran make format.

* Make mypy happy.

* add HISTORY
2019-04-03 11:58:28 +01:00
..
2017-05-03 22:23:41 +01:00
2019-02-04 21:54:20 +00:00
2019-02-04 21:54:20 +00:00
2018-11-15 11:30:07 +00:00
2018-11-15 11:30:07 +00:00
2019-04-03 11:58:28 +01:00
2019-04-01 15:52:24 +01:00
2019-02-15 18:29:13 +00:00