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-03-10
Fixed #26342 -- Prevented unpacking when repr a NodeNotFoundError
Jarek Glowacki
2016-03-05
Refs #19527 -- Fixed SQL compiler regression causing Oracle failure.
Tim Graham
2016-03-03
Fixed #26316 -- Factored duplicated code in model/field migration operations.
Akshesh
2016-03-02
Fixed #26226 -- Made related managers honor the queryset used for prefetching...
Simon Charette
2016-03-02
Fixed #26285 -- Deprecated the MySQL-specific __search lookup.
Marc Tamlyn
2016-03-02
Refs #19527 -- Allowed QuerySet.bulk_create() to set the primary key of its o...
acrefoot
2016-03-02
Fixed #26304 -- Ignored unmanaged through model in table introspection.
Matthew Schinckel
2016-02-29
Fixed #26186 -- Documented how app relative relationships of abstract models ...
Simon Charette
2016-02-29
Removed unused 'Between' lookup.
Adam Chainz
2016-02-27
Fixed #26230 -- Made default_related_name affect related_query_name.
chenesan
2016-02-26
Fixed #26264 -- Fixed prefetch_related() crashes with values_list(flat=True)
Attila Tovt
2016-02-26
Fixed #25279 -- Made prefetch_related_objects() public.
Adam Chainz
2016-02-26
Fixed #24793 -- Unified temporal difference support.
Simon Charette
2016-02-26
Fixed #24653 -- Fixed MySQL database introspection when using read_default_file.
zshimanchik
2016-02-26
Fixed #25811 -- Added a helpful error when making _in queries across differen...
Edwar Baron
2016-02-25
Fixed #26151 -- Refactored MigrationWriter.serialize()
Yoong Kang Lim
2016-02-25
Fixed #26117 -- Consulted database routers in initial migration detection.
Scott Sexton
2016-02-18
Fixed #26233 -- Fixed invalid reSt in models.Q docstring.
Tim Graham
2016-02-17
Fixed #26219 -- Fixed crash when filtering by Decimal in RawQuery.
Akshesh
2016-02-12
Removed unneeded hint=None/obj=None in system check messages.
Tim Graham
2016-02-12
Updated allow_migrate() signature in check framework tests
Markus Holtermann
2016-02-11
Fixed #26196 -- Made sure __in lookups use to_field as default.
Anssi Kääriäinen
2016-02-11
Fixed #26179 -- Removed null assignment check for non-nullable foreign key fi...
ZachLiuGIS
2016-02-11
Fixed #26153 -- Reallowed Q-objects in ForeignObject.get_extra_descriptor_fil...
Anssi Kääriäinen
2016-02-10
Fixed #26154 -- Deprecated CommaSeparatedIntegerField
Brobin
2016-02-08
Fixed #26162 -- Checked query name clashes of hidden relationships.
Simon Charette
2016-02-08
Refs #24007 -- Removed an apps.populate() call in model unpickling that can c...
Tim Graham
2016-02-08
Fixed typo in django/db/migrations/state.py.
Tim Graham
2016-02-08
Fixed #26177 -- Fixed a PostgreSQL crash with TIME_ZONE=None and USE_TZ=False.
Tim Graham
2016-02-05
Fixed #25833 -- Added support for non-atomic migrations.
Pankrat
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
[prev]
[next]