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
/
backends
Age
Commit message (
Expand
)
Author
2022-01-27
[4.0.x] Fixed #33462 -- Fixed migration crash when altering type of primary k...
Mariusz Felisiak
2021-12-22
[4.0.x] Refs #32355 -- Bumped required psycopg2 version to 2.8.4.
Mariusz Felisiak
2021-11-12
[4.0.x] Fixed #33279 -- Fixed handling time zones with "-" sign in names.
Can Sarigol
2021-10-18
[4.0.x] Fixed #33194 -- Fixed migrations when altering a field with functiona...
Hannes Ljungberg
2021-10-01
[4.0.x] Fixed #33160 -- Avoided suppressing query errors in _nodb_cursor() on...
Daniel Hahler
2021-09-16
Fixed #32365 -- Made zoneinfo the default timezone implementation.
Carlton Gibson
2021-09-01
Fixed #33080 -- Preserved nullability of textual fields on Oracle.
Mariusz Felisiak
2021-08-31
Fixed #33057 -- Fixed recreation of foreign key constraints in m2m tables whe...
Mariusz Felisiak
2021-08-24
Refs #10929 -- Allowed NowUTC SQL customization for third-party backends.
Tim Graham
2021-08-20
Fixed #33017 -- Fixed storage engine introspection on MySQL.
Matjaz Gregoric
2021-08-20
Optimized DatabaseSchemaEditor._field_should_be_indexed() on MySQL.
Matjaz Gregoric
2021-07-28
Optimized BaseDatabaseSchemaEditor._effective_default() a bit,
Chris Jerdonek
2021-07-27
Refs #32962 -- Simplified NULL logic in BaseDatabaseSchemaEditor._iter_column...
Chris Jerdonek
2021-07-27
Fixed #32962 -- Consolidated string concatenations in BaseDatabaseSchemaEdito...
Chris Jerdonek
2021-07-27
Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.
David Smith
2021-07-27
Refs #32743 -- Fixed recreation of foreign key constraints when altering type...
Jordan Bae
2021-07-26
Fixed #32743 -- Added foreign key altering when altering type of referenced p...
David Wobrock
2021-07-19
Fixed #10929 -- Added default argument to aggregates.
Nick Pope
2021-07-09
Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and ...
Ian Foote
2021-07-08
Fixed #32908 -- Allowed select_for_update(skip_locked) on MariaDB 10.6+.
Mariusz Felisiak
2021-07-07
Fixed inspectdb and schema tests on MariaDB 10.6+.
Mariusz Felisiak
2021-07-05
Refs #32508 -- Raised ImproperlyConfigured/TypeError instead of using "assert".
Mateo Radman
2021-07-02
Fixed #30934 -- Included database alias in django.db.backends log messages.
Nick Pope
2021-06-30
Fixed #32786 -- Moved subquery ordering clearing optimization to the _in lookup.
Hannes Ljungberg
2021-06-10
Fixed #32832 -- Fixed adding BLOB/TEXT nullable field with default on MySQL 8...
Mariusz Felisiak
2021-06-01
Fixed #32793 -- Fixed loss of precision for temporal operations with DecimalF...
Mariusz Felisiak
2021-05-28
Refs #32779 -- Changed DatabaseSchemaEditor._unique_sql()/_create_unique_sql(...
Hannes Ljungberg
2021-05-25
Fixed #32780 -- Made Add/RemoveConstraint operations a noop for covering/defe...
Hannes Ljungberg
2021-05-24
Fixed #32777 -- Passed table reference as a string to DatabaseSchemaEditor._i...
Hannes Ljungberg
2021-05-21
Fixed #32503 -- Fixed altering BLOB/TEXT field to non-nullable with default o...
Yuekui Li
2021-05-12
Fixed #32732 -- Removed usage of deprecated 'db' and 'passwd' connection opti...
Nick Pope
2021-05-11
Fixed #32722 -- Fixed comparing to TruncTime() on Oracle.
Mariusz Felisiak
2021-05-07
Fixed #32699 -- Fixed comparing to TruncTime() with 0 microseconds on MySQL.
Alex Hill
2021-04-30
Fixed #32653 -- Made quoting names in the Oracle backend consistent with db_t...
Mariusz Felisiak
2021-04-27
Fixed #32687 -- Restored passing process’ environment to underlying tool in...
Konstantin Alekseev
2021-04-27
Fixed #32686 -- Removed unnecessary semicolon on collected multiline SQL for ...
Hannes Ljungberg
2021-04-23
Refs #32673 -- Fixed lookups crash when comparing against lookups on Oracle.
Mariusz Felisiak
2021-04-23
Fixed #32673 -- Fixed lookups crash when comparing against lookups on Postgre...
Simon Charette
2021-04-20
Refs #25287 -- Added support for multiplying and dividing DurationField by sc...
Tobias Bengfort
2021-04-20
Refs #25287 -- Added _sqlite_prepare_dtdelta_param() hook.
Tobias Bengfort
2021-04-14
Fixed #32645 -- Fixed QuerySet.update() crash when ordered by joined fields o...
Mariusz Felisiak
2021-04-12
Fixed #32416 -- Made ThreadedWSGIServer close connections after each thread.
Chris Jerdonek
2021-04-07
Fixed #32501 -- Added support for returning fields from INSERT statements on ...
girishsontakke
2021-03-30
Fixed #32595 -- Fixed SchemaEditor.quote_value() crash with bytes.
Mariusz Felisiak
2021-03-29
Fixed #31487 -- Added precision argument to Round().
Nick Pope
2021-03-25
Fixed #32582 -- Removed unnecessary dot in names of cloned test databases on ...
Girish Sontakke
2021-03-23
Fixed #32573 -- Fixed bounds in __iso_year lookup optimization.
Florian Demmer
2021-03-23
Fixed #32483 -- Fixed QuerySet.values()/values_list() on JSONField key transf...
Mariusz Felisiak
2021-03-01
Fixed #32456 -- Added dbshell support for specifying a password file on Postg...
Hasan Ramezani
2021-02-26
Refs #32292 -- Made dbshell do not use 'postgres' database when service name ...
Mariusz Felisiak
[next]