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
2014-04-21
[1.6.x] Fixed queries that may return unexpected results on MySQL due to type...
Erik Romijn
2014-04-13
[1.6.x] Fixed #21760 -- prefetch_related used an inefficient query for revers...
valtron
2014-04-11
Improved a comment. Thanks intgr for the report.
Aymeric Augustin
2014-04-10
[1.6.x] Increased robustness of 58161e4e. Refs #22291.
Aymeric Augustin
2014-04-10
[1.6.x] Fixed #21202 -- Maintained atomicity when the server disconnects.
Aymeric Augustin
2014-04-10
[1.6.x] Fixed #21239 -- Maintained atomicity when closing the connection.
Aymeric Augustin
2014-04-10
[1.6.x] Fixed #22321 -- Wrapped exceptions in _set_autocommit.
Aymeric Augustin
2014-04-10
[1.6.x] Fixed #22291 -- Avoided shadowing deadlock exceptions on MySQL.
Aymeric Augustin
2014-04-10
[1.6.x] Fixed #22343 -- Disallowed select_for_update in autocommit mode
Shai Berger
2014-04-09
[1.6.x] Fixed #21553 -- Ensured unusable database connections get closed.
Aymeric Augustin
2014-02-28
[1.6.x] Fixed #21643 -- repeated execution of qs with F() + timedelta
Alexey Voronov
2014-02-14
[1.6.x] Fixed #21566 -- Fixed AttributeError when using bulk_create with Fore...
Roger Hu
2014-02-04
[1.6.x] Fixed #21748 -- join promotion for negated AND conditions
Anssi Kääriäinen
2014-02-04
[1.6.x] Fixed #21413 -- resolve_columns fields misalignment
Anssi Kääriäinen
2014-01-30
[1.6.x] Made Oracle introspect FloatFields correctly
Shai Berger
2014-01-30
[1.6.x] Made Oracle introspect boolean fields
Shai Berger
2014-01-24
[1.6.x] Fixed #21787 -- regression in MTI .exclude() queries
Anssi Kääriäinen
2014-01-12
[1.6.x] Fixed #21452 -- Non-autocommit connections to PostgreSQL.
Aymeric Augustin
2013-12-26
[1.6.x] Fixed typo and slightly improved error message when db is missing tim...
Loic Bistuer
2013-11-14
[1.6.x] Fixed #21432 -- DateTimeQuery now copies tzinfo when cloning.
Loic Bistuer
2013-11-13
[1.6.x] Fixed #21410 -- prefetch_related() for ForeignKeys with related_name='+'
Loic Bistuer
2013-10-26
[1.6.x] Removed relative usage of import_module
Claude Paroz
2013-10-21
[1.6.x] Fixed #21249 -- variable name typo in compiler.get_grouping()
Anssi Kääriäinen
2013-10-13
Fixed #21198 -- Prevented invalid use of @python_2_unicode_compatible.
Aymeric Augustin
2013-10-13
[1.6.x] Fixed #19560 -- Identified field in warning for naive datetime.
Aymeric Augustin
2013-10-07
[1.6.x] Fixed #21235 -- Disabled savepoints for old versions of SQLite.
Aymeric Augustin
2013-10-01
[1.6.x] Fixed #21203 -- resolve_columns fields misalignment
Anssi Kääriäinen
2013-09-30
Fixed #21134 -- Prevented queries in broken transactions.
Aymeric Augustin
2013-09-25
[1.6.x] Fixed #21126 -- QuerySet value conversion failure
Anssi Kääriäinen
2013-09-24
[1.6.x] Fixed #21150 -- Improved Query.add_fields() join promotion logic
Anssi Kääriäinen
2013-09-17
[1.6.x] Fixed #21109 -- made db cursor error wrapping faster
Anssi Kääriäinen
2013-09-09
[1.6.x] Fixed #20707 -- Added explicit quota assignment to Oracle test user
Садовский Николай
2013-09-06
[1.6.x] Fixed #11811 -- Data-loss bug in queryset.update.
Aymeric Augustin
2013-09-05
[1.6.x] Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.
Eric Boersma
2013-09-04
[1.6.x] Tested exc_type instead of exc_value in __exit__.
Aymeric Augustin
2013-09-03
Used six.moves.zip_longest, new in six 1.4.0.
Aymeric Augustin
2013-09-03
[1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0.
Aymeric Augustin
2013-08-30
[1.6.x] Fixed #20999 - Allow overriding formfield class with choices, without...
Carl Meyer
2013-08-30
[1.6.x] Fixed #20988 -- Added model meta option select_on_save
Anssi Kääriäinen
2013-08-30
[1.6.x] Removed stale add_q() comment
Anssi Kääriäinen
2013-08-29
[1.6.x] Fixed #14786 -- Fixed get_db_prep_lookup calling get_prep_value twice...
Tim Graham
2013-08-29
[1.6.x] Fixed #20984 -- Stopped decoding bytes in sqlite3 adapter on Python 3
Claude Paroz
2013-08-22
[1.6.x] Fixed #20955 -- select_related regression
Anssi Kääriäinen
2013-08-20
[1.6.x] Fixed #20820 -- Model inheritance + m2m fixture loading regression
Anssi Kääriäinen
2013-08-20
Fixed #20943 -- Weakly reference senders when caching their associated receivers
Simon Charette
2013-08-16
[1.6.x] Fixed #20829 -- Skip postgis metadata tables with introspection
Harm Geerts
2013-08-06
[1.6.x] Fixed #19918 -- Modified select_for_update to run on the write database.
Alex Cucu
2013-08-02
[1.6.x] Fixed #17519 -- Fixed missing SQL constraints to proxy models.
Tim Graham
2013-08-01
[1.6.x] Removed unused model option "admin"
Tim Graham
2013-07-30
[1.6.x] Fixed #20785 -- Corrected exception caught for Oracle LIKE operator d...
Shai Berger
[next]