Changes between Initial Version and Version 1 of Ticket #30631


Ignore:
Timestamp:
Jul 10, 2019, 12:13:02 PM (5 years ago)
Author:
Robert Schindler
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30631

    • Property Needs documentation set
    • Property Needs tests set
  • Ticket #30631 – Description

    initial v1  
    55This is the simple implementation.
    66
    7 ```
     7{{{
    88class Q(django.db.models.Q):
    99    """
     
    2828            _negated=self.negated,
    2929        )
    30 ```
     30}}}
    3131
    3232What 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.
Back to Top