murdav

Results 8 issues of murdav

First of all thanks for this package, it's very useful! My models are structured like these: ```python class Info(TimeStampedModel): identifier = models.UUIDField(_('info'), default=uuid.uuid4, primary_key=True, editable=False) *** ``` ```python class Alert(TimeStampedModel):...

Hello, I would need to do something similar: ``` instance, _ = MyModel.objects.select_related('type').update_or_create( translations__url=obj_url, translations__title=obj_title, version=obj_version, defaults=insertion_dict) ``` It does the correct cascade between languages: ``` (0.001) SELECT FROM "*_translation"...

bug

Hello, Would it be possible to add `feed_type=None` in: https://github.com/GetStream/stream-django/blob/master/stream_django/managers.py#L39 and https://github.com/GetStream/stream-django/blob/master/stream_django/managers.py#L45 E.g. ``` def follow_user(self, user_id, target_user_id, feed_type=None): news_feeds = self.get_news_feeds(user_id) target_feed = self.get_user_feed(target_user_id, feed_type) for feed in news_feeds.values():...

enhancement

Dear All, I followed the installation notes, but when I launch ./manage.py bower install python manage.py bower install I got Unknown command: 'bower' Ideas? Thanks,

Using version 2.3.11: ``` $('#datetime-ex').datetimepicker({ format: "yyyy-mm-ddThh:ii:00Z", autoclose: true, minView: 2 }); ``` Selecting a date using the calendar the input value is evaluated with 1899-12-08T00:00:00W. Europe Daylight Time Fiddle:...

Dear Arthanson, using Django 1.9.5 I got this error in the genericadmin.js file: ``` (function($) { var GenericAdmin = { url_array: null, fields: null, obj_url: "../obj-data/", admin_media_url: window.__admin_media_prefix__, ``` `window.__admin_media_prefix__`...

Dear All, Following http://portal.opengeospatial.org/files/?artifact_id=35326 there is the possibility to have the dimension, page 22 Table 9 — Parts of Dimension data structure. e.g. ``` default default image/png time ISO8601 2017-05-16...

wmts