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
2020-04-20
Capitalized Unicode in docs, strings, and comments.
Jon Dufresne
2020-04-20
Fixed #31474 -- Made QuerySet.delete() not return the number of deleted objec...
Hasan Ramezani
2020-04-20
Fixed #31477 -- Removed "using" argument from DatabaseOperations.execute_sql_...
Jon Dufresne
2020-04-20
Fixed #24559 -- Made MigrationLoader.load_disk() catch more specific ModuleNo...
Jon Dufresne
2020-04-17
Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on P...
Jon Dufresne
2020-04-17
Simplified DatabaseOperations.sql_flush() on Oracle and PostgreSQL.
Jon Dufresne
2020-04-17
Refs #26552 -- Made reloading the database for tests check only loaded tables...
Mariusz Felisiak
2020-04-15
Fixed #31223 -- Added __class_getitem__() to Manager and QuerySet.
sobolevn
2020-04-14
Fixed #29501 -- Allowed dbshell to pass options to underlying tool.
Adam Johnson
2020-04-10
Fixed #31351 -- Added system checks for partial indexes and unique constraint...
Ichlasul Affan
2020-04-10
Refs #28305 -- Consolidated field referencing detection in migrations.
Simon Charette
2020-04-09
Refs #31411 -- Used RENAME COLUMN on MySQL 8.0.4+.
Mariusz Felisiak
2020-04-09
Replaced ModelTuple by a model resolving function and bare tuples.
Simon Charette
2020-04-09
Replaced Operation._get_model_tuple() by ModelTuple.from_model().
Simon Charette
2020-04-09
Made Operation.references_model/references_field require app_label.
Simon Charette
2020-04-09
Refs #22608 -- Made app_label required when optimizing migrations.
Simon Charette
2020-04-08
Fixed #28184 -- Allowed using a callable for FileField and ImageField storage.
miigotu
2020-04-07
Refs #29000 -- Restored delayed model rendering of RenameField.
Simon Charette
2020-04-07
Refs #27666 -- Ensured relationship consistency on delayed reloads.
Simon Charette
2020-04-06
Fixed #31030 -- Registered SQLite functions as deterministic on Python 3.8+.
Sergey Fedoseev
2020-04-06
Fixed #31426 -- Added proper field validation to QuerySet.order_by().
Simon Charette
2020-04-06
Refs #7098 -- Deprecated passing raw column aliases to order_by().
Simon Charette
2020-04-06
Fixed #31420 -- Fixed crash when filtering subquery annotation against a Simp...
Hasan Ramezani
2020-04-04
Fixed #31415 -- Fixed crash when nested OuterRef is used with operators or in...
Hasan Ramezani
2020-04-02
Fixed #31275 -- Optimized sql_flush() without resetting sequences on MySQL.
c-bata
2020-04-02
Refs #31051 -- Optimized serialize_db_to_string() by avoiding creation of mod...
Matthijs Kooijman
2020-04-02
Refs #31051 -- Fixed reloading the database with circular related objects and...
Matthijs Kooijman
2020-04-02
Fixed #31411 -- Used RENAME COLUMN on MariaDB 10.5.2+.
Hasan Ramezani
2020-04-01
Refs #12990 -- Moved PostgresSimpleLookup to the django.db.models.lookups.Pos...
Mariusz Felisiak
2020-03-31
Fixed #31403 -- Added support for returning fields from INSERT statements on ...
Adam Johnson
2020-03-31
Refs #31403 -- Made SQLInsertCompiler.execute_sql() always return an iterable...
Adam Johnson
2020-03-25
Fixed #31399 -- Made SchemaEditor._alter_field() ignore foreign key constrain...
Tim Graham
2020-03-25
Fixed #23916 -- Allowed makemigrations to handle related model name case chan...
Adam Johnson
2020-03-25
Fixed #31396 -- Added binary XOR operator to F expressions.
Hannes Ljungberg
2020-03-25
Fixed #31377 -- Disabled grouping by aliases on QuerySet.values()/values_list...
Hasan Ramezani
2020-03-24
Fixed #31392 -- Avoided unnecessary SchemaEditor.effective_default() calls wh...
Shipeng Feng
2020-03-20
Refs #29724 -- Added is_dst parameter to QuerySet.datetimes().
Hasan Ramezani
2020-03-20
Fixed #31144 -- Relaxed system check for max_length of CharFields on MySQL/Ma...
Rohit
2020-03-19
Fixed #31285 -- Fixed inherited Meta.ordering of "-pk".
Jon Dufresne
2020-03-19
Refs #29548 -- Mentioned MariaDB in database system checks.
Mariusz Felisiak
2020-03-18
Refs #31055 -- Made long column names checks support databases aware.
Mariusz Felisiak
2020-03-18
Fixed #31376 -- Optimized nulls ordering when possible on SQLite and MySQL.
Simon Charette
2020-03-11
Fixed #31359 -- Deprecated get_random_string() calls without an explicit length.
Claude Paroz
2020-03-09
Fixed #31318 -- Allowed sqlmigrate to inspect squashed migrations.
David Wobrock
2020-03-09
Refs #31318 -- Moved MigrationExecutor.collect_sql() to MigrationLoader.
David Wobrock
2020-03-06
Fixed #31345 -- Added BaseDatabaseIntrospection.get_relations().
shankarj67
2020-03-05
Fixed #29129 -- Skipped UPDATE when adding a model instance with inherited pr...
Abhijeet Viswa
2020-03-05
Fixed #31327 -- Deprecated providing_args argument for Signal.
Jon Dufresne
2020-03-04
Fixed #31333 -- Added BaseDatabaseIntrospection.get_table_description().
aryan
2020-03-03
Refs #31331 -- Added DatabaseWrapper.sql_mode to MySQL.
Mariusz Felisiak
[prev]
[next]