Eugene Morozov

Results 17 issues of Eugene Morozov

Hello, I have UUID primary keys in one of the projects I'm working on. `TextField` will support both integer and textual primary keys.

Cache connection string `CACHE_URL="rediscache:///var/run/redis/redis-server.sock?db=3&client_class=django_redis.client.DefaultClient"` is incorrectly parsed as: ``` {'default': {'BACKEND': 'django_redis.cache.RedisCache', 'LOCATION': 'unix:///var/run/redis/redis-server.sock', 'OPTIONS': {'DB': 3, 'CLIENT_CLASS': 'django_redis.client.DefaultClient'}}} ``` `DB` shouldn't go into `OPTIONS`, it should be appeneded to...

bug

### Describe the bug When entering hashtag that contains any non-ASCII characters (e.g. tag in almost any language other than English), clicking on the hashtag won't display tagged posts. ###...

bug
internationalization

## Description Open mycli and type (including quotes): `'where i=';` Press Enter. mycli will abort with exception: ``` Traceback (most recent call last): File "/home/jmv/work/mycli/mycli/main.py", line 1420, in cli() File...

Hello, djmoney registers its own json deserializer for django-reversion in the `models/__init__.py`. This seems to be inconvenient, because: a) such registration will override any custom serializers set by user in...

django-seo `admin.py` contains code: ``` python class ViewAdmin(view_admin): form = get_view_form(metadata_class) ``` `get_view_form()` function calls `systemviews.get_view_names()` function that attempts to load and parse application urls. Problem is that urls file...

``` TemplateDoesNotExist at /django-admin/users/user/749/change/ admin:admin/change_form.html ``` I suppose this would work only when https://github.com/django-admin-tools/django-admin-tools/blob/master/admin_tools/template_loaders.py is used but this is not stated anywhere in the docs, unfortunately.

Running FastAPI-template from docker fails because simple-term-menu requires `tput` utility from ncurses. Also, changed Dockerfile to use two stages build, reducing the size by 4 times (150 Mb vs 595...

Current version of backbone-forms doesn't render Select fields because it fails with error: TypeError: html is undefined.

requires-test