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-04-29
[1.9.x] Fixed #26557 -- Converted empty strings to None when saving GenericIP...
Joshua Phillips
2016-04-19
[1.9.x] Fixed #26475 -- Added functools.partial() support to migrations autod...
Matthew Schinckel
2016-04-18
[1.9.x] Fixed #26498 -- Fixed TimeField microseconds round-tripping on MySQL ...
Lukasz Wiecek
2016-03-29
[1.9.x] Fixed #26384 -- Fixed renaming the PK on a model with a self-referent...
Alex Hill
2016-03-28
[1.9.x] Fixed #26413 -- Fixed a regression with abstract model inheritance an...
Simon Charette
2016-03-28
[1.9.x] Sorted single letter imports per the latest version of isort.
Tim Graham
2016-03-19
[1.9.x] Fixed #26373 -- Fixed reverse lookup crash with a ForeignKey to_field...
Jason Parrott
2016-03-12
[1.9.x] Fixed a few docstring typos.
Noenglish Professorbut
2016-03-10
[1.9.x] Fixed #26324 -- Fixed DurationField with fractional seconds on SQLite.
Tim Graham
2016-02-29
[1.9.x] Fixed #26186 -- Documented how app relative relationships of abstract...
Simon Charette
2016-02-18
[1.9.x] Fixed #26233 -- Fixed invalid reSt in models.Q docstring.
Tim Graham
2016-02-17
[1.9.x] Fixed #26219 -- Fixed crash when filtering by Decimal in RawQuery.
Akshesh
2016-02-11
[1.9.x] Fixed #26196 -- Made sure __in lookups use to_field as default.
Anssi Kääriäinen
2016-02-11
[1.9.x] Fixed #26153 -- Reallowed Q-objects in ForeignObject.get_extra_descri...
Anssi Kääriäinen
2016-02-08
Fixed #26162 -- Checked query name clashes of hidden relationships.
Simon Charette
2016-02-08
[1.9.x] Fixed typo in django/db/migrations/state.py.
Tim Graham
2016-02-08
[1.9.x] Fixed #26177 -- Fixed a PostgreSQL crash with TIME_ZONE=None and USE_...
Tim Graham
2016-01-25
[1.9.x] Fixed #26135 -- Adjusted the migration questioner's handling of disab...
Simon Charette
2016-01-23
[1.9.x] Fixed typo in django/db/backends/sqlite3/operations.py.
seungkwon
2016-01-21
[1.9.x] Fixed #26063 -- Crash when passing > 2000 params.
Aymeric Augustin
2016-01-20
[1.9.x] Fixed #26092 -- Fixed QuerySet.order_by() regression with an M2M thro...
Anssi Kääriäinen
2016-01-19
[1.9.x] Fixed #26096, refs #25196 -- Fixed incorrect argument order in test d...
Tim Graham
2016-01-11
[1.9.x] Added missing period to "etc.".
pp
2016-01-11
[1.9.x] Fixed #25858 -- Bound abstract model application relative relationships.
Simon Charette
2016-01-08
[1.9.x] Fixed #26034 -- Fixed incorrect index handling on PostgreSQL on Char/...
Tim Graham
2016-01-02
[1.9.x] Fixed #25316 -- Fixed a crash with order_by() and values() after anno...
varunnaganathan
2015-12-24
[1.9.x] Fixed #25984 -- Corrected RuntimeError message in ModelBase.__new__().
Varun Sharma
2015-12-24
[1.9.x] Discouraged use of /tmp with predictable names.
Chris Lamb
2015-12-24
[1.9.x] Fixed #25981 -- Added need to update migrations to on_delete deprecat...
Luis San Pablo
2015-12-24
[1.9.x] Fixed #25972 -- Restored support for the isnull lookup with ForeignOb...
Tomo Otsuka
2015-12-19
[1.9.x] Fixed #25922 -- Fixed migrate --fake-initial detection of many-to-man...
Tim Graham
2015-12-17
[1.9.x] Refs #25894 -- Fixed evaluation of zero-length slices of QuerySet.val...
Sergey Fedoseev
2015-12-15
[1.9.x] Fixed #25852 -- Made sure AlterModelManager forces a reload of its mo...
Simon Charette
2015-12-15
[1.9.x] Fixed #25894 -- Fixed evaluation of zero-length slices of QuerySet.va...
Sergey Fedoseev
2015-12-14
[1.9.x] Fixed #25882 -- Prevented fast deletes matching no rows from crashing...
Simon Charette
2015-12-10
[1.9.x] Fixed #25412 -- Fixed missing PostgreSQL index on Char/TextField when...
Federico Frenguelli
2015-12-09
[1.9.x] Fixed #25896 -- Fixed state bug in SeparateDatabaseAndState.database_...
Amos Onn
2015-12-03
[1.9.x] Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-12-02
[1.9.x] Refs #25846 -- Added stacklevel to SubfieldBase warning.
Sergey Fedoseev
2015-11-26
[1.9.x] Fixed #25807 -- Instructed the migration writer about lazy objects.
Simon Charette
2015-11-24
[1.9.x] Fixed #25767 -- Fixed data truncation possibility with Positive(Small...
George Marshall
2015-11-22
[1.9.x] Fixed #25685 -- Fixed a duplicate query regression on deletion of pro...
Simon Charette
2015-11-21
[1.9.x] Fixed #25715 -- Fixed Model.refresh_from_db() with ForeignKey w/on_de...
Tim Graham
2015-11-14
[1.9.x] Fixed #25723 -- Made related field checks lookup against their local ...
Simon Charette
2015-11-11
[1.9.x] Refs #25693 -- Avoided redundant calls to get_fields() in `to_attr` v...
Simon Charette
2015-11-11
[1.9.x] Fixed #25730 -- Made Model.__str__() always return str instances.
Simon Charette
2015-11-10
[1.9.x] Fixed #25693 -- Prevented data loss with Prefetch and ManyToManyField.
Ian Foote
2015-10-29
[1.9.x] Fixed #25627, refs #25618 -- Removed detection of south migrations in...
Tim Graham
2015-10-28
[1.9.x] Fixed #25618 -- Added a helpful error message when Django & south mig...
Tim Graham
2015-10-27
[1.9.x] Fixed #25609 -- Fixed regression in related field nested lookup error.
Ian Foote
[next]