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
/
django
/
db
/
models
/
sql
Age
Commit message (
Expand
)
Author
2014-04-16
[1.7.x] Fixed #22434 -- Retain ordering on related sliced subqueries.
Justin Hamade
2014-04-10
[1.7.x] Fixed #22343 -- Disallowed select_for_update in autocommit mode
Shai Berger
2014-03-12
Flake8 corrections
Shai Berger
2014-03-10
Fixed #22210 -- Saving model instances to non-related fields.
Daniel Pyrathon
2014-03-08
4 flake8 warning fixes
Alex Gaynor
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-07
Fixed #21863 -- supplemented get_lookup() with get_transform()
Anssi Kääriäinen
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-02-25
Fixed bad grammar in a comment.
Martin Matusiak
2014-02-18
Fixed #22057 -- Ensured reverse_lazy can be used in settings
Claude Paroz
2014-02-04
Fixed #21748 -- join promotion for negated AND conditions
Anssi Kääriäinen
2014-02-02
Removed an unused import which snuck in.
Alex Gaynor
2014-02-02
Ensure cursors are closed when no longer needed.
Michael Manfre
2014-02-02
Made SQLCompiler.execute_sql(result_type) more explicit.
Michael Manfre
2014-01-24
Fixed #21787 -- regression in MTI .exclude() queries
Anssi Kääriäinen
2014-01-19
Fixed Oracle query failures caused by lookup refactor
Anssi Kääriäinen
2014-01-18
Fixed #16187 -- refactored ORM lookup system
Anssi Kääriäinen
2014-01-12
Fixed #21413 -- resolve_columns fields misalignment
Anssi Kääriäinen
2013-12-22
Fixed #21643 -- repeated execution of qs with F() + timedelta
Alexey Voronov
2013-12-18
Fixed #11629 -- Deprecated callable arguments to queryset methods.
Baptiste Mispelon
2013-12-18
Fixed #21552 -- Allowed the use of None for the iexact lookup.
Denis Moskalets
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-12-06
Fixed #21554 -- Incorrect SQL generated when using multiple inheritance.
pegler
2013-11-30
Fixed comment typos.
Alex Hill
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-27
Used simpler queries for m2m clearing when possible.
Anssi Kääriäinen
2013-11-15
Fixed typo and slightly improved error message when db is missing time zone d...
Loic Bistuer
2013-11-14
Fixed #21432 -- DateTimeQuery now copies tzinfo when cloning.
Loic Bistuer
2013-11-07
Fixed #20600 -- ordered distinct(*fields) in subqueries
Anssi Kääriäinen
2013-11-07
Removed non-necessary code in Compiler._setup_joins()
Anssi Kääriäinen
2013-11-07
Removed Query.setup_joins() and join() argument outer_if_first.
Anssi Kääriäinen
2013-11-07
Fixed #21376 -- New implementation for query join promotion logic
Anssi Kääriäinen
2013-11-03
Fixed regressions from 36ded01527b690b5df0574492af9cfcc2ea3d1dc.
Florian Apolloner
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
Fixed #14511 -- bug in .exclude() query
Anssi Kääriäinen
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-11-02
Fixed #21366 -- regression in join promotion logic
Anssi Kääriäinen
2013-10-21
Fixed #21249 -- variable name typo in compiler.get_grouping()
Anssi Kääriäinen
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-15
Fixed #16855 -- select_related() chains as expected.
Marc Tamlyn
2013-10-05
Fixed #18414 -- qs.exists() for sliced distinct queries
Anssi Kääriäinen
2013-10-05
Improved Query join promotion logic
Anssi Kääriäinen
2013-10-01
Fixed #21203 -- resolve_columns fields misalignment
Anssi Kääriäinen
2013-09-25
Fixed #21126 -- QuerySet value conversion failure
Anssi Kääriäinen
2013-09-24
Added '*' to quote_cache
Anssi Kääriäinen
2013-09-24
Fixed #18333 - Quoted annotated column names
Michael Manfre
2013-09-24
Fix small grammatical error in comment.
Andrei Picus
2013-09-22
Removed a few trailing backslashes.
Aymeric Augustin
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-09-14
Fixed #20950 -- Instantiate OrderedDict() only when needed
Anssi Kääriäinen
[next]