summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2024-07-17Fixed #35594 -- Added unique nulls distinct validation for expressions.Simon Charette
2024-07-17Refs #30581 -- Made unattached UniqueConstraint(fields) validation testable.Simon Charette
2024-07-16Doc'd purpose of tuple() in SQLCompiler.get_from_clause().Tim Graham
2024-07-15Removed leftover KeyError handling after Query.tables attribute cleanup.nessita
2024-07-11Optimized Case.as_sql() default compilation.Tim Graham
2024-07-10Fixed #35424 -- Checked order_with_respect_to is available when migrating _or...Daniel Patrick
2024-07-09Fixed #35580 -- Allowed related fields referencing auto-created through models.jason_bruce
2024-07-09Fixed #35413 -- Made unsupported lookup error message more specific.wookkl
2024-07-04Fixed #35560 -- Made Model.full_clean() ignore GeneratedFields for constraints.Mark Gensler
2024-07-04Fixed #35569 -- Improved wording of invalid ForeignKey error message.Jacob Walls
2024-07-03Refs #28900 -- Made Query.has_select_fields a computed property.Simon Charette
2024-07-03Fixed #28900 -- Propagated all selected fields to combinator queries.Simon Charette
2024-07-03Refs #28900 -- Made SELECT respect the order specified by values(*selected).Simon Charette
2024-06-28Refs #35561 -- Renamed Model.save()/asave() helper to a more specific name.nessita
2024-06-26Fixed 35561 -- Made *args and **kwargs parsing more strict in Model.save()/as...nessita
2024-06-25Fixed #35554, Refs #35060 -- Corrected deprecated *args parsing in Model.save...Adam Johnson
2024-06-25Used Query.add_annotation where appropriate.Simon Charette
2024-06-24Fixed #35547 -- Added reset_queries to django.db.__all__.AjmalPonneth
2024-06-13Fixed #34881 -- Fixed a crash when renaming a model with multiple ManyToManyF...Anže Pečar
2024-05-28Fixed #35469 -- Removed deferred SQL to create index removed by AlterField op...Jacob Walls
2024-05-27Fixed #35479 -- Dropped support for PostgreSQL 13 and PostGIS 3.0.Mariusz Felisiak
2024-05-22Fixed #35139 -- Prevented file read after ImageField is saved to storage.John Parton
2024-05-21Fixed #35405 -- Converted get_cache_name into a cached property in FieldCache...Adam Johnson
2024-05-15Fixed #35384 -- Raised FieldError when saving a file without a name to FileFi...Jonny Park
2024-05-14Fixed #35275 -- Fixed Meta.constraints validation crash on UniqueConstraint w...Mariusz Felisiak
2024-05-07Fixed #35407 -- Cached model's Options.swapped.Adam Johnson
2024-05-07Fixed #35425 -- Avoided INSERT with force_update and explicit pk.Jacob Walls
2024-05-03Fixed #35422 -- Fixed migrations crash when altering GeneratedField referenci...Mariusz Felisiak
2024-05-02Fixed #35359 -- Fixed migration operations ordering when adding fields refere...DevilsAutumn
2024-05-02Refs #34007, Refs #35359 -- Added Q.referenced_based_fields property.David Sanders
2024-04-29Fixed #35412 -- Dropped support for SQLite < 3.31.Mariusz Felisiak
2024-04-25Refs #35339 -- Updated Aggregate class to return consistent source expressions.Chris Muthig
2024-04-23Refs #35356 -- Clarified select related with masked field logic.Simon Charette
2024-04-23Fixed #35356 -- Deferred self-referential foreign key fields adequately.Simon Charette
2024-04-22Fixed #35392, Refs #34331 -- Allowed importing aprefetch_related_objects from...James Ostrander
2024-04-16Fixed #35373 -- Fixed a crash when indexing a generated field on SQLite.Simon Charette
2024-04-15Fixed backends.oracle.tests.TransactionalTests.test_hidden_no_data_found_exce...Mariusz Felisiak
2024-04-10Fixed #35350 -- Fixed save() with pk set on models with GeneratedFields.Sarah Boyce
2024-04-02Fixed #35336 -- Addressed crash when adding a GeneratedField with % literals.Simon Charette
2024-04-01Fixed #35344, Refs #34838 -- Corrected output_field of resolved columns for G...Johannes Westphal
2024-03-30Refs #35234 -- Skipped CheckConstraint system checks if not supported.Mariusz Felisiak
2024-03-26Fixed #35329 -- Fixed migrations crash when adding partial unique constraints...Mariusz Felisiak
2024-03-25Removed unused _alter_column_collation_sql() in PostgreSQL DatabaseSchemaEditor.Mariusz Felisiak
2024-03-22Fixed #34841 -- Avoided rendering apps on state still requiring mutation.David Sanders
2024-03-21Fixed #35257 -- Corrected resolving output_field for IntegerField/DecimalFiel...sharonwoo
2024-03-20Fixed #35309 -- Made prefetch clear ordering for single-valued relationships.Laurent Lyaudet
2024-03-17Fixed #35301 -- Fixed Options._property_names for overriden properties.Adam Johnson
2024-03-16Stopped skipping model_fields.test_jsonfield.TestQuerying.test_usage_in_subqu...Mariusz Felisiak
2024-03-15Refs #33996 -- Updated CheckConstraint validation on NULL values on Oracle 23c+.Mariusz Felisiak
2024-03-15Fixed #35294 -- Fixed TEXT format of QuerySet.explain() for long plans.Adam Johnson