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
Age
Commit message (
Expand
)
Author
2018-03-28
Fixed #29245 -- Made autodetector treat field renames + db_column addition as...
Simon Charette
2018-03-23
Fixed #23406 -- Allowed migrations to be loaded from .pyc files.
Dan Watson
2018-03-20
Used datetime.timezone.utc instead of pytz.utc for better performance.
Sergey Fedoseev
2018-03-20
Refs #29227 -- Simplified NullBooleanField by making it subclass BooleanField.
Nick Pope
2018-03-20
Refs #29227 -- Made inspectdb generate BooleanField(null=True) rather than Nu...
Tim Graham
2018-03-20
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2018-03-19
Fixed #29229 -- Fixed column mismatch crash when combining two annotated valu...
Astral
2018-03-19
Refs #28643 -- Added LPad and RPad database functions.
Mariusz Felisiak
2018-03-17
Fixed #29103 -- Removed bad 'b'-prefix added by MySQL's SchemaEditor.quote_va...
Claude Paroz
2018-03-17
Removed unused args in Index.clone().
Mads Jensen
2018-03-16
Removed DatabaseFeatures.can_introspect_null.
Tim Graham
2018-03-16
Fixed hanging indentation in various code.
Mariusz Felisiak
2018-03-15
Refs #28643 -- Added LTrim, RTrim, and Trim database functions.
Mariusz Felisiak
2018-03-14
Fixed #29155 -- Fixed crash when database functions are used with pattern loo...
Mariusz Felisiak
2018-03-13
Fixed #29199 -- Fixed crash when database user password contains @ sign on Or...
Mariusz Felisiak
2018-03-12
Fixed #28988 -- Fixed queries when a GenericRelation is used with multi-table...
robwa
2018-03-12
Fixed #29209 -- Fixed Cast() with TextField on MySQL and Oracle.
Sergey Fedoseev
2018-03-12
Fixed typo in django/db/backends/base/schema.py.
Tomer Chachamu
2018-03-12
Added PatternLookup.prepare_rhs to simplify subclasses.
Simon Charette
2018-03-12
Removed unused variable in BaseDatabaseSchemaEditor.effective_default().
Дилян Палаузов
2018-03-09
Fixed #29180 -- Fixed a regression where migrations already in the plan were ...
Carlton Gibson
2018-03-09
Refs #29180 -- Added MigrationGraph._generate_plan() for testing.
Carlton Gibson
2018-03-08
Fixed #29195 -- Fixed Exists.output_field resolution on single-valued queries.
Simon Charette
2018-03-08
Fixed #29178 -- Allowed Index.fields to accept a tuple.
Fabrizio Ettore Messina
2018-03-07
Simplified Contains, StartsWith, and EndsWith lookups.
Mariusz Felisiak
2018-03-03
Added model name to AutoField error message.
Almad
2018-03-01
Fixed #29172 -- Fixed crash with Window expression in a subquery.
Tomáš Ehrlich
2018-03-01
Refs #28459 -- Improved performance of time difference expressions on MySQL.
Sergey Fedoseev
2018-02-28
Fixed #29166 -- Fixed crash in When() expression with a list argument.
Mariusz Felisiak
2018-02-26
Refs #28909 -- Simplifed code using unpacking generalizations.
Mariusz Felisiak
2018-02-23
Refs #28643 -- Added Ord, Chr, Left, and Right database functions.
bobort
2018-02-23
Fixed #29142 -- Fixed crash when OuterRef is used with an operator.
Matthew Schinckel
2018-02-20
Fixed #28442 -- Fixed crash with nested OuterRefs that reference AutoField.
Oliver Sauder
2018-02-12
Refs #29125 -- Made Q.deconstruct() omit 'query_utils' in the path and _conne...
Tim Graham
2018-02-12
Fixed #29125 -- Made Q.deconstruct() deterministic with multiple keyword argu...
Tim Graham
2018-02-10
Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).
Matthew Wilkes
2018-02-10
Fixed #29118 -- Fixed crash with QuerySet.order_by(Exists(...)).
Raphael Gaschignard
2018-02-08
Fixed #29108 -- Fixed crash in aggregation of distinct+ordered+sliced querysets.
Simon Charette
2018-02-07
Renamed the allow_sliced_subqueries database feature to allow_sliced_subqueri...
Mariusz Felisiak
2018-02-05
Refs #28814 -- Fixed migrations crash with namespace packages on Python 3.7.
Tim Graham
2018-02-05
Refs #28814 -- Imported from collections.abc to fix Python 3.7 deprecation wa...
Raymond Hettinger
2018-02-05
Refs #28723 -- Fixed stale prefetch_related cache after add/remove.
Jon Dufresne
2018-02-02
Fixed imports per isort 4.3.1.
Tim Graham
2018-02-01
Fixed imports per isort 4.3.0.
Mariusz Felisiak
2018-01-31
Removed uneeded comment in DatabaseWrapper.check_constraints() on SQLite/MySQ...
Mariusz Felisiak
2018-01-31
Fixed #29066 -- Allowed negating query expressions.
priyanshsaxena
2018-01-31
Fixed #29093 -- Simplified a few lines in ModelBase.__new__().
Дилян Палаузов
2018-01-31
Fixed #29091 -- Fixed makemigrations crash if migrations directory doesn't ha...
Tim Graham
2018-01-30
Fixed #29076 -- Made Model.refresh_from_db() clear cached relationships even ...
Jon Dufresne
2018-01-27
Fixed #29004 -- Added inspectdb --include-views option.
bquinn
[next]