summaryrefslogtreecommitdiff
path: root/django/db/models
AgeCommit message (Expand)Author
2017-04-27Refs #20939 -- Moved subquery ordering clearing optimization to the __in lookup.Simon Charette
2017-04-27Replaced set |= operator with update() to avoid temporary set.Jon Dufresne
2017-04-27Refs #27795 -- Replaced many force_text() with str()Claude Paroz
2017-04-25Refs #20939 -- Removed the Query._prepare_as_filter_value() hack.Simon Charette
2017-04-25Refs #20939 -- Removed the Query._forced_pk hack.Simon Charette
2017-04-24Fixed #28120 -- Checked that CharField.max_length is not a boolean.Carles Pina Estany
2017-04-23Fixed #28101 -- Fixed a regression with nested __in subquery lookups and to_f...Simon Charette
2017-04-19Fixed #28096 -- Allowed prefetch calls with ModelIterable subclassesClaude Paroz
2017-04-10Fixed #26788 -- Fixed QuerySet.update() crash when updating a geometry to ano...Sergey Fedoseev
2017-04-10Used NotSupportedError instead of DatabaseError in SQLCompiler.as_sql().Mariusz Felisiak
2017-04-10Fixed #28047 -- Fixed QuerySet.filter() crash when it uses the name of a OneT...Tim Graham
2017-04-07Fixed #27777 -- Made File.open() work with the with statement (#8310)Ingo Klöcker
2017-04-07Fixed #23147 -- Disabled a limit/offset on a query with select_for_update on ...Mariusz Felisiak
2017-04-03Refs #27834 -- Removed Value wrapping from StrIndex's substring param.Adam Johnson
2017-04-01Fixed #25605 -- Made GIS DB functions accept geometric expressions, not only ...Sergey Fedoseev
2017-03-29Refs #18247 -- Fixed SQLite QuerySet filtering on decimal result of Least and...Sergey Fedoseev
2017-03-29Fixed #25414 -- Fixed QuerySet.annotate() with pk in values() on MySQL.Mariusz Felisiak
2017-03-28Refs #18974 -- Added stacklevel for permalink() deprecation.Tim Graham
2017-03-27Refs #23919 -- Removed some Python 2 compatibility code and comments.Mads Jensen
2017-03-27Fixed #21160 -- Fixed QuerySet.in_bulk() crash on SQLite when requesting more...Mariusz Felisiak
2017-03-23Fixed #27969 -- Fixed models.Field.formfield() setting 'disabled' for fields ...Kapil Garg
2017-03-23Removed unneeded Value wraps in Substr.Sergey Fedoseev
2017-03-21Fixed #27915 -- Allowed Meta.indexes to be defined in abstract models.Tim Graham
2017-03-18Removed unused connector parameter of Query.build_filter().Mads Jensen
2017-03-18Removed unused rest_of_lookups parameter of Query.try_transform().Mads Jensen
2017-03-18Fixed #27935 -- Fixed crash with BrinIndex name > 30 characters.Mads Jensen
2017-03-14Fixed #27834 -- Added StrIndex database function.Brad Melin
2017-03-14Used constant instead of hard-coded value for max index name lengthMads Jensen
2017-03-11Fixed #27904 -- Added a system check that Field.validators are callable.Adam Chainz
2017-03-08Refs #27624 -- Made many attributes of Query immutable.Adam Johnson
2017-03-06Fixed #26522 -- Fixed a nondeterministic AssertionError in QuerySet combining.Bo Marchman
2017-03-04Refs #27795 -- Removed unneeded force_text callsClaude Paroz
2017-03-01Fixed #27862 -- Fixed incorrectly quoted table aliases in Subquery SQL.Matthew Schinckel
2017-02-28Refs #27656 -- Updated django.db docstring verbs according to PEP 257.Anton Samarchyan
2017-02-28Removed obsolete references to form_for_instance().Tim Graham
2017-02-23Refs #11964 -- Made Q objects deconstructible.Ian Foote
2017-02-23Refs #11964, #26167 -- Made Expressions deconstructible.Ian Foote
2017-02-23Refs #23919 -- Used yield from.Vytis Banaitis
2017-02-20Fixed typo in DurationField's docstring.Alexey Rogachev
2017-02-16Fixed #27828 -- Fixed a crash when subtracting Integer/DurationField from Dat...Vytis Banaitis
2017-02-11Fixed #27742 -- Reverted "Fixed #24607 -- Serialized natural keys in multi-ta...Tim Graham
2017-02-10Refs #27148 -- Fixed UUIDField.to_python(None) crash.ClairePhila
2017-02-10Allow UUIDField to be None when deserializingClairePhila
2017-02-09Fixed #26551 -- Fixed negated Q() queries that span relations.François Freitag
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-02-06Fixed #27802 -- Unified return value of db backend datetime SQL methods.Mariusz Felisiak
2017-02-03Fixed spelling of "nonexistent".Tim Graham
2017-02-01Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.Vytis Banaitis
2017-01-31Fixed #27800 -- Fixed QuerySet.annotate(Length(...)).distinct() crash.Lex Berezhny
2017-01-26Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis