index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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-01-28
Fixed #25354 -- Added class/app_label interpolation for related_query_name.
James Pulec
2016-01-26
Fixed #25546 -- Prevented duplicate queries with nested prefetch_related().
François Freitag
2016-01-25
Fixed #26135 -- Adjusted the migration questioner's handling of disabled apps.
Simon Charette
2016-01-25
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2016-01-23
Fixed #24109 -- Allowed RunSQL and RunPython operations to be elided.
Simon Charette
2016-01-23
Fixed #26064 -- Moved operation reduction logic to their own class.
Simon Charette
2016-01-23
Fixed typo in django/db/backends/sqlite3/operations.py.
seungkwon
2016-01-22
Fixed #25910 -- Rejected read-only property names in model constructors.
Joshua Phillips
2016-01-22
Removed unused attributes of MySQL SchemaEditor.
Tim Graham
2016-01-21
Fixed #26063 -- Crash when passing > 2000 params.
Aymeric Augustin
2016-01-20
Fixed #26092 -- Fixed QuerySet.order_by() regression with an M2M through model.
Anssi Kääriäinen
2016-01-11
Added missing period to "etc.".
pp
2016-01-11
Fixed #25858 -- Bound abstract model application relative relationships.
Simon Charette
2016-01-11
Removed use of locals for print formatting in Oracle backend.
Curtis Maloney
2016-01-08
Fixed #26034 -- Fixed incorrect index handling on PostgreSQL on Char/TextFiel...
Tim Graham
2016-01-07
Fixed #26026 -- Fixed isinstance crash comparing EmptyQuerySet to non-QuerySet.
Anderson Resende
2016-01-07
Fixed #25892 -- Optimized SeparateDatabaseAndState.database_backwards().
Amos Onn
2016-01-06
Refs #25746 -- Added a test utility to isolate inlined model registration.
Simon Charette
2016-01-02
Fixed #25316 -- Fixed a crash with order_by() and values() after annotate().
varunnaganathan
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-26
Passed logging message parameters as arguments instead of interpolating them.
Ville Skyttä
2015-12-26
Fixed #8065 -- Made id_list an optional argument for QuerySet.in_bulk().
Bryan Marty
2015-12-25
Fixed #14286 -- Added models.BigAutoField.
Alexander Sosnovskiy
2015-12-24
Fixed #25984 -- Corrected RuntimeError message in ModelBase.__new__().
Varun Sharma
2015-12-24
Discouraged use of /tmp with predictable names.
Chris Lamb
2015-12-24
Fixed #25981 -- Added need to update migrations to on_delete deprecation warn...
Luis San Pablo
2015-12-24
Fixed #25972 -- Restored support for the isnull lookup with ForeignObject.
Tomo Otsuka
2015-12-19
Fixed #25922 -- Fixed migrate --fake-initial detection of many-to-many tables.
Tim Graham
2015-12-17
Fixed #25544 -- Removed duplicate ids in prefetch_related() queries.
Ian Foote
2015-12-17
Refs #25894 -- Fixed evaluation of zero-length slices of QuerySet.values() on...
Sergey Fedoseev
2015-12-15
Fixed #25852 -- Made sure AlterModelManager forces a reload of its model state.
Simon Charette
2015-12-15
Fixed #24675 -- Skipped SQL_AUTO_IS_NULL query on MySQL if not needed.
Stewart Park
2015-12-15
Fixed #25894 -- Fixed evaluation of zero-length slices of QuerySet.values().
Sergey Fedoseev
2015-12-14
Fixed #25939 -- Removed redundant transaction in QuerySet.update_or_create().
Ed Bartosh
2015-12-14
Fixed #25882 -- Prevented fast deletes matching no rows from crashing on MySQL.
Simon Charette
2015-12-10
Fixed #25412 -- Fixed missing PostgreSQL index on Char/TextField when using A...
Federico Frenguelli
2015-12-09
Fixed #25896 -- Fixed state bug in SeparateDatabaseAndState.database_backward...
Amos Onn
2015-12-05
Fixed #25547 -- Made Model.refresh_from_db() update FileField's instance.
Attila Tovt
2015-12-04
Fixed #13774 -- Added models.Field.rel_db_type().
Alexander Sosnovskiy
2015-12-03
Fixed #25761 -- Added __cause__.__traceback__ to reraised exceptions.
Raphaël Hertzog
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-11-26
Fixed #25807 -- Instructed the migration writer about lazy objects.
Simon Charette
2015-11-24
Fixed #25767 -- Fixed data truncation possibility with Positive(Small)Integer...
George Marshall
2015-11-21
Fixed #13427 -- Made auto-m2m verbose names translatable
Claude Paroz
2015-11-21
Fixed #25715 -- Fixed Model.refresh_from_db() with ForeignKey w/on_delete=SET...
Tim Graham
2015-11-20
Fixed #25551 -- Fixed migration operations ordering when adding fields and a ...
Ana Vojnovic
2015-11-19
Fixed #25764 -- Added support for serialization of enum.Enum in migrations.
Andrei Fokau
2015-11-17
Simplified lists creation in three places.
Dmitry Dygalo
2015-11-14
Fixed #25750 -- Made Options._expire_cache() faster
Patryk Zawadzki
2015-11-13
Refs #25196 -- Fixed incorrect argument order in test database creation.
Tim Graham
[next]