Changes between Initial Version and Version 2 of Ticket #32730


Ignore:
Timestamp:
May 8, 2021, 9:40:16 PM (3 years ago)
Author:
Austin Hunt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32730

    • Property Cc Austin Hunt added
    • Property Has patch set
  • Ticket #32730 – Description

    initial v2  
    11Hi,
    22
    3 I have written a new recursive method along with documentation and testing that allows one to translate a Django Q object representing a complex query into JSON format for the purpose of easily re-using and editing complex queries that have been saved via pickling in a database. I am opening this ticket so that I can reference it in an upcoming pull request.
     3I have written a new recursive method along with documentation and testing that allows one to translate a Django Q object representing a complex query into JSON format for the purpose of easily re-using and editing complex queries that have been saved via pickling in a database. I am opening this ticket so that I can reference it in a pull request.
     4
     5https://github.com/django/django/pull/14369
    46
    57Thank you,
Back to Top