mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #23493 -- Added bilateral attribute to Transform
This commit is contained in:
committed by
Anssi Kääriäinen
parent
6b39401baf
commit
00aa562884
@@ -306,6 +306,11 @@ Models
|
||||
* :doc:`Custom Lookups</howto/custom-lookups>` can now be registered using
|
||||
a decorator pattern.
|
||||
|
||||
* The new :attr:`Transform.bilateral <django.db.models.Transform.bilateral>`
|
||||
attribute allows creating bilateral transformations. These transformations
|
||||
are applied to both ``lhs`` and ``rhs`` when used in a lookup expression,
|
||||
providing opportunities for more sophisticated lookups.
|
||||
|
||||
Signals
|
||||
^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user