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-11-13
Refs #29641 -- Refactored database schema constraint creation.
Simon Charette
2018-11-09
Fixed #29934 -- Added sqlparse as a require dependency.
Tim Graham
2018-11-09
Removed unused 'tz' variable in typecast_timestamp().
Srinivas Reddy Thatiparthy
2018-11-08
Fixed #29908 -- Fixed setting of foreign key after related set access if Fore...
Simon Charette
2018-11-04
Removed DatabaseOperation.savepoint_create/rollback_sql() on Oracle.
Tom Forbes
2018-11-01
Fixed #29886 -- Fixed unaccent lookup when PostgreSQL's standard_conforming_s...
Jayantha Gumballi
2018-10-29
Fixed #29547 -- Added support for partial indexes.
Mads Jensen
2018-10-29
Fixed #29882 -- Added events and stored routines to MySQL's cloned test datab...
thomazzo
2018-10-29
Fixed #29897 -- Fixed autodetector's swappable MTI dependency resolution.
Simon Charette
2018-10-29
Refs #29897 -- Moved autodetector swappable dependency resolution to a method.
Simon Charette
2018-10-29
Refs #23322 -- Removed unnecessary "and" clause in the autodetector.
Simon Charette
2018-10-29
Fixed #29868 -- Retained database constraints on SQLite table rebuilds.
Simon Charette
2018-10-28
Fixed #29896 -- Fixed incorrect Model.save() cache relation clearing for fore...
Tim Graham
2018-10-27
Fixed #29763 -- Added support for column renaming on SQLite.
Hampus Dunström
2018-10-25
Refs #27025 -- Removed obsolete sqlite3 transaction management workaround for...
Tim Graham
2018-10-25
Fixed #29534 -- Made dbshell use rlwrap on Oracle if available.
Mariusz Felisiak
2018-10-25
Fixed #29827 -- Fixed reuse of test databases with --keepdb on MySQL.
Sergey Fedoseev
2018-10-25
Removed useless check in sqlite's DatabaseWrapper._savepoint_allowed().
Tim Graham
2018-10-25
Made DatabaseFeatures.uses_savepoints default to True.
Tim Graham
2018-10-24
Fixed #29869 -- Made UUIDField.to_python() convert integers.
Sanyam Khurana
2018-10-24
Fixed #29721 -- Ensured migrations are applied and recorded atomically.
Sanyam Khurana
2018-10-24
Fixed F841 flake8 warning.
Mariusz Felisiak
2018-10-22
Fixed #27595 -- Made ForeignKey.get_col() follow target chains.
Simon Charette
2018-10-21
Fixed #29870 -- Added DurationField introspection for Oracle and PostgreSQL.
Mariusz Felisiak
2018-10-17
Moved make_hashable() to django.utils and added tests.
aspalding
2018-10-17
Fixed #21171 -- Avoided starting a transaction when a single (or atomic queri...
Florian Apolloner
2018-10-15
Fixed #29725 -- Removed unnecessary join in QuerySet.count() and exists() on ...
oliver
2018-10-15
Fixed #29845 -- Fixed Cast crash on MySQL when casting to DecimalField.
Mariusz Felisiak
2018-10-13
Fixed various comments in django/db/backends/oracle/base.py.
Mariusz Felisiak
2018-10-11
Fixed #29814 -- Added support for NoneType serialization in migrations.
Patrik Sletmo
2018-10-11
Fixed #29836 -- Bumped required cx_Oracle to 6.0.
Mariusz Felisiak
2018-10-09
Simplified handling of DurationField values on MySQL/MariaDB.
Sergey Fedoseev
2018-10-09
Capitalized "Python" in docs and comments.
Jon Dufresne
2018-10-08
Replaced kwargs.pop() with keyword-only arguments.
Jon Dufresne
2018-10-08
Refs #27795 -- Removed force_text() usage in db/models/sql/query.py.
Jon Dufresne
2018-10-03
Refs #27795 -- Removed force_bytes() usage in MySQL backend.
Jon Dufresne
2018-10-02
Fixed #29745 -- Based Expression equality on detailed initialization signature.
Simon Charette
2018-10-02
Refs #29722 -- Added introspection of materialized views for PostgreSQL.
Nick Pope
2018-10-02
Fixed #29719 -- Added introspection of foreign tables for PostgreSQL.
Nick Pope
2018-10-02
Refs #29641 -- Extracted reusable CheckConstraint logic into a base class.
Simon Charette
2018-10-02
Refs #11964 -- Changed CheckConstraint() signature to use keyword-only argume...
Simon Charette
2018-10-02
Added django.db.backends.utils.names_digest() to remove redundant code.
Jon Dufresne
2018-10-02
Fixed ResourceWarning in MySQL's _clone_test_db().
Jon Dufresne
2018-10-01
Fixed #29804 -- Added 'did you mean' suggestions for unsupported lookup error.
Abhinav Patil
2018-10-01
Fixed #29767 -- Made date-related casts work on SQLite
Claude Paroz
2018-09-28
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-09-26
Fixed #29630 -- Fixed crash of sliced queries with multiple columns with the ...
Mariusz Felisiak
2018-09-26
Made DatabaseWrapper.oracle_version() return a full version tuple.
Mariusz Felisiak
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-09-25
Fixed #29778 -- Fixed quoting of unique index names.
Oleg
[prev]
[next]