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
2019-11-22
Fixed #8467 -- Prevented crash when adding existent m2m relation with an inva...
Simon Charette
2019-11-21
Fixed #30413 -- Fixed test database signature on SQLite when test database na...
Farhaan Bukhsh
2019-11-21
Refs #25367 -- Made Query.build_filter() raise TypeError on non-conditional e...
Simon Charette
2019-11-21
Fixed #30484 -- Added conditional expressions support to CheckConstraint.
Simon Charette
2019-11-21
Refs #25367 -- Moved conditional expression wrapping to the Exact lookup.
Simon Charette
2019-11-21
Refs #11964 -- Removed SimpleCol in favor of Query(alias_cols).
Simon Charette
2019-11-20
Fixed #25388 -- Added an option to allow disabling of migrations during test ...
Jon Dufresne
2019-11-19
Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deleti...
Daniel Izquierdo
2019-11-19
Refs #27272 -- Added Collector.add_dependency().
Daniel Izquierdo
2019-11-19
Fixed #30987 -- Added models.PositiveBigIntegerField.
Caio Ariede
2019-11-18
Replaced unnecessary str()/bytes() calls with literals.
Jon Dufresne
2019-11-18
Fixed #30988 -- Deprecated the InvalidQuery exception.
Simon Charette
2019-11-18
Replaced QueryWrapper single usage with RawSQL.
Simon Charette
2019-11-18
Fixed #30986 -- Fixed queryset crash when filtering against boolean RawSQL ex...
Mariusz Felisiak
2019-11-15
Fixed #29808 -- Fixed initial migration detection when identifiers are case-i...
Hasan Ramezani
2019-11-15
Refs #29808 -- Optimized MigrationExecutor.detect_soft_applied().
Hasan Ramezani
2019-11-13
Fixed #30971 -- Prevented Query.resolve_lookup_value() from coercing list val...
George Marshall
2019-11-08
Fixed #24858 -- Added support for get_FOO_display() to ArrayField and RangeFi...
Hasan Ramezani
2019-11-08
Fixed #30961 -- Fixed spaces in columns list SQL generated for indexes.
Hannes Ljungberg
2019-11-07
Fixed #30943 -- Added BloomIndex to django.contrib.postgres.
Nick Pope
2019-11-07
Refs #29983 -- Added support for using pathlib.Path in all settings.
Jon Dufresne
2019-11-05
Refs #30095 -- Added Field._choices_is_value().
Hasan Ramezani
2019-11-05
Fixed DatabaseFeatures.has_select_for_update_nowait on MariaDB 10.3+.
Mariusz Felisiak
2019-11-04
Refs #13312 -- Simplified handling of nulls ordering on MySQL.
Nick Pope
2019-11-04
Fixed #30931 -- Restored ability to override Model.get_FIELD_display().
Carlton Gibson
2019-10-31
Refs #13312 -- Removed unnecessary IF wrapping in nulls_last handling on MySQL.
Simon Charette
2019-10-31
Refs #30095 -- Simplified Field._check_choices() a bit.
Mariusz Felisiak
2019-10-31
Refs #23576 -- Disabled MySQL multi-alias deletion path on MariaDB 10.3.2+.
Simon Charette
2019-10-29
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2019-10-25
Fixed #30902 -- Added __str__() for model choice enums.
Carlton Gibson
2019-10-24
Refs #30897 -- Added support for ANALYZE option to Queryset.explain() on Mari...
Nick Pope
2019-10-24
Refs #30897 -- Added support for TREE format to Queryset.explain() on MySQL 8...
Nick Pope
2019-10-24
Fixed #23576 -- Implemented multi-alias fast-path deletion in MySQL backend.
Simon Charette
2019-10-24
Fixed DatabaseFeatures.update_can_self_select on MariaDB 10.3.2+.
Mariusz Felisiak
2019-10-24
Fixed #30903 -- Fixed migrations crash on PostgreSQL when adding Index with o...
Hannes Ljungberg
2019-10-23
Refs #30897 -- Added test for SETTINGS option to Queryset.explain() on Postgr...
Nick Pope
2019-10-23
Fixed #29919 -- Fixed RelatedOnlyFieldListFilter crash with reverse relations...
Dan Moore
2019-10-21
Fixed #20577 -- Deferred filtering of prefetched related querysets.
Alex Aktsipetrov
2019-10-21
Adjusted QuerySet._filter_or_exclude() call to use negated=False, rather than...
Alex Aktsipetrov
2019-10-21
Fixed #30827 -- Made batch_size arg of QuerySet.bulk_create() respect Databas...
Ahmet Kucuk
2019-10-21
Fixed #30876 -- Moved classproperty() decorator to the django.utils.functional.
André Ericson
2019-10-21
Fixed #30841 -- Deprecated using non-boolean values for isnull lookup.
André Ericson
2019-10-17
Refs #28816 -- Prevented silencing data loss when decreasing CharField.max_le...
Hasan Ramezani
2019-10-17
Refs #12990 -- Moved CheckFieldDefaultMixin to the django.db.models.fields.mi...
sage
2019-10-16
Fixed #30885 -- Dropped support for MariaDB 10.1.
Mariusz Felisiak
2019-10-15
Fixed #30859 -- Fixed DatabaseFeatures.supports_aggregate_filter_clause on SQ...
Mariusz Felisiak
2019-10-14
Fixed #30868 -- Prevented unnecessary AlterField when renaming a referenced pk.
Simon Charette
2019-10-11
Fixed #30854 -- Fixed QuerySet.select_related() with multiple FilteredRelations.
Hasan Ramezani
2019-10-11
Refs #30854 -- Moved local_setter() outside the loop in SQLCompiler.get_relat...
Hasan Ramezani
2019-10-10
Fixed #30300 -- Allowed migrations to be loaded from directories without __in...
Benjy Weinberger
[prev]
[next]