Changes between Version 26 and Version 27 of Ticket #28643


Ignore:
Timestamp:
Jan 12, 2018, 8:24:01 AM (6 years ago)
Author:
Thomas Lagae
Comment:

Add link to Abs PR.

I am a first time contributor so any feedback is much appreciated.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28643

    • Property Cc Thomas Lagae added
  • Ticket #28643 – Description

    v26 v27  
    1010||||||||||||||= **Math** =||
    1111||**Name**||**Description**||**PostgreSQL**||**Oracle**||**MySQL**||**SQLite**||**PR**||
    12 ||ABS()||Returns the absolute value.||X||X||X||X||-||
     12||ABS()||Returns the absolute value.||X||X||X||X||[https://github.com/django/django/pull/9577 9577]||
    1313||ACOS()||Returns the arccosine.||X||X||X||-||-||
    1414||ASIN()||Returns the arcsine.||X||X||X||-||-||
Back to Top