Jeff Johnson
Jeff Johnson
Since the field is updated by pre_save and post_save signals I don't think [bulk_create](https://docs.djangoproject.com/en/1.11/ref/models/querysets/#bulk-create) is expected to worth with auto slug. The same is true for [update](https://docs.djangoproject.com/en/1.11/ref/models/querysets/#update). https://docs.djangoproject.com/en/1.11/ref/models/querysets/#bulk-create > The...
I've been struggling to make the workaround work for Ionic React. This is what I have so far but it still isn't right. When clicking the `Log In` button it...
I think I have a much (much!) simpler solution: ``` import React, {useRef} from "react"; import {IonButton, IonCard, IonInput, IonItem} from "@ionic/react"; const LogInForm: React.FC = () => { const...
+1 for this. For large datasets, knowing if a record has changed is trivial using [form.has_changed()](https://docs.djangoproject.com/en/1.10/ref/forms/api/#checking-which-form-data-has-changed). This can save a lot of processing.
@mojavelinux I have two places in the Gradle build file that try to copy the static images to the build dir but neither seem to work. It might be something...
I created a new asciidoc-diagram-to-pdf-example project in a fork and would like to make it work. After that, I would like to update the asciidoc-to-all-example project so it also uses...
@mojavelinux I created the example to show how it could be done and failed. I was hoping someone that knew more about the project would be able to show where...
@mojavelinux thank you! I will try to get your suggestions into the PR for your review.
Great, I look forward to the new release and thank you, @eamigo86, for providing this package!
Is there a workaround or something else I should install? Seems odd that nobody else noticed that two releases don't support request parameters.