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-08-08
Fixed #31831 -- Fixed migration operations ordering when adding order_with_re...
Iuri de Silvio
2020-08-05
Fixed #26977 -- Made abstract models raise TypeError when instantiating.
Jacob Walls
2020-07-31
Fixed #27719 -- Added QuerySet.alias() to allow creating reusable aliases.
Alexandr Tatarinov
2020-07-30
Removed unnecessary list() call in RelatedManager.add().
Sergey Fedoseev
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2020-07-30
Refs #31829 -- Added DatabaseFeatures.json_key_contains_list_matching_require...
Tim Graham
2020-07-29
Fixed #31783 -- Fixed crash when filtering againts "negate" field.
Hasan Ramezani
2020-07-28
Fixed #31829 -- Used JSONField __contains lookup on key transforms.
sage
2020-07-28
Fixed #31836 -- Dropped support for JSONField __contains and __contained_by l...
Mariusz Felisiak
2020-07-28
Fixed #31835 -- Dropped support for JSONField __contains lookup on Oracle.
Mariusz Felisiak
2020-07-28
Refs #27996 -- Doc'd no extension required for RandomUUID() on PostgreSQL 13+.
Nick Pope
2020-07-27
Fixed #31815 -- Fixed schema value encoding on PostgreSQL.
Mariusz Felisiak
2020-07-24
Fixed #31812 -- Fixed FileField.model for fields defined in abstract models.
Matthias Kestenholz
2020-07-22
Fixed #31765 -- Disabled bundled SQLite renaming atomic references on macOS 1...
Tom Forbes
2020-07-22
Reverted "Fixed #30300 -- Allowed migrations to be loaded from directories wi...
Tim Graham
2020-07-20
Fixed #17653 -- Allowed using zero as AutoFields value on MySQL if NO_AUTO_VA...
Mariusz Felisiak
2020-07-17
Fixed #31731 -- Removed unreachable code for resetting sequences of auto-crea...
Ravindar Sharma
2020-07-16
Stopped adapting DecimalField values to strings on Oracle.
Mariusz Felisiak
2020-07-15
Fixed #30446 -- Resolved Value.output_field for stdlib types.
Simon Charette
2020-07-14
Stopped adapting DecimalField values to strings on PostgreSQL.
Simon Charette
2020-07-14
Refs #25425 -- Allowed unresolved Value() instances to be compiled.
Simon Charette
2020-07-13
Fixed #31770 -- Allowed select_for_update(of) on MySQL 8.0.1+.
Simon Charette
2020-07-10
Sorted conflicting migrations by names.
François Freitag
2020-07-09
Fixed #29789 -- Added support for nested relations to FilteredRelation.
matt ferrante
2020-07-09
Fixed #31773 -- Fixed preserving output_field in ExpressionWrapper for combin...
Mariusz Felisiak
2020-07-08
Fixed #31573 -- Made QuerySet.update() respect ordering on MariaDB/MySQL.
davidchorpash
2020-07-07
Fixed #31767 -- Fixed QuerySet.none() on combined queryset.
Mariusz Felisiak
2020-07-06
Fixed #23797 -- Fixed QuerySet.exclude() when rhs is a nullable column.
Jacob Walls
2020-07-06
Fixed #31530 -- Added system checks for invalid model field names in CheckCon...
Hasan Ramezani
2020-07-03
Removed duplicated sqlite3 converter.
Sergey Fedoseev
2020-07-02
Fixed #31758 -- Removed unneeded BytesToCharFieldConversionMixin.
Sergey Fedoseev
2020-07-01
Fixed #31755 -- Made temporal subtraction resolve output field.
Sergey Fedoseev
2020-07-01
Refs #28621 -- Fixed crash of annotations with nested OuterRef.
Sergey Fedoseev
2020-06-30
Fixed #31751 -- Fixed database introspection with cx_Oracle 8.
Mariusz Felisiak
2020-06-30
Fixed #31701 -- Made FileDescriptor subclass DeferredAttribute.
alosultan
2020-06-30
Fixed #28925 -- Fixed durations-only expressions crash on SQLite and MySQL.
Sergey Fedoseev
2020-06-30
Refs #28925 -- Simplified CombinedExpression.as_sql() a bit.
Sergey Fedoseev
2020-06-29
Fixed #31745 -- Added error messages when using UniqueConstraint.include/opcl...
Hannes Ljungberg
2020-06-26
Fixed #31742 -- Fixed makemigrations crash on ForeignKey to an app with mixed...
Mariusz Felisiak
2020-06-25
Fixed #31596 -- Changed ForeignKey.validate() to use the base manager.
Jon Dufresne
2020-06-24
Fixed #31529 -- Added support for serialization of pathlib.Path/PurePath and ...
Nick Pope
2020-06-24
Fixed #31735 -- Fixed migrations crash on namespaced inline FK addition on Po...
Simon Charette
2020-06-24
Fixed #31703 -- Made makemigrations name all initial migrations "initial".
Jon Dufresne
2020-06-24
Refs #31703 -- Moved MigrationAutodetector.suggest_name() to Migration.
Jon Dufresne
2020-06-22
Combined MySQL backend server info queries.
Adam Johnson
2020-06-17
Refs #28077 -- Added opclasses to Index.__repr__().
Mariusz Felisiak
2020-06-16
Refs #30446 -- Defined default output_field of text database functions.
Simon Charette
2020-06-16
Fixed #31702 -- Added support for PostgreSQL opclasses in UniqueConstraint.
Hannes Ljungberg
2020-06-15
Fixed #31706 -- Removed unnecessary getattr() call in FileDescriptor.__get__().
Sultan
2020-06-12
Fixed #31491 -- Allowed 'password' option in DATABASES['OPTIONS'] on MySQL.
Hasan Ramezani
[prev]
[next]