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
/
tests
/
expressions
/
models.py
Age
Commit message (
Expand
)
Author
2024-08-06
Fixed CVE-2024-42005 -- Mitigated QuerySet.values() SQL injection attacks aga...
Simon Charette
2024-06-21
Fixed Number.__str__() crash when float/decimal_value is None in expressions ...
Tim Graham
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-12-30
Fixed #29049 -- Added slicing notation to F expressions.
Nick Pope
2023-09-01
Fixed #34803 -- Fixed queryset crash when filtering againts deeply nested Out...
willzhao
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-06-01
Fixed #32793 -- Fixed loss of precision for temporal operations with DecimalF...
Mariusz Felisiak
2021-04-20
Refs #25287 -- Added support for multiplying and dividing DurationField by sc...
Tobias Bengfort
2020-05-04
Changed `'%s' % value` pattern to `str(value)`.
Nick Pope
2020-04-30
Removed unused __str__() methods in tests models.
Mariusz Felisiak
2020-04-06
Fixed #31420 -- Fixed crash when filtering subquery annotation against a Simp...
Hasan Ramezani
2019-08-29
Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude().
Matthew Schinckel
2019-01-16
Fixed #30044 -- Raised a FieldError on inherited field update attempts.
Simon Charette
2018-03-16
Fixed hanging indentation in various code.
Mariusz Felisiak
2017-10-25
Fixed #28689 -- Fixed unquoted table names in Subquery SQL when using OuterRef.
Mariusz Felisiak
2017-05-30
Fixed #28199 -- Fixed Subquery generating unnecessary/invalid CAST.
Tim Graham
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-09-09
Refs #25415 -- Fixed invalid models in the test suite.
Adam Chainz
2016-08-19
Fixed #22288 -- Fixed F() expressions with the __range lookup.
Matthew Wilkes
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-03-09
Fixed #24171 -- Fixed failure with complex aggregate query and expressions
Anssi Kääriäinen
2015-01-12
Fixed #24031 -- Added CASE expressions to the ORM.
Michał Modzelewski
2014-12-20
Fixed #2443 -- Added DurationField.
Marc Tamlyn
2014-04-21
Consolidated expressions tests.
Aymeric Augustin
2013-11-02
PEP8 cleanup
Jason Myers
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner