Changes between Version 2 and Version 3 of Ticket #28643, comment 9
- Timestamp:
- Oct 14, 2017, 6:35:56 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28643, comment 9
v2 v3 1 1 I 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): 2 2 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`): 4 4 - ''Cast, Coalesce, Greatest, Least''; 5 5 - `docs/ref/models/database-functions.txt` section `Date Functions` (`django/db/models/functions/datetime.py`):