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
2021-12-06
[4.0.x] Fixed #33335 -- Made model validation ignore functional unique constr...
Hannes Ljungberg
2021-12-03
[4.0.x] Fixed #33333 -- Fixed setUpTestData() crash with models.BinaryField o...
Mariusz Felisiak
2021-11-12
[4.0.x] Fixed #33279 -- Fixed handling time zones with "-" sign in names.
Can Sarigol
2021-11-02
[4.0.x] Fixed #33234 -- Fixed autodetector crash for proxy models inheriting ...
Mariusz Felisiak
2021-10-25
[4.0.x] Fixed #31503 -- Made autodetector remove unique/index_together before...
David Wobrock
2021-10-18
[4.0.x] Fixed #33194 -- Fixed migrations when altering a field with functiona...
Hannes Ljungberg
2021-10-11
[4.0.x] Refs #32900 -- Restored '[y/N]' in questioner prompt when merging mig...
Seonghyeon Cho
2021-10-01
[4.0.x] Fixed #33160 -- Avoided suppressing query errors in _nodb_cursor() on...
Daniel Hahler
2021-09-30
[4.0.x] Fixed #33159 -- Reverted "Fixed #32970 -- Changed WhereNode.clone() t...
Mariusz Felisiak
2021-09-29
[4.0.x] Fixed #33018 -- Fixed annotations with empty queryset.
David Wobrock
2021-09-29
[4.0.x] Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_res...
David Wobrock
2021-09-28
[4.0.x] Fixed #33033 -- Prevented models.DecimalField from accepting NaN values.
Chinmoy Chakraborty
2021-09-23
[4.0.x] Fixed #33133 -- Fixed handling NullBooleanField in historical migrati...
Mariusz Felisiak
2021-09-20
Refs #27624 -- Optimized Query.clone() for non-combined queries.
Keryn Knight
2021-09-20
Fixed #32970 -- Changed WhereNode.clone() to create a shallow copy of children.
Keryn Knight
2021-09-17
Refs #27624 -- Changed Query.explain_info to namedtuple.
Adam Johnson
2021-09-17
Optimized Query.clone() a bit.
Adam Johnson
2021-09-16
Fixed #32365 -- Made zoneinfo the default timezone implementation.
Carlton Gibson
2021-09-09
Fixed #33084 -- Removed incorrect system check for ManyToManyField with limit...
Hasan Ramezani
2021-09-01
Fixed #33073 -- Fixed queryset crash with aggregation and empty/extra queryse...
David Wobrock
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-30
Fixed #24900 -- Allowed migrating backward to squashed migrations.
Jacob Walls
2021-08-27
Fixed #32900 -- Improved migrations questioner prompts.
Mateo Radman
2021-08-26
Refs #29898 -- Changed fields in ProjectState's relation registry to dict.
Mariusz Felisiak
2021-08-25
Refs #29898 -- Made ProjectState encapsulate alterations in relations registry.
Manav Agarwal
2021-08-24
Refs #10929 -- Allowed NowUTC SQL customization for third-party backends.
Tim Graham
2021-08-20
Refs #29898 -- Refactored out ProjectState.resolve_model_relations()/resolve_...
Manav Agarwal
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-08-19
Fixed #33025 -- Avoided accessing the database connections in Query.build_loo...
Keryn Knight
2021-08-19
Fixed #33014 -- Made ProjectState raise exception when real_apps argument is ...
Chris Jerdonek
2021-08-11
Refs #29898 -- Changed ProjectState.real_apps to set.
Mariusz Felisiak
2021-08-09
Removed unnecessary WhereNode.is_summary.
Mariusz Felisiak
2021-08-09
Fixed #33003 -- Removed **kwargs from QuerySet._chain().
Keryn Knight
2021-08-06
Fixed #32983 -- Added system check for redundant related_name on symmetrical ...
Nick Touran
2021-08-04
Fixed typos in migrations tests, comments, and error message.
Jacob Walls
2021-07-30
Refs #32966 -- Refactored out DateTimeCheckMixin._check_if_value_fixed().
Chris Jerdonek
2021-07-30
Refs #32966 -- Simplified the _check_fix_default_value() implementations.
Chris Jerdonek
2021-07-30
Refs #32966 -- Added _to_naive() and _get_naive_now() for use in DateTimeChec...
Chris Jerdonek
2021-07-30
Fixed #32966 -- Fixed TimeField.check() crash for timezone-aware times in def...
Chris Jerdonek
2021-07-28
Refs #32946 -- Changed internal usage of dynamic Q() objects construction to ...
Keryn Knight
2021-07-28
Refs #32946 -- Changed Query.add_filter() to take two arguments.
Keryn Knight
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-26
Fixed #32947 -- Fixed hash() crash on reverse M2M relation when through_field...
Tom Wojcik
[next]