summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2017-07-18Removed unneeded hasattr(self.rhs, 'get_compiler') checks in db/models/lookup...Sergey Fedoseev
2017-07-17Fixed #28391 -- Fixed Cast() with CharField and max_length on MySQL.Mariusz Felisiak
2017-07-17Removed unused enter/exit methods of MySQL's CursorWrapper.Tim Graham
2017-07-17Allowed Func subclasses to add kwargs to __repr__().Mariusz Felisiak
2017-07-15Fixed #28399 -- Fixed QuerySet.count() for union(), difference(), and interse...Florian Apolloner
2017-07-14Fixed #28394 -- Allowed setting BaseExpression.output_field (renamed from _ou...Sergey Fedoseev
2017-07-14Removed unused branch in __getattr__() of Oracle and MySQL cursor wrappers.Sergey Fedoseev
2017-07-14Replaced Oracle CursorIterator with generator expression.Sergey Fedoseev
2017-07-11Fixed #14204 -- Enforced SQLite foreign key constraints.Claude Paroz
2017-07-11Fixed #28382 -- Prevented BaseExpression._output_field from being set if _res...Sergey Fedoseev
2017-07-10Fixed #28378 -- Fixed union() and difference() when combining with a queryset...Mariusz Felisiak
2017-07-08Removed useless hasattr in UpdateQuery._setup_query().Tim Graham
2017-07-07Removed unused Query.clone() memo kwarg.Tim Graham
2017-07-06Removed unused OrderWrt.deconstruct().Tim Graham
2017-07-06Fixed #28364 -- Removed redundant table joins in Oracle's DatabaseIntrospecti...Mariusz Felisiak
2017-07-06Fixed #28365 -- Unified DatabaseOperations.date_interval_sql() return value w...Mariusz Felisiak
2017-07-04Removed obsolete comment about IntegerField introspection on Oracle.Mariusz Felisiak
2017-06-30Fixed #28350 -- Fixed UnboundLocalError crash in RenameField with nonexistent...Simon Charette
2017-06-29Fixed #28010 -- Added FOR UPDATE OF support to QuerySet.select_for_update().Ran Benita
2017-06-29Fixed #28277 -- Added validation of QuerySet.annotate() and aggregate() args.Mariusz Felisiak
2017-06-29Removed obsolete Query.tables attribute.Anssi Kääriäinen
2017-06-28Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen
2017-06-28Fixed #27473 -- Added DurationField support to Extract.Daniel Hahler
2017-06-27Fixed #28046 -- Added the db_tablespace parameter to class-based indexes.Mariusz Felisiak
2017-06-27Fixed #28330 -- Prevented passing positional arguments to an Index.Mariusz Felisiak
2017-06-26Fixed #26362 -- Fixed update of the inherited id field of an object when its ...Paulo Alvarado
2017-06-22Fixed #28298 -- Prevented a primary key alteration from adding a foreign key ...Josh Schneier
2017-06-21Fixed #28329 -- Fixed Cast() with Big/Small/Positive/PositiveSmallIntegerFiel...Mariusz Felisiak
2017-06-21Refs #25530 -- Deleted deferred SQL references on delete operation.Simon Charette
2017-06-21Refs #25530 -- Renamed deferred SQL references on rename operation.Simon Charette
2017-06-21Refs #25530 -- Tracked references of deferred SQL statements.Simon Charette
2017-06-20Refs #25530 -- Changed _create_index_name to take a table as first parameter.Simon Charette
2017-06-20Fixed #27869 -- Added fastupdate and gin_pending_list_limit params to GinIndex.Mads Jensen
2017-06-19Fixed #28322 -- Added dbshell support for MySQL client TLS certs.Paul Tiplady
2017-06-19Refs #27858 -- Fixed typo in MigrationRecorder.applied_migrations() comment.Mariusz Felisiak
2017-06-19Fixed #27858 -- Prevented read-only management commands from creating the dja...Marti Raudsepp
2017-06-17Fixed #28319 -- Made TextField with choices use a Select widget.Maciej Jaworski
2017-06-14Refs #27914 -- Used __qualname__ in model operations' deconstruct().chillaranand
2017-06-14Fixed #27914 -- Added support for nested classes in Field.deconstruct()/__rep...chillaranand
2017-06-14Moved common code to RelatedField.deconstruct().Adam Bogdał
2017-06-14Fixed #24195 -- Deconstructed the limit_choices_to option of related fields.Adam Bogdał
2017-06-13Refs #23853 -- Updated sql.query.Query.join() docstring.Tim Graham
2017-06-13Fixed #27830 -- Used distutils.version.LooseVersion for version parsing.chillaranand
2017-06-13Fixed #28293 -- Fixed union(), intersection(), and difference() when combinin...Mariusz Felisiak
2017-06-11Refs #23919 -- Removed support for broken Model.__str__() in Model.__repr__().Tim Graham
2017-06-09Fixed #27953 -- Added instance's pk to Model.__str__().Collin Anderson
2017-06-08Fixed #28103 -- Added quarter extract, truncation, and lookup.Mads Jensen
2017-06-08Removed unused sql.Query.query_termsClaude Paroz
2017-06-08Fixed #28282 -- Fixed class-based indexes name for models that only inherit M...Jon Dufresne
2017-06-06Fixed #28275 -- Added more hooks to SchemaEditor._alter_field().Florian Apolloner