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
/
backends
/
__init__.py
Age
Commit message (
Expand
)
Author
2012-09-17
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2012-09-08
Moved get_primary_key_column implementation to base
Claude Paroz
2012-09-07
Add check constraint support - needed a few Field changes
Andrew Godwin
2012-09-07
Added SQLite backend which passes all current tests
Andrew Godwin
2012-09-05
Merge branch 'master' into schema-alteration
Andrew Godwin
2012-08-30
Replaced some smart_xxx by force_xxx equivalent
Claude Paroz
2012-08-18
[py3] Fixed backends tests.
Aymeric Augustin
2012-08-18
[py3] Added compatibility import of thread/_thread
Aymeric Augustin
2012-08-16
[py3] Fixed installed_models filtering.
Dmitry Shevchenko
2012-08-13
Refix #13844 -- Made FloatField aggregates work on Python 2.6 + Postgres
Anssi Kääriäinen
2012-08-12
Fixed #13844 -- Avoid converting unknown db values to float
Anssi Kääriäinen
2012-08-10
Merge branch 'master' into schema-alteration
Andrew Godwin
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-02
Add M2M tests and some unique support
Andrew Godwin
2012-07-26
Merge branch 'master' of github.com:django/django into schema-alteration
Andrew Godwin
2012-07-24
Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables.
Ramiro Morales
2012-07-22
[py3] Switched to Python 3-compatible imports.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-17
Fixed #17788 -- Added batch_size argument to qs.bulk_create()
Anssi Kääriäinen
2012-07-05
Fixed #18330 - Made cache culling 3rd party db backend friendly
Anssi Kääriäinen
2012-07-01
Fixed #16047 -- Restore autocommit state correctly on psycopg2
Anssi Kääriäinen
2012-07-01
Fixed some locations to work with autocommit=True
Anssi Kääriäinen
2012-06-19
Add some field schema alteration methods and tests.
Andrew Godwin
2012-06-18
Very start of schema alteration port. Create/delete model and some tests.
Andrew Godwin
2012-06-09
Fixed #17760 -- Implemented callable database features as cached properties
Claude Paroz
2012-05-22
Fixed #18319 -- Added 'supports_sequence_reset' DB feature
Anssi Kääriäinen
2012-05-18
Fixed #18334 -- Fixed detection of supports_stddev backend feature.
Claude Paroz
2012-04-30
Made get_indexes() consistent across backends.
Anssi Kääriäinen
2012-04-29
Made table_names() output sorted.
Anssi Kääriäinen
2012-04-24
Fixed #17653 -- Changed MySQL backend to raise a ValueError if zero is used a...
Anssi Kääriäinen
2012-03-13
Fixed #17882 (again) -- Updated the database connections' time zone when time...
Aymeric Augustin
2012-02-11
Fixed #15216 -- Made return type of an internal DB introspection method consi...
Ramiro Morales
2011-12-22
Added support for modifying the effect of ``DISTINCT`` clauses so they
Ramiro Morales
2011-12-16
Ensured that thread-shareability gets validated when closing a PostgreSQL or ...
Julien Phalip
2011-12-16
Fixed #17258 -- Moved `threading.local` from `DatabaseWrapper` to the `django...
Julien Phalip
2011-12-05
Fixed #17335 -- Added supports_select_related hook for django-nonrel. Thanks,...
Adrian Holovaty
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-10-14
Fixed #12308 -- Added tablespace support to the PostgreSQL backend.
Aymeric Augustin
2011-10-13
Fixed #16906 -- Format datetimes with str/unicode instead of strftime where p...
Aymeric Augustin
2011-10-05
Very small docstring correction.
Luke Plant
2011-09-09
Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ...
Alex Gaynor
2011-08-07
Fixed #3615: Added support for loading fixtures with forward references on da...
Karen Tracey
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-04-20
Fixed #2705: added a `select_for_update()` clause to querysets.
Jacob Kaplan-Moss
2011-04-05
Fixed #13630 -- Made __init__ methods of all DB backends' DatabaseOperations ...
Ramiro Morales
2011-03-08
Added a skip for a test that fails in Oracle. Unlike other backends, Oracle ...
Ian Kelly
2011-02-12
Fixed #9964 -- Ensure that all database operations make transactions dirty, n...
Russell Keith-Magee
2011-02-12
Changeset r15232 refactored transactions so that all transaction state is mai...
Russell Keith-Magee
2011-02-01
Fixed #15170 -- Skip the inspectdb test under MySQL/MyISAM, because it can't ...
Russell Keith-Magee
2011-01-17
Refactor all uses of thread locals to be more consistant and sane.
Alex Gaynor
[prev]
[next]