Results 6 issues of cnschn

To reproduce: Just run the application in `example/`, add a `Person`, change any field(s) in the admin and save. No matter which fields actually changed, the history always includes the...

Fixes #469. I'm not sure if there is a better way to test this - the `override_settings` decorator does not affect the test models, so I just instantiated a `CountryField`...

There is a small bug in the calculation of `max_length` in `CountryField` when `multiple=True`: ``` kwargs["max_length"] = ( len(self.countries) - 1 + sum(len(code) for code in self.countries.countries) ) ``` I...

### The problem When I add any `glyphs` array to a bitmap font definition the generated code compiles and runs, but using the font in a `display` component does not...

### Bug description I have installed Need For Speed Unbound from the EA App. It's included in EA Play and not otherwise in my library. When the EA App integration...

I've been using this wonderful project with a Logitech webcam in the past, but have now switched to a mirrorless camera (a Sony a6400) hooked up to an inexpensive USB...