Manuel Jeckelmann

Results 20 comments of Manuel Jeckelmann

From what I can find, serialization for caching is done using the `Pickler` class. So, no danger here... Do you think you will be able to provide some tests, before...

Hi @jeromecc One thing that I can think of, is that the ``versions`` module doesn't figure in the ``INSTALLED_APPS`` list and Django wasn't able to retrieve template files (https://docs.djangoproject.com/en/2.0/ref/settings/#templates). CleanerVersion...

Hi @jeromecc, thanks a lot for your feedback! Glad you enjoy CleanerVersion.

Hey @boydjohnson, unfortunately, I really can't estimate how complex it would be to write Selenium tests. I see though that we'd need them to test the JS and HTML part...

Hey @tbazadaykin, thanks for coming up with this. I see a bit of a trade-off in identifying current versions - but this may be less of a problem than it...

Hi @simkimsia, sorry for the delay in replying to all your PRs and questions. Your engagement with Cleanerversion is deeply appreciated! Regarding the ``VERSION_UNIQUE`` statement, I'm afraid we didn't make...

Glad you like it! By "explicitely" I mean that you have to take care of it yourself in your code and CleanerVersion doesn't do it for you. So, you'd have...

So, I've managed to write a test case that reproduces this issue reliably (see branch `bugfix/reproduce_failing_vm2m_migration` and the commit above). Unfortunately, I'll have to postpone the follow-up to some other...

So far, I've managed to work around the first error that is described above. However, there's more! ;) It seems that in general, Django migrations don't get along very well...

I've been pointed to Django's ticket [#25154](https://code.djangoproject.com/ticket/25154) which was obviously opened by @brandonmoser. Thanks for that, I think the way it's going will be helpful. Also, there's a patch suggested...