Changes between Version 2 and Version 3 of Ticket #28643, comment 9


Ignore:
Timestamp:
Oct 14, 2017, 6:35:56 AM (7 years ago)
Author:
Mariusz Felisiak

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28643, comment 9

    v2 v3  
    11I prepared patch to reorganize database functions docs and code ([https://github.com/django/django/pull/9227 PR]). I think we should organize code and doc as follows (bolded functions doesn't exist):
    22
    3 - `docs/ref/models/database-functions.txt` section `Comparison and conversion functions`  (`django/db/models/functions/comp_conv.py`):
     3- `docs/ref/models/database-functions.txt` section `Comparison and conversion functions`  (`django/db/models/functions/comparison.py`):
    44 - ''Cast, Coalesce, Greatest, Least'';
    55- `docs/ref/models/database-functions.txt` section `Date Functions` (`django/db/models/functions/datetime.py`):
Back to Top