index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
models
/
lookups.txt
Age
Commit message (
Expand
)
Author
2018-11-12
Corrected docs regarding RegisterLookupMixin subclasses.
Sergey Fedoseev
2018-07-26
Refs #29593, #26891 -- Doc'd RegisterLookupMixin.get_lookups().
Carlton Gibson
2017-03-16
Removed self from method signatures in docs.
Alasdair Nicol
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-03-21
Refs #25759 -- Documented customizing expressions' SQL on other databases.
Kai Feldhoff
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-09-21
Fixed #24629 -- Unified Transform and Expression APIs
Josh Smeaton
2015-07-27
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
Tim Graham
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2014-11-16
Renamed qn to compiler
Josh Smeaton
2014-10-28
Fixed #23493 -- Added bilateral attribute to Transform
Thomas Chaumeny
2014-09-04
Fixed documentation links to Query Expression API.
Thomas Chaumeny
2014-07-08
Fixed #22812 -- Refactored lookup API documentation.
Jorge C. Leitão