Zvolský

Results 10 issues of Zvolský

Do not fail in initial migrations if PG_EXTRA_SEARCH_PATHS is defined. If we have empty database (like after DROP/CREATE DATABASE), the table for tenant model is not created yet and in...

``` # fails! probably Splinter 0.11.0 error # selEl.select(opt.value)

help wanted
NeedsInvestigation
django

heroku run python manage.py raven test ``` DEBUG 2018-04-27 13:41:08,384 base 4 139759264282368 Configuring Raven for host: https://sentry.io DEBUG 2018-04-27 13:41:08,388 base 4 139759264282368 Configuring Raven for host: https://sentry.io Client...

There is FileNotFoundError in the pghoard log. When I restart postgres: pg_ctlcluster 9.5 main restart, then the immediate event has no problem, but the next one (I think it is...

MDN URL: https://developer.mozilla.org/en-US/docs/Web/Media/DASH_Adaptive_Streaming_for_HTML_5_Video #### What information was incorrect, unhelpful, or incomplete? 1) I think is required, but not mentioned in "Using DASH - Client Side" section 2) I think that...

help wanted
time: -3hr
Content:Media
community

Some changes for wagtail 2.5. Seems it works, but... I wasn't able dumpdata/loaddata, so the db.sqlite3 has much more pure content. Example: media/../.png files stay there, but are not linked...

Just a new language (cs) translation. It is a little unsure if cs_CZ or cs should be used, but czech language is used in Czech Rep. only (except of really...

I think 2+ users can share same e-mail address. However when 2+ users with same address are inactive, djoser will fail so there is no possibility to activate such users....

help wanted

We have a system where # LANGUAGE_CODE = 'cs' is commented out, LANGUAGES are ('cs', 'en'). It run with LANGUAGE_CODE = 'en-us'. This is problem of Django ('en-us' is not...

I don't know if it is problem of Django, Whitenoise, or MDEditor. I make collectstatic and run with Whitenoise, together with settings: ``` STORAGES = { "staticfiles": { "BACKEND": "whitenoise.storage.CompressedManifestStaticFilesStorage",...