Changes between Initial Version and Version 1 of Ticket #30631
- Timestamp:
- Jul 10, 2019, 12:13:02 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30631
- Property Needs documentation set
- Property Needs tests set
-
Ticket #30631 – Description
initial v1 5 5 This is the simple implementation. 6 6 7 ``` 7 {{{ 8 8 class Q(django.db.models.Q): 9 9 """ … … 28 28 _negated=self.negated, 29 29 ) 30 ``` 30 }}} 31 31 32 32 What do you think, is it worth creating a PR for this functionality? I haven't written the docs yet, but could write something if you like the addition.