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
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
2015-10-27
[1.9.x] Revert "Fixed #25417 -- Added a field check for invalid default values."
Simon Charette
2015-10-19
[1.9.x] Fixed #25563 -- Cached deferred models in their proxied model's _meta...
Simon Charette
2015-10-19
[1.9.x] Fixed #25560 -- Made empty string related_name invalid.
Simon Charette
2015-10-17
[1.9.x] Fixed #25517 -- Made Concat function idempotent on SQLite.
Josh Smeaton
2015-10-14
[1.9.x] Fixed #25506 -- Allowed filtering over a RawSQL annotation.
Antoine Catton
2015-10-14
[1.9.x] Fixed #25535 -- Made ForeignObject checks less strict.
Antoine Catton
2015-10-09
[1.9.x] Fixed #22705 -- Fixed QuerySet.bulk_create() on models without any fi...
Tim Graham
2015-10-09
[1.9.x] Fixed #14368 -- Allowed setting a reverse OneToOne relation to None.
Tim Graham
2015-10-06
[1.9.x] Fixed #25503 -- Fixed system check crash on ForeignKey to abstract mo...
Mariusz Felisiak
2015-10-06
[1.9.x] Refs #12118 -- Allowed "mode=memory" in SQLite test database names.
Riccardo Magliocchetti
2015-09-26
[1.9.x] Fixed #25421 -- Fixed test --keepdb option on Oracle.
Mariusz Felisiak
2015-09-25
[1.9.x] Fixed #25196 -- Normalized database representations in test database ...
Ville Skyttä
2015-09-24
[1.9.x] Removed unused Aggregate.input_field.
Tim Graham
2015-09-23
Fixed #25453 -- Reworded makemigration's ask_not_null_alteration suggestion.
Benjamin Wohlwend
2015-09-22
Fixed #24509 -- Added Expression support to SQLInsertCompiler
Alex Hill
2015-09-21
Fixed #24921 -- set_autocommit(False) + ORM queries.
Aymeric Augustin
2015-09-21
Documented "rel objects".
Aymeric Augustin
2015-09-21
Renamed descriptor classes for related objects.
Aymeric Augustin
2015-09-21
Added comments in related instances descriptors.
Aymeric Augustin
2015-09-21
Documented related models descriptors.
Aymeric Augustin
2015-09-21
Fixed #22341 -- Split django.db.models.fields.related.
Aymeric Augustin
2015-09-21
Fixed #24629 -- Unified Transform and Expression APIs
Josh Smeaton
2015-09-19
Fixed #25296 -- Prevented model related object cache pollution when create() ...
Raphael Merx
2015-09-19
Fixed #25160 (again) -- Moved data loss check on reverse relations.
Aymeric Augustin
2015-09-19
Fixed #24743, #24745 -- Optimized migration plan handling
Markus Holtermann
2015-09-18
Fixed #25417 -- Added a field check for invalid default values.
Simon Charette
2015-09-18
Fixed #24636 -- Added model field validation for decimal places and max digits.
Iulia Chiriac
2015-09-18
Refs #17785 -- Made docstring for sqlite3's get_relations() consistent with o...
Hynek Cernoch
2015-09-17
Refs #14091 -- Fixed connection.queries on SQLite.
Aymeric Augustin
2015-09-17
Removed the unused JoinPromoter.outer_votes attribute.
Simon Charette
2015-09-17
Refs #24215 -- Fixed Python 3.5 compatiblity for unhandled lazy ops error.
Tim Graham
2015-09-14
Fixed #25377 -- Changed Count queries to execute COUNT(*) instead of COUNT('*').
Adam Chainz
2015-09-14
Fixed #25393 -- Fixed MySQL crash when adding text/blob field with unhashable...
Ville Skyttä
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-12
Refs #24919 -- Raised more helpful error message for disabled migrations
Markus Holtermann
2015-09-12
Fixed #24919 -- Allowed disabling of migrations on a per app basis
Markus Holtermann
2015-09-11
Fixed #25329 -- Prevented _nodb_connection from being left open
Adam Chainz
2015-09-10
Enabled parallel testing by default in runtests.py.
Aymeric Augustin
2015-09-09
Changed database connection duplication technique.
Aymeric Augustin
2015-09-09
Cloned databases for running tests in parallel.
Aymeric Augustin
2015-09-07
Refs #24215 -- Improved error message for unhandled lazy model operations.
Alex Hill
2015-09-07
Fixed typos in django/db/models/query.py docstrings.
Nick Pope
2015-09-05
Updated references to the TEST_* database settings.
Aymeric Augustin
[next]