PR feedback and new migration file based on PR #551

This commit is contained in:
Jon Roberts 2023-05-09 16:27:09 -04:00
parent 54e6121f46
commit 08b2060f35
No known key found for this signature in database
GPG key ID: EED093582198B041
4 changed files with 50 additions and 31 deletions

View file

@ -582,7 +582,7 @@ class DomainApplication(TimeStampedModel):
"""This is to process to_dict for Domain Information, making it friendly
to "copy" it
More information can be found at this- (This dev used #5)
More information can be found at this- (This used #5)
https://stackoverflow.com/questions/21925671/convert-django-model-object-to-dict-with-all-of-the-fields-intact/29088221#29088221"""
opts = instance._meta
data = {}