summaryrefslogtreecommitdiff
path: root/django/db/models
AgeCommit message (Expand)Author
2018-09-08[2.1.x] Fixed #29727 -- Made nonexistent joins in F() raise FieldError.Alexander Holmbäck
2018-08-29[2.1.x] Fixed #29694 -- Fixed column mismatch crash with QuerySet.values() or...Mariusz Felisiak
2018-08-10[2.1.x] Fixed #29653 -- Fixed missing related_query_name reverse accessor if ...Ramiro Morales
2018-08-02[2.1.x] Fixed #29499 -- Fixed race condition in QuerySet.update_or_create().Michael Sanders
2018-08-01[2.1.x] Fixed typos in comments and docs.luz.paz
2018-07-18[2.1.x] Removed duplicate words in various comments.Mariusz Felisiak
2018-06-20[2.1.x] Fixed #29503 -- Made __in lookup keep order of values in query.Nick Pope
2018-05-29[2.1.x] Refs #28748 -- Reallowed lazy model field choices.Tim Graham
2018-05-27[2.1.x] Fixed #29230 -- Fixed nested prefetches that clash with descriptors.Paulo
2018-05-27[2.1.x] Fixed #29416 -- Removed unnecesary subquery from GROUP BY clause on M...Mariusz Felisiak
2018-05-16Fixed #8936 -- Added a view permission and a read-only admin.olivierdalang
2018-05-14Refs #28834 -- Moved ancestor field cached value fallback to related fields d...Paulo
2018-05-10Fixed #27629 -- Added router.allow_relation() calls for assignments between u...Stefan R. Filipek
2018-05-03Refs #29358 -- Corrected wording in primary key check message.Carlton Gibson
2018-05-03Fixed #29358 -- Added a system check to prohibit models with more than one pr...Hasan Ramezani
2018-04-27Fixed #29367 -- Fixed model state on objects with a primary key created with ...Oscar Esgalha
2018-04-20Fixed #29247 -- Allowed blank model field choice to be defined in nested choi...orlnub123
2018-04-19Fixed #28600 -- Added prefetch_related() support to RawQuerySet.Adnan Umer
2018-04-19Fixed #29337 -- Added __len__() & __bool__() to RawQuerySet.Adnan Umer
2018-04-19Fixed #29339 -- Added result caching to RawQuerySet.Adnan Umer
2018-04-19Fixed #28574 -- Added QuerySet.explain().Tom
2018-04-17Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
2018-04-16Fixed #29330 -- Fixed crash when pickling BaseExpression.Daniel Miller
2018-04-13Fixed #29286 -- Fixed column mismatch crash with QuerySet.values() or values_...Mariusz Felisiak
2018-04-12Fixed #29320 -- Added an exception when an annotation alias matches a Foreign...Flávio Juvenal
2018-04-04Fixed #25718 -- Made a JSONField lookup value of None match keys that have a ...Dmitry Dygalo
2018-04-03Refs #28643 -- Added Repeat database function.Mariusz Felisiak
2018-04-03Fixed #29251 -- Added bytes to str conversion in LPad/RPad database functions...Mariusz Felisiak
2018-03-20Refs #29227 -- Simplified NullBooleanField by making it subclass BooleanField.Nick Pope
2018-03-20Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham
2018-03-19Fixed #29229 -- Fixed column mismatch crash when combining two annotated valu...Astral
2018-03-19Refs #28643 -- Added LPad and RPad database functions.Mariusz Felisiak
2018-03-17Removed unused args in Index.clone().Mads Jensen
2018-03-15Refs #28643 -- Added LTrim, RTrim, and Trim database functions.Mariusz Felisiak
2018-03-14Fixed #29155 -- Fixed crash when database functions are used with pattern loo...Mariusz Felisiak
2018-03-12Fixed #28988 -- Fixed queries when a GenericRelation is used with multi-table...robwa
2018-03-12Added PatternLookup.prepare_rhs to simplify subclasses.Simon Charette
2018-03-08Fixed #29195 -- Fixed Exists.output_field resolution on single-valued queries.Simon Charette
2018-03-08Fixed #29178 -- Allowed Index.fields to accept a tuple.Fabrizio Ettore Messina
2018-03-07Simplified Contains, StartsWith, and EndsWith lookups.Mariusz Felisiak
2018-03-03Added model name to AutoField error message.Almad
2018-03-01Fixed #29172 -- Fixed crash with Window expression in a subquery.Tomáš Ehrlich
2018-02-28Fixed #29166 -- Fixed crash in When() expression with a list argument.Mariusz Felisiak
2018-02-26Refs #28909 -- Simplifed code using unpacking generalizations.Mariusz Felisiak
2018-02-23Refs #28643 -- Added Ord, Chr, Left, and Right database functions.bobort
2018-02-23Fixed #29142 -- Fixed crash when OuterRef is used with an operator.Matthew Schinckel
2018-02-20Fixed #28442 -- Fixed crash with nested OuterRefs that reference AutoField.Oliver Sauder
2018-02-12Refs #29125 -- Made Q.deconstruct() omit 'query_utils' in the path and _conne...Tim Graham
2018-02-12Fixed #29125 -- Made Q.deconstruct() deterministic with multiple keyword argu...Tim Graham
2018-02-10Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).Matthew Wilkes