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
2017-05-25
Fixed #28211 -- Prevented ORing an empty Q() from reducing query join efficie...
Tom
2017-05-24
Fixed #27860 -- Dropped varchar_pattern_ops/text_pattern_ops index before alt...
Mariusz Felisiak
2017-05-23
Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL.
Mariusz Felisiak
2017-05-23
Refs #27859 -- Added DatabaseWrapper.display_name.
Mariusz Felisiak
2017-05-19
Fixed #28210 -- Fixed Model._state.adding on MTI parent model after saving ch...
Tim Graham
2017-05-18
Fixed #28206 -- Fixed RawQuerySet crash on a model with a mixed case db_colum...
Mariusz Felisiak
2017-05-18
Fixed #28152 -- Made migrations serialize sets as set literals rather than se...
Jon Dufresne
2017-05-15
Fixed #28197 -- Fixed introspection of index field ordering on PostgreSQL.
Tim Schneider
2017-05-14
Refs #27859 -- Refactored BaseDatabaseValidation to use check_field_type().
Mariusz Felisiak
2017-05-11
Fixed #24254 -- Fixed queries using the __in lookup with querysets using dist...
Simon Charette
2017-05-11
Fixed #28188 -- Fixed crash when pickling model fields.
Tim Graham
2017-05-11
Fixed #28107 -- Disabled grouping of selected primary keys for unmanaged models.
Simon Charette
2017-05-09
Pass type to sql_alter_column_* where it was missing.
Florian Apolloner
2017-05-09
Fixed #28164 -- Improved float conversions in DecimalField.to_python
Claude Paroz
2017-05-06
Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL.
François Freitag
2017-05-05
Fixed #28175 -- Fixed __in lookups on a foreign key when using the foreign ke...
Tim Graham
2017-05-04
Fixed #27554 -- Fixed prefetch_related() crash when fetching relations in nes...
François Freitag
2017-05-03
Fixed #28166 -- Fixed Model._state.db on MTI parent model after saving child ...
Tim Graham
2017-05-01
Fixed typo in django/db/backends/base/schema.py comment.
Tim Graham
2017-05-01
Fixed #28052 -- Prevented dropping Meta.indexes when changing db_index to False.
Markus Holtermann
2017-05-01
Fixed #28043 -- Prevented AddIndex and RemoveIndex from mutating model state.
Ian Foote
2017-05-01
Refs #16187 -- Stopped compiling query compilers during lookup rhs processing.
Simon Charette
2017-04-28
Fixed #28138 -- Used output type handler instead of numbersAsStrings on Or...
Mariusz Felisiak
2017-04-28
Reverted "Refs #20939 -- Moved subquery ordering clearing optimization to the...
Simon Charette
2017-04-27
Refs #20939 -- Moved subquery ordering clearing optimization to the __in lookup.
Simon Charette
2017-04-27
Fixed force_text() import in Oracle backend.
Tim Graham
2017-04-27
Replaced set |= operator with update() to avoid temporary set.
Jon Dufresne
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-04-25
Refs #20939 -- Removed the Query._prepare_as_filter_value() hack.
Simon Charette
2017-04-25
Refs #20939 -- Removed the Query._forced_pk hack.
Simon Charette
2017-04-25
Refs #23919 -- Used "raise from" instead of __cause__ in reraising backend-sp...
Mariusz Felisiak
2017-04-25
Fixed #28116 -- Used error code filtering in PostgreSQL test database creation.
Mariusz Felisiak
2017-04-24
Fixed #28120 -- Checked that CharField.max_length is not a boolean.
Carles Pina Estany
2017-04-23
Fixed #28101 -- Fixed a regression with nested __in subquery lookups and to_f...
Simon Charette
2017-04-21
Updated Oracle docs links to Oracle 12c.
Mariusz Felisiak
2017-04-19
Fixed #28096 -- Allowed prefetch calls with ModelIterable subclasses
Claude Paroz
2017-04-19
Fix a typo in django/db/transaction.py
Huang Zhiqiang
2017-04-18
Removed unused DatabaseIntrospection._name_to_index() from Oracle backend.
Mariusz Felisiak
2017-04-17
Refs #27795 -- Removed unneeded force_text calls from the Oracle backend.
Mariusz Felisiak
2017-04-13
Refs #25406 -- Removed exception hiding in MySQL test database creation durin...
Mariusz Felisiak
2017-04-10
Fixed #26788 -- Fixed QuerySet.update() crash when updating a geometry to ano...
Sergey Fedoseev
2017-04-10
Fixed #25406 -- Removed exception hiding in PostgreSQL test database creation...
Mariusz Felisiak
2017-04-10
Used NotSupportedError instead of DatabaseError in SQLCompiler.as_sql().
Mariusz Felisiak
2017-04-10
Fixed #28047 -- Fixed QuerySet.filter() crash when it uses the name of a OneT...
Tim Graham
2017-04-07
Fixed #28038 -- Restored casting to text of builtin lookups on PostgreSQL.
Simon Charette
2017-04-07
Fixed #28051 -- Made migrations respect Index's name argument.
Markus Holtermann
2017-04-07
Fixed #27777 -- Made File.open() work with the with statement (#8310)
Ingo Klöcker
2017-04-07
Fixed #23147 -- Disabled a limit/offset on a query with select_for_update on ...
Mariusz Felisiak
2017-04-03
Refs #27834 -- Removed Value wrapping from StrIndex's substring param.
Adam Johnson
2017-04-02
Fixed #27928 -- Avoided SET/DROP DEFAULT unless a field changes from null to ...
Simon Charette
[prev]
[next]