Ilya Baryshev

Results 52 issues of Ilya Baryshev

It's not a big deal, since I can output coverage report manually afterwards, but it would be nice to make 2 plugins behave well together.

Should be strict about non-existent attributes

bug

Order of tests matters, because random seed generator is seeded for all tests after CustomSeed test case. We should avoid that by making rnadom seed generator local.

https://github.com/kmmbvnr/django-any/blob/master/docs/quickstart.txt Add docs, fix tests

refactoring
docs

Now it doesn't seem to work in any_form (ModelForm)

feature

Replace manage.py with an actual one from django 1.4

refactoring

If model inherits from `MPTTModel` we need to detect `lft, rgt, tree_id, level` fields and do not provide their values.

feature

models.py and forms.py contain a lot of copy-paste

refactoring

Test the case, when image is the subdir ``` DecoderError: Unable to open file /home/prophet/projects/***/src/media/movie.mp4 ```