Samuel Spencer

Results 12 issues of Samuel Spencer

I need requirements in `setup.py` in the `install_requires` config setting, but these aren't picked up in `setup.py`. I know its probably difficult, but do you have any plans on support...

considering
enhancement

This library is great, but I require this code for getting five... fast.

Get an error if trying to update or create when using dictionary, eg: ```Model.objects.update_or_create(translatable_field={'en': "Some text})``` Traceback: ``` Traceback (most recent call last): File "/usr/local/bin/django-admin", line 8, in sys.exit(execute_from_command_line()) File...

Change: from django.contrib.postgres.fields.jsonb import KeyTextTransform To from django.db.models.fields.json import KeyTextTransform

I first used DICSS about 8 and a half months ago. I followed the directions and thought it'd be safe to use DICCS without a wrapper. I was wrong!! DICCS...

By specifying the media for a form widget, django takes care of making sure all of the necessary static files are call using `{form.media}}`. Without this we either need to...

``` /usr/src/django-data-interrogator/data_interrogator/interrogators.py:83: SyntaxWarning: "is" with a literal. Did you mean "=="? if interrogator_filter is "=": /usr/src/django-data-interrogator/data_interrogator/db.py:81: SyntaxWarning: "is" with a literal. Did you mean "=="? if connection.vendor is 'microsoft': ```

Maybe need to expand test coverage?