Changes between Initial Version and Version 2 of Ticket #32730
- Timestamp:
- May 8, 2021, 9:40:16 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32730
- Property Cc added
- Property Has patch set
-
Ticket #32730 – Description
initial v2 1 1 Hi, 2 2 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. 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 a pull request. 4 5 https://github.com/django/django/pull/14369 4 6 5 7 Thank you,