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