summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2016-08-30Removed double semicolon in SQL queryClaude Paroz
2016-08-30Refs #27097, #27098 -- Moved PostgreSQL index type introspection to get_const...Akshesh
2016-08-29Clarified topological_sort_as_sets() docstring.Pavel Sutyrin
2016-08-25Replaced property() usage with decorator in several places.Berker Peksag
2016-08-25Removed unneeded smart_textClaude Paroz
2016-08-25Fixed #27067 -- Deprecated string_concat() in favor of format_lazy().Mattias Loverot
2016-08-24Replaced property() usage with decorator in a couple places.Berker Peksag
2016-08-24Fixed #27100 -- Included already applied migration changes in the pre-migrate...Simon Charette
2016-08-24Fixed #27044 -- Included already applied migration changes in the post-migrat...Simon Charette
2016-08-23Fixed #27089 -- Added database alias to InconsistentMigrationHistory message.Tim Graham
2016-08-23Fixed #27061 -- Added a TEST['TEMPLATE'] setting for PostgreSQL.Chris Jerdonek
2016-08-20Fixed #27096 -- Fixed primary key introspection for sqlite3 backendClaude Paroz
2016-08-19Fixed #22288 -- Fixed F() expressions with the __range lookup.Matthew Wilkes
2016-08-18Fixed #25871 -- Added expressions support to QuerySet.values().Ian Foote
2016-08-19Fixed #27073 -- Removed duplicated managers in `Model._meta.managers`.Loïc Bistuer
2016-08-18Fixed #27054 -- Fixed makemigrations crash with a read-only database.Jim Nicholls
2016-08-17Fixed #27077 -- Made SQLite's in-memory database checks DRYer.Chris Jerdonek
2016-08-17Fixed #27078 -- Simplified "if" logic in SQLite's _get_test_db_name().Chris Jerdonek
2016-08-16Refs #26709 -- Added type check for models.Index fields argument.Akshesh
2016-08-16Refs #26709 -- Added index name to AddIndex.describe().Akshesh
2016-08-16Fixed #24854 -- Refactored QuerySet._valuesIan Foote
2016-08-15Removed unnecessary registration of psycopg2 unicode extensions on Python 3Claude Paroz
2016-08-12Fixed #27030 -- Added contrib.postgres.indexes.GinIndex.Akshesh
2016-08-12Refs #27030 -- Added index type introspection on PostgreSQL.Akshesh
2016-08-12Fixed #20888 -- Added support for column order in class-based indexes.Akshesh
2016-08-12Refs #20888 -- Added index order introspection.Akshesh
2016-08-11Fixed #24442 -- Improved SchemaEditor's index name truncation.Akshesh
2016-08-11Fixed #26891 -- Fixed lookup registration for ForeignObject.Ryan P Kilby
2016-08-09Fixed #13809 -- Made FieldFile.open() respect its mode argument.Chris Sinchok
2016-08-08Fixed #26500 -- Added SKIP LOCKED support to select_for_update().Simon Charette
2016-08-08Moved EmpytResultSet to django.core.exceptions.Johannes Dollinger
2016-08-08Fixed #26517 -- Fixed ExpressionWrapper with empty queryset.Johannes Dollinger
2016-08-08Fixed #26433 -- Fixed Case expressions with empty When.Johannes Dollinger
2016-08-06Fixed #27026 -- Fixed state initialization of bulk_create() objects if can_re...Sjoerd Job Postmus
2016-08-05Fixed #26808 -- Added Meta.indexes for class-based indexes.Akshesh
2016-08-05Fixed #27004 -- Made migrations consistency check ignore unapplied squashed m...Jarek Glowacki
2016-08-05Fixed #26706 -- Made RelatedManager modification methods clear prefetch_relat...Yoong Kang Lim
2016-08-04Fixed #26983 -- Fixed isnull filtering on ForeignKey with to_fieldClaude Paroz
2016-08-02Refs #26709 -- Replaced Index.get_name() with set_name_with_model().Akshesh
2016-08-02Fixed #26991 -- Fixed a crash in MySQL where SQL_AUTO_IS_NULL doesn't return ...Tim Graham
2016-08-01Fixed #26966 -- Made MySQL backend skip defaults for JSON columnsAdam Chainz
2016-07-30Refs #25550 -- Corrected deprecation message for assigning M2M relations.Tim Graham
2016-07-28Fixed #26114 -- Fixed AlterModelTable.describe() if db_table is None.premanand lakshmanan
2016-07-27Fixed #26950 -- Removed obsolete DatabaseOperations SQL methods.Anderson Resende
2016-07-21Refs #26796 -- Fixed ManyToManyField's limit_choices_to warning without a thr...Kevan Swanberg
2016-07-20Refs #24928 -- Added introspection support for UUIDFieldClaude Paroz
2016-07-19Fixed #26916 -- Fixed prefetch_related when using a cached_property as to_attr.Simon Charette
2016-07-18Removed unnecessary looping in sqlite3 SchemaEditor.akki
2016-07-17Fixed typo in autodetector method name.Akshesh
2016-07-16Fixed #26900 -- Fixed crash accessing deferred FileFields.Tim Graham