Matthew Pava

Results 8 issues of Matthew Pava

ForeignKeys require an on_delete argument. Therefore, CreatingUserField doesn't work. Please update for Django 2.0 support.

When saving a model with a CreationDateTimeField, I am getting the error that the field value is not timezone aware. (I have enabled timezone aware exceptions to happen in my...

I have a model called Document that is concrete. I have multiple models that inherit directly from Document, such as WorkOrder(Document) and PurchaseOrder(Document). The sub classes have audit logs, and...

This became a keyword argument in more recent versions of Django. For what it's worth, I've tried multiple times to make a pull request, but the button is disabled, and...

Users can now add the abstract to the BibTex string without requiring the journal be abbreviated. Also, it will no longer throw an error if the response from crossref doesn't...

I unintentionally upgraded to Django 5.0 trying to fix some other issues in my project, and I came across this error when rendering a country field in a template: `'BlankChoiceIterator'...

I'm attempting to use this plug-in with a Bootstrap accordion, but accordions don't utilize `a` elements. It would be nice to be able to allow for the option to specify...

https://github.com/encode/django-rest-framework/blob/1c4d277f53cc43e5d38f209219a264df6846a992/rest_framework/renderers.py#L340 When working with the browseable API form, `DateTimeField`s do not show initial data in the latest version of Chrome. I've not tested it in other browsers. The browser console...

Bug