mirror of
https://github.com/django/django.git
synced 2025-08-22 19:44:44 +00:00
Made F deconstruction omit 'expressions' in the path.
This commit is contained in:
parent
8806e8809e
commit
45f48ed4f7
2 changed files with 2 additions and 2 deletions
|
@ -578,7 +578,7 @@ class TemporalSubtraction(CombinedExpression):
|
|||
return connection.ops.subtract_temporals(self.lhs.output_field.get_internal_type(), lhs, rhs)
|
||||
|
||||
|
||||
@deconstructible
|
||||
@deconstructible(path='django.db.models.F')
|
||||
class F(Combinable):
|
||||
"""An object capable of resolving references to existing query objects."""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue