Mads Jensen
|
c7f6ffbdcf
Fixed #28103 -- Added quarter extract, truncation, and lookup.
|
7 years ago |
Mads Jensen
|
085c2f94ec
Refs #25240 -- Added ExtractWeek examples.
|
7 years ago |
Adam Johnson
|
7f8a924b45
Refs #27834 -- Removed Value wrapping from StrIndex's substring param.
|
8 years ago |
Brad Melin
|
b625907a79
Fixed #27834 -- Added StrIndex database function.
|
8 years ago |
Tim Graham
|
e27e4c0339
Removed versionadded/changed annotations for 1.10.
|
8 years ago |
Simon Charette
|
ad8f6a45eb
Replaced RawSQL with Cast in Coalesce doc example.
|
8 years ago |
Mads Jensen
|
1446902be4
Fixed #25240 -- Added ExtractWeek and exposed it through the __week lookup.
|
8 years ago |
Simon Charette
|
767ba00976
Fixed #27209 -- Fixed typo in docs/ref/models/database-functions.txt.
|
8 years ago |
Simon Charette
|
8a4f017f45
Fixed #26348 -- Added TruncTime and exposed it through the __time lookup.
|
8 years ago |
Simon Charette
|
082c52dbed
Refs #25774, #26348 -- Allowed Trunc functions to operate with time fields.
|
8 years ago |
Simon Charette
|
90468079ec
Refs #25774 -- Adjusted datetime database function docs field names.
|
8 years ago |
Tim Graham
|
46a38307c2
Removed versionadded/changed annotations for 1.9.
|
8 years ago |
Josh Smeaton
|
2a4af0ea43
Fixed #25774 -- Refactor datetime expressions into public API
|
9 years ago |
Claude Paroz
|
03b6947728
Fixed #24932 -- Added Cast database function.
|
9 years ago |
rowanv
|
a6ef025dfb
Fixed #26124 -- Added missing code formatting to docs headers.
|
9 years ago |
Elif T. Kus
|
bca9faae95
Fixed #26020 -- Normalized header stylings in docs.
|
9 years ago |
Tim Graham
|
e0837f2cb1
Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.
|
9 years ago |
Tim Graham
|
54848a96dd
Removed versionadded/changed annotations for 1.8.
|
9 years ago |
Josh Smeaton
|
534aaf56f4
Fixed #24629 -- Unified Transform and Expression APIs
|
9 years ago |
Flavio Curella
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 years ago |
Adam Chainz
|
d34d39ade7
Fixed #24894 -- Added contrib.postgres.functions.TransactionNow
|
9 years ago |
Tim Graham
|
6b41834855
Minor edits to Greatest/Least docs; refs #24767.
|
9 years ago |
Tim Graham
|
2fbea621e6
Capitalized "Python" in docs.
|
9 years ago |
Ian Foote
|
14dead04ac
Fixed #24925 -- Document using Coalesce on MySQL
|
9 years ago |
Ian Foote
|
4ab53a558a
Fixed #24767 -- Added Greatest and Least expressions
|
9 years ago |
Adam Chainz
|
23048d186c
Fixed #24866 -- Added Now() database function
|
9 years ago |
Josh Smeaton
|
4718296546
Fixed #23753 -- Added a suite of SQL Functions
|
10 years ago |