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-01-08
Simplified some imports for database functions.
Nick Pope
2019-01-03
Fixed typo in django/db/backends/base/features.py.
Mariusz Felisiak
2019-01-02
Used 4 space hanging indent for dictionaries.
Tim Graham
2019-01-01
Fixed #30060 -- Moved SQL generation for indexes and constraints to SchemaEdi...
Paveł Tyślacki
2018-12-30
Renamed QuerySet.earliest()/latest() helper method.
Tim Graham
2018-12-27
Fixed #29851 -- Fixed crash of annotations with window expressions in Subquery.
Mariusz Felisiak
2018-12-26
Refs #29547 -- Skipped an unsupported partial index test on older versions of...
Tim Graham
2018-12-26
Refs #20483 -- Cached Oracle references retrieval on sql_flush().
Simon Charette
2018-12-26
Refs #30054, #20483 -- Cached SQLite references graph retrieval on sql_flush().
Simon Charette
2018-12-24
Fixed #30056 -- Added SQLite support for StdDev and Variance functions.
Nick Pope
2018-12-22
Renamed Sqlite and Sqlite3 references to SQLite.
Nick Pope
2018-12-22
Fixed #29970, #30041 -- Made ModelBase.__new__() pass attrs without contribut...
Sergey Fedoseev
2018-12-22
Fixed #30054 -- Implemented cascaded flush on SQLite.
Simon Charette
2018-12-22
Fixed #30055 -- Dropped support for SQLite < 3.8.3.
Tim Graham
2018-12-22
Refs #30033 -- Checked constraints before committing SQLite schema changes.
Simon Charette
2018-12-22
Refs #29928 -- Added supports_pragma_foreign_key_check SQLite feature flag.
Simon Charette
2018-12-22
Refs #29928 -- Corrected SQLite's can_defer_constraint_checks feature flag.
Simon Charette
2018-12-22
Refs #29182 -- Corrected SQLite's supports_atomic_references_rename feature f...
Simon Charette
2018-12-22
Refs #29547 -- Corrected SQLite's supports_partial_indexes feature flag.
Simon Charette
2018-12-22
Renamed SQLite3 references to to SQLite.
Simon Charette
2018-12-19
Fixed #30031 -- Added --no-header option to makemigrations/squashmigrations.
Dakota Hawkins
2018-12-17
Fixed #29928 -- Enabled deferred constraint checks on SQLite 3.20+.
Simon Charette
2018-12-17
Refs #29182 -- Stopped relying on legacy alter table semantic on SQLite 3.26+.
Simon Charette
2018-12-17
Fixed #30033 -- Conformed to the recommended table alterations procedure on S...
Simon Charette
2018-12-17
Refs #29928 -- Implemented fast constraint checking on SQLite 3.20+.
Simon Charette
2018-12-15
Fixed #30023 -- Prevented SQLite schema alterations while foreign key checks ...
Simon Charette
2018-12-10
Refs #28670 -- Fixed DatabaseFeatures.supports_slicing_ordering_in_compound o...
Mariusz Felisiak
2018-12-07
Fixed #29182 -- Fixed schema table alteration on SQLite 3.26+.
Simon Charette
2018-12-06
Fixed #29932 -- Fixed combining compound queries with sub-compound queries on...
Mariusz Felisiak
2018-12-06
Fixed #30011 -- Fixed queries that reuse filtered aggregates.
Simon Charette
2018-12-06
Bumped mysqlclient requirement to >= 1.3.13.
Tim Graham
2018-12-05
Fixed #30013 -- Fixed DatabaseOperations.last_executed_query() with mysqlclie...
Tim Graham
2018-11-30
Refs #28643 -- Skipped ATan2() workaround on SpatiaLite 5+.
Nick Pope
2018-11-30
Fixed #30001 -- Marked UUIDField.description for translation.
Prabakaran Kumaresshan
2018-11-30
Fixed #29987 -- Detected unmanaged model deletions.
Tim Fiedler
2018-11-26
Refs #29722 -- Added introspection of materialized views for Oracle.
Mariusz Felisiak
2018-11-23
Refs #23801 -- Made integer field max_length warning show correct field type.
Nick Pope
2018-11-23
Removed redundant BigIntegerField.empty_strings_allowed (already inherited).
Nick Pope
2018-11-21
Fixed #29974 -- Fixed non-truthy primary key values for QuerySet.bulk_update().
Tom Forbes
2018-11-21
Fixed #29949 -- Refactored db introspection identifier converters.
Mariusz Felisiak
2018-11-20
Changed BaseDatabaseSchemaEditor._effective_default() to staticmethod.
Tim Graham
2018-11-19
Refs #29722 -- Added introspection of partitions for PostgreSQL.
Nick Pope
2018-11-19
Fixed cached_properties that share a common property.
Sergey Fedoseev
2018-11-17
Added BaseDatabaseSchemaEditor._effective_default() to allow testing without ...
Tim Graham
2018-11-17
Fixed #29505 -- Removed SchemaEditor's calling of callable defaults.
Tim Graham
2018-11-17
Refs #29908 -- Optimized known related objects assignment.
Simon Charette
2018-11-15
Fixed #17930 -- Allowed ORing (|) with sliced QuerySets.
Ian Foote
2018-11-14
Fixed #29835 -- Made RelatedFieldListFilter respect ModelAdmin.ordering.
Hasan Ramezani
2018-11-13
Fixed #29788 -- Added support for Oracle Managed File (OMF) tablespaces.
Mariusz Felisiak
2018-11-13
Fixed #29641 -- Added support for unique constraints in Meta.constraints.
Simon Charette
[prev]
[next]