summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2015-12-26Passed logging message parameters as arguments instead of interpolating them.Ville Skyttä
2015-12-26Fixed #8065 -- Made id_list an optional argument for QuerySet.in_bulk().Bryan Marty
2015-12-25Fixed #14286 -- Added models.BigAutoField.Alexander Sosnovskiy
2015-12-24Fixed #25984 -- Corrected RuntimeError message in ModelBase.__new__().Varun Sharma
2015-12-24Discouraged use of /tmp with predictable names.Chris Lamb
2015-12-24Fixed #25981 -- Added need to update migrations to on_delete deprecation warn...Luis San Pablo
2015-12-24Fixed #25972 -- Restored support for the isnull lookup with ForeignObject.Tomo Otsuka
2015-12-19Fixed #25922 -- Fixed migrate --fake-initial detection of many-to-many tables.Tim Graham
2015-12-17Fixed #25544 -- Removed duplicate ids in prefetch_related() queries.Ian Foote
2015-12-17Refs #25894 -- Fixed evaluation of zero-length slices of QuerySet.values() on...Sergey Fedoseev
2015-12-15Fixed #25852 -- Made sure AlterModelManager forces a reload of its model state.Simon Charette
2015-12-15Fixed #24675 -- Skipped SQL_AUTO_IS_NULL query on MySQL if not needed.Stewart Park
2015-12-15Fixed #25894 -- Fixed evaluation of zero-length slices of QuerySet.values().Sergey Fedoseev
2015-12-14Fixed #25939 -- Removed redundant transaction in QuerySet.update_or_create().Ed Bartosh
2015-12-14Fixed #25882 -- Prevented fast deletes matching no rows from crashing on MySQL.Simon Charette
2015-12-10Fixed #25412 -- Fixed missing PostgreSQL index on Char/TextField when using A...Federico Frenguelli
2015-12-09Fixed #25896 -- Fixed state bug in SeparateDatabaseAndState.database_backward...Amos Onn
2015-12-05Fixed #25547 -- Made Model.refresh_from_db() update FileField's instance.Attila Tovt
2015-12-04Fixed #13774 -- Added models.Field.rel_db_type().Alexander Sosnovskiy
2015-12-03Fixed #25761 -- Added __cause__.__traceback__ to reraised exceptions.Raphaël Hertzog
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-11-26Fixed #25807 -- Instructed the migration writer about lazy objects.Simon Charette
2015-11-24Fixed #25767 -- Fixed data truncation possibility with Positive(Small)Integer...George Marshall
2015-11-21Fixed #13427 -- Made auto-m2m verbose names translatableClaude Paroz
2015-11-21Fixed #25715 -- Fixed Model.refresh_from_db() with ForeignKey w/on_delete=SET...Tim Graham
2015-11-20Fixed #25551 -- Fixed migration operations ordering when adding fields and a ...Ana Vojnovic
2015-11-19Fixed #25764 -- Added support for serialization of enum.Enum in migrations.Andrei Fokau
2015-11-17Simplified lists creation in three places.Dmitry Dygalo
2015-11-14Fixed #25750 -- Made Options._expire_cache() fasterPatryk Zawadzki
2015-11-13Refs #25196 -- Fixed incorrect argument order in test database creation.Tim Graham
2015-11-11Fixed #25723 -- Made related field checks lookup against their local apps.Simon Charette
2015-11-11Removed gendered pronoun in a code comment.Razzi Abuissa
2015-11-11Refs #25693 -- Avoided redundant calls to get_fields() in `to_attr` validation.Simon Charette
2015-11-11Fixed #25730 -- Made Model.__str__() always return str instances.Simon Charette
2015-11-10Fixed #25693 -- Prevented data loss with Prefetch and ManyToManyField.Ian Foote
2015-11-09Fixed #24576 -- Made deletion of related objects deterministic.Laura Feier
2015-11-07Simplified dict initialization in two places.Dmitry Dygalo
2015-11-02Refs #25629 -- Added `arity` class attribute to `Func` expressionsSergey Fedoseev
2015-10-28Refs #25618 -- Removed detection of south migrations in loader.Tim Graham
2015-10-27Fixed #25609 -- Fixed regression in related field nested lookup error.Ian Foote
2015-10-27Revert "Fixed #25417 -- Added a field check for invalid default values."Simon Charette
2015-10-27Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham
2015-10-26Fixed #25611 -- Standardized descriptor signatures.Tim Graham
2015-10-21Fixed #25470 -- Avoided unnecessary, expensive DATETIME typecast on MySQL.Mariusz Felisiak
2015-10-19Moved an inner function in db.migrations.state to avoid redefinition.Simon Charette
2015-10-19Refs #18012 -- Accounted for reverse proxy relations in migrations.Simon Charette
2015-10-19Fixed #25563 -- Cached deferred models in their proxied model's _meta.apps.Simon Charette
2015-10-17Fixed #25517 -- Made Concat function idempotent on SQLite.Josh Smeaton
2015-10-16Fixed #25560 -- Made empty string related_name invalid.Simon Charette
2015-10-14Fixed #25506 -- Allowed filtering over a RawSQL annotation.Antoine Catton