Kevin Tran

Results 11 issues of Kevin Tran

The directive: gridfs my_app field=filename type=string; queries the filename field. Is it possible to write a directive that can make a more complex query like: db.fs.files.find({metadata: {original_filename: 'foo.py'}}) I want...

Why is it that when I assign variables in the shell, these assignments are not reflected in the running programme? When I use pdb, I am able to freely change...

In `django-native-tags / native_tags / registry.py`, tag modules are loaded and searched for tags using django-native-tags' interface. When such tags are found they are registered in an internal tag library...

I have my tests for a Django application in a tests directory: ``` my_project/apps/my_app/ ├── __init__.py ├── tests │ ├── __init__.py │ ├── field_tests.py │ └── storage_tests.py ├── urls.py ├──...

documentation

1) When I run dali with `--read-spot-price-from-web` it finds a deposit of USD as an intra transaction from USD to USD so it tries to find the spot price which...

This can go wrong if you use a list to store validators. With shallow copy the validators list is maintained even if a new request is being processed. The result...

I'm a little confused about the intended way to use `allow_create` and `allow_nested_updates`. From what I can understand `allow_create` means that if there isn't a related record a blank model...

…windows Version 2.0.1 added built wheels avoiding the need for a compiler on windows

I'm having an issue where `GPSLongitudeRef` is ignored. I read the metadata from a photo from a camera component and then write it to another file. The new file has...

Good library, but I'm having an issue where writing some tags doesn't work. I read the metadata from a photo from a camera component and then write it to another...