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
Age
Commit message (
Expand
)
Author
2014-06-16
Fixed #22844: Duplicate SQL for SQLite FKs
Andrew Godwin
2014-06-14
Fixed #22816 -- Corrected Oracle feature flag and fixed introspection test
Shai Berger
2014-06-13
Added django.utils.six.buffer_types
Shai Berger
2014-06-09
Dropped support for SpatiaLite < 2.4.
Tim Graham
2014-06-09
Fixed #20420 -- Normalized query counts on Oracle.
Aymeric Augustin
2014-06-09
Simplified handling of use_debug_cursor.
Aymeric Augustin
2014-06-09
Tweaked order of create_test_db arguments for backwards compatibility.
Tim Graham
2014-06-08
Fixed #22487: Optional rollback emulation for migrated apps
Andrew Godwin
2014-06-07
Fixed #17427 -- Removed dubious definition of connections equality.
Aymeric Augustin
2014-06-07
Fixed #3711, #6734, #12581 -- Bounded connection.queries.
Aymeric Augustin
2014-06-06
Merge pull request #2764 from gchp/ticket-20550
Aymeric Augustin
2014-06-06
Replaced an explicit vendor check by a feature flag.
Aymeric Augustin
2014-06-05
Fixed #20550 -- Added keepdb argument to destroy_test_db
Greg Chapple
2014-06-05
Added a flag for the ability to introspect nullable fields.
Aymeric Augustin
2014-06-01
Fixed #22744 -- Fixed sqlite3 get_relations introspection with views
Claude Paroz
2014-06-01
Merge pull request #2726 from gchp/ticket-20550
Aymeric Augustin
2014-05-28
Simplified, very slightly, some code in the oracle backend
Alex Gaynor
2014-05-28
Set straight the sense of 'uppercases_column_names' feature flag
Shai Berger
2014-05-28
Fixed #22715: Corrected sql for defaults of BinaryField on Oracle with Python3
Shai Berger
2014-05-28
Fixed #20550 -- Added ability to preserve test db between runs
Greg Chapple
2014-05-21
Fixed unused import.
Loic Bistuer
2014-05-20
Fixed #22432: SQLite M2M repointing now works. Thanks to xelnor.
Andrew Godwin
2014-05-20
Fixed #22649: Beefed up quote_value
Andrew Godwin
2014-05-20
Merge pull request #2634 from loic/ticket22424
Andrew Godwin
2014-05-20
Add feature for implied null (needed for Firebird backend)
Andrew Godwin
2014-05-19
Revert "Fixed regression from a2dd618e3b4a7472fab852da450ca5eef92a922f."
Marc Tamlyn
2014-05-18
Fixed regression from a2dd618e3b4a7472fab852da450ca5eef92a922f.
Florian Apolloner
2014-05-18
Fixed #22424 -- Fixed handling of default values for TextField/BinaryField on...
Loic Bistuer
2014-05-17
Fixed #22626 -- Allow BinaryField defaults with SQlite.
Raphaƫl Barrois
2014-05-16
Fix storing of binary fields and unicode textfields for Oracle/Python3
Shai Berger
2014-05-15
Fixed #20897 -- Added make_cursor() for consistent cursor creation
Tim Martin
2014-05-10
Adjusted refactoring of vendor checks.
Aymeric Augustin
2014-05-08
Added feature flags for introspection capabilities.
Aymeric Augustin
2014-05-08
Split ignores_nulls_in_unique_constraints feature.
Aymeric Augustin
2014-05-08
Replaced vendor checks by three feature flags.
Aymeric Augustin
2014-05-08
Fixed #22476: Couldn't alter attributes on M2Ms with through= set
Andrew Godwin
2014-05-07
Fixed #22581: Pass default values for schema through get_db_prep_save()
Andrew Godwin
2014-04-26
Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-04-26
Fixed #3214 -- Stopped parsing SQL with regex.
Aymeric Augustin
2014-04-25
Fixed #21166 -- Reset errors_occurred flag after commit and rollback.
Aymeric Augustin
2014-04-25
Set some transaction-related feature flags on SQLite.
Aymeric Augustin
2014-04-25
Fixed #22498 -- constraint name was not quoted in FK creation SQL
Shai Berger
2014-04-25
Made sure cursor.close() does not complain if cursor is already closed on Oracle
Shai Berger
2014-04-24
Prevented a crash in the cursor wrappers on Oracle.
Aymeric Augustin
2014-04-24
Ignored repeated calls to connection.close().
Aymeric Augustin
2014-04-23
Used the same instance of atomic for entry and exit.
Aymeric Augustin
2014-04-23
Wrapped migrations in a transaction only on DBs with transactional DDL.
Aymeric Augustin
2014-04-18
Fixed #22397 -- Issues removing M2M field with explicit through model
Andrew Gorcester
2014-04-18
Revert "Fixed #22397 -- Issues removing M2M field with explicit through model."
Simon Charette
2014-04-17
Fixed #22397 -- Issues removing M2M field with explicit through model.
Andrew Gorcester
[prev]
[next]