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-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
2020-03-03
Fixed #31150 -- Included subqueries that reference related fields in GROUP BY...
Mariusz Felisiak
2020-03-02
Refs #26064 -- Avoided unnecessary list slicing in migration optimizer.
Simon Charette
2020-02-28
Fixed #31301 -- Fixed crash of QuerySet.bulk_create() with mixed empty and se...
Hans Aarne Liblik
2020-02-28
Fixed #31310 -- Fixed hints in checks for using intermediate model with ambig...
Matheus Cunha Motta
2020-02-27
Fixed #31251 -- Disabled grouping by OuterRef() annotation.
Rohit
2020-02-27
Fixed #31185 -- Fixed detecting of unique fields in ForeignKey/ForeignObject ...
Valze
2020-02-27
Fixed #31312 -- Properly ordered temporal subtraction params on MySQL.
Simon Charette
2020-02-24
Fixed #31286 -- Made database specific fields checks databases aware.
Taoup
2020-02-19
Refs #31187 -- Added total_unique_constraints property to model's Options.
Mariusz Felisiak
2020-02-18
Refs #31282 -- Clarified M2O add/remove/set with PK behaviour.
Carlton Gibson
2020-02-18
Fixed #31271 -- Preserved ordering when unifying query parameters on Oracle.
Mariusz Felisiak
2020-02-18
Fixed #31228 -- Reallowed aggregates to be used with multiple expressions and...
Taoup
2020-02-17
Fixed #31277 -- Relaxed system check of m2m intermediary tables for db_table ...
Xavier Francisco
2020-02-14
Fixed #26552 -- Deferred constraint checks when reloading the database with d...
Matthijs Kooijman
2020-02-11
Fixed #31246 -- Fixed locking models in QuerySet.select_for_update(of=()) for...
Abhijeet Viswa
[prev]
[next]