Andy Dustman

Results 4 issues of Andy Dustman

If you delete a non-audited object which is referred to by an audited object's audit log entries, IntegrityErrors result. This is because create_log_entry_model() copies all fields from the original model,...

Need to convert docs to Sphinx and get them hosted on readthedocs

enhancement

Is there a recommended way to override settings for the live server? Normally I'd use `@override_settings(DEBUG=True)` so I can see tracebacks while debugging, but had to settle for this: ```...

enhancement
question

If you feed `.convert_form()` a `ModelForm`, it will likely seem to hang if the `ModelForm` contains any `ModelChoiceField` and there is a significant amount of data in the `queryset` of...