German Ilin

Results 14 issues of German Ilin

Currently packages are uploaded only in case when there are no errors in the installation process. I think, in practice there are a lot of packages with broken setup and...

Parler caches translations, and after db rollback cache is inconsistent. I integrated [django-import-export](https://github.com/django-import-export/django-import-export) with django-parler so that I can import and export translatable models. Import is a two step process:...

enhancement

How to select only first level children of `#container`? Looks like `>` is not supported ``` d('#container > div') ```

Hello, I think it would be nice to be able to support other URL arguments. For example we could use it like this: ``` SockJSRouter(IMHOConnection, r'/game/(?P[^/.]+)) ``` and then in...

**Is your feature request related to a problem? Please describe.** Request: Make it possible for test setup to override ActivityOptions set for activities in workflow. Problem: In production code I...

enhancement

Add support for zadd :ch, :gt, :lt options https://redis.io/commands/zadd/

enhancement
contributions-welcome

``` -e [email protected]:jschrewe/django-mongoadmin.git@5d4db8d1f51db19837250f2018cfca4d25fe77e7#egg=mongoadmin-master ``` Getting this error, when click on "add" link ``` Environment: Request Method: GET Request URL: http://localhost:8000/wfe/admin/home/wfspec/add/ Django Version: 1.6 Python Version: 2.7.4 Installed Applications: ('django.contrib.contenttypes', 'django.contrib.auth',...

Hi! I have implementation of the same app using **gevent-socketio** and **node.js** I am trying to test my apps via JMeter. Refering to [socket.io-spec](https://github.com/LearnBoost/socket.io-spec) I created a test plan, where...

Hi! In case when there are two documents with the same classname one will be excluded from `_document_registry`. Some unwanted results may arise from this. For example `GenericReferenceField` relies on...

NoResource is depricated in Twisted 12.2.0