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-12-26
Fixed #28944 -- Fixed crash when chaining values()/values_list() after QueryS...
Ran Benita
2017-12-26
Fixed #28731 -- Added an error message when using an empty Q() in a When expr...
Tim Martin
2017-12-22
Fixed #28937 -- Allowed BinaryField to be editable=True.
Cameron Curry
2017-12-22
Fixed #28884 -- Fixed crash on SQLite when renaming a field in a model refere...
Simon Charette
2017-12-21
Refs #28909 -- Simplifed code using unpacking generalizations.
Nick Pope
2017-12-21
Refs #23941 -- Prevented incorrect rounding of DecimalField annotations on SQ...
Sergey Fedoseev
2017-12-20
Fixed #28932 -- Prevented Oracle from truncating trailing zeros in the fracti...
Sergey Fedoseev
2017-12-20
Fixed #28934 -- Prevented Cast from truncating microseconds on Oracle.
Mariusz Felisiak
2017-12-19
Fixed #28727 -- Fixed Cast crash on SQLite when casting a Python date/datetim...
Mariusz Felisiak
2017-12-16
Removed unused DatabaseOperations.date_interval_sql() on Oracle.
Sergey Fedoseev
2017-12-12
Fixed #28915 -- Prevented SQLite from truncating trailing zeros in the fracti...
Sergey Fedoseev
2017-12-12
Simplified SQLite converter for bool type.
Sergey Fedoseev
2017-12-12
Refs #27985 -- Reallowed using __exact=None as an alias for __isnull=True if ...
Sergey Fedoseev
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-12-08
Refs #27849 -- Removed empty Q() hack in filtered Aggregate.as_sql().
Simon Charette
2017-12-08
Improved performance of loading DateTimeField on Oracle and MySQL.
Sergey Fedoseev
2017-12-07
Fixed #28906 -- Removed unnecessary bool() calls.
Tim Graham
2017-12-07
Fixed #28907 -- Removed unnecessary if statements.
Tim Graham
2017-12-06
Fixed #28893 -- Removed unnecessary dict.items() calls.
Tim Graham
2017-12-06
Fixed #28870 -- Added support for functools.partialmethod serialization in mi...
Sergey Fedoseev
2017-12-05
Refs #28876 -- Fixed incorrect foreign key constraint name for models with qu...
Mariusz Felisiak
2017-12-05
Refs #28876 -- Fixed incorrect class-based model index name generation for mo...
Mariusz Felisiak
2017-12-04
Fixed #28873 -- Used dict.setdefault() to set model and form field defaults.
Дилян Палаузов
2017-12-04
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-12-01
Fixed #28849 -- Fixed referenced table and column rename on SQLite.
Simon Charette
2017-12-01
Fixed #28863 -- Fixed filter on annotation that contains Q.
Sergey Fedoseev
2017-12-01
Fixed #28305 -- Fixed "Cannot change column 'x': used in a foreign key constr...
Tim Graham
2017-11-30
Fixed #28856 -- Fixed a regression in caching of a GenericForeignKey pointing...
Simon Charette
2017-11-29
Fixed #28702 -- Made query lookups for CIText fields use citext.
Mads Jensen
2017-11-29
Fixed #28834 -- Followed ancestor links on field cache lookup failure.
Simon Charette
2017-11-28
Fixed #28837 -- Fixed test client crash if an exception with more than one ar...
Nicolas Delaby
2017-11-28
Fixed #28853 -- Updated connection.cursor() uses to use a context manager.
Jon Dufresne
2017-11-28
Fixed #28854 -- Replaced type(True) with bool in sqlite's SchemaEditor.
Дилян Палаузов
2017-11-27
Fixed #28848 -- Fixed SQLite/MySQL crash when ordering by a filtered subquery...
Raphael Michel
2017-11-26
Refs #27954 -- Fixed typo in django/db/backends/postgresql/client.py comment.
Mariusz Felisiak
2017-11-23
Used bytes.hex() and bytes.fromhex() to simplify.
Sergey Fedoseev
2017-11-21
Fixed #28820 -- Eliminated an extra query with QuerySet.update() on proxy mod...
Yan Mitrofanov
2017-11-21
Fixed #28817 -- Made QuerySet.iterator() use server-side cursors after values...
Dražen Odobašić
2017-11-20
Fixed #28804 -- Fixed "Unknown system variable 'transaction_isolation'" on Ma...
Tim Graham
2017-11-18
Fixed #26184 -- Allowed using any lookups in ModelAdmin.search_fields.
Krzysztof Nazarewski
2017-11-14
Fixed #28792 -- Fixed index name truncation of namespaced tables.
Simon Charette
2017-11-14
Fixed #28794 -- Fixed tx_isolation deprecation warning on MySQL 5.7.20+.
Sergey Fedoseev
2017-11-14
Fixed #28795 -- Removed 'not in' checks and used dict.setdefault().
Дилян Палаузов
2017-11-13
Used BaseSimpleSerializer for serializing str and bytes in migrations.
Sergey Fedoseev
2017-11-12
Fixed #28781 -- Added QuerySet.values()/values_list() support for union(), di...
Mariusz Felisiak
2017-11-11
Simplified Field.get_choices().
Sergey Fedoseev
2017-11-09
Fixed #27710 -- Made Model.save() invalidate cached, stale relations after a ...
Paulo
2017-11-07
Fixed #28769 -- Replaced 'x if x else y' with 'x or y'.
Дилян Палаузов
2017-11-06
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
Дилян Палаузов
2017-11-03
Clarified error message for when sqlplarse isn't installed.
Nick
[prev]
[next]