summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2016-09-12Refs #27098 -- Added introspection for expression-based index on PostgreSQLClaude Paroz
2016-09-12Reformatted PostgreSQL query for better readabilityClaude Paroz
2016-09-12Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexesClaude Paroz
2016-09-09Fixed #27204 -- Made clashing m2m intermediary table checks ignore unmanaged ...Tim Graham
2016-09-09Fixed #27062 -- Eased implementing select_for_update() on MSSQL.Mikhail Denisenko
2016-09-09Fixed #27195 -- Stopped dropping default when adding a nullable column.Simon Charette
2016-09-08Fixed #27170 -- Added DatabaseWrapper class attributes to ease subclassing.Chris Jerdonek
2016-09-08Refs #15250 -- Removed an obsolete comment regarding MTI cascade deletion.Simon Charette
2016-09-07Fixed #27180 -- Fixed a crash in MySQL checks where SELECT @@sql_mode doesn't...Markus Gerards
2016-09-03Replaced smart_* by force_* calls whenever possibleClaude Paroz
2016-09-02Fixed #27097 -- Added index type introspection to built-in db backends.Akshesh
2016-09-02Fixed #25476 -- Allowed PostgreSQL introspection to work regardless of table ...Marcos Vives Del Sol
2016-09-01Fixed #27142, #27110 -- Made makemigrations consistency checks respect databa...Tim Graham
2016-08-30Fixed #27081 -- Allowed migrations to serialize methods on pypy.Tim Graham
2016-08-30Fixed #25109 -- Stopped silencing explicitly specified migration modules impo...Simon Charette
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