Volodymyr

Results 5 issues of Volodymyr

Created Django path converter using [official documentation](https://docs.djangoproject.com/en/3.0/topics/http/urls/#registering-custom-path-converters). I use it instead of `slug`, because last one allows extra symbols which breaks desired logic. Probably it can be useful for somebody...

enhancement

I have open text editor and I want to navigate to some line and completely remove it. Tried `shift+end` (and `+left`, `+right`, `+up`, `+down`) but it doesn't work as desired....

question
waiting-for-feedback

I can't override Django Admin templates because of `TemplateSyntaxError: Encountered unknown tag 'load'`. Despite of tags in template I want to change it fails to understand included and extended templates....

In my django application I have 2 tables: `auth_user` and `social_auth_usersocialauth`. And the problem is in that the same user has different ids in these tables (`auth_user.id` and `social_auth_usersocialauth.user_id`). So...

**Is your feature request related to a problem? Please describe.** When I or my colleague export schema into any format, then trying to import tables appear in random place and...