index
:
django.git
fix-31295
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
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2015-01-12
Fixed #24031 -- Added CASE expressions to the ORM.
Michał Modzelewski
2015-01-11
Removed supports_binary_field flag as all backends support them
Claude Paroz
2015-01-08
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2014-12-31
Moved DatabaseCreation.data_types properties to DatabaseWrapper.
Tim Graham
2014-12-23
Refs #2443 -- Move the durationfield converter logic.
Marc Tamlyn
2014-12-23
Fixed #24033 -- Use interval type on Oracle.
Marc Tamlyn
2014-12-20
Fixed #2443 -- Added DurationField.
Marc Tamlyn
2014-12-12
Fixed postgis test database initialization
Claude Paroz
2014-12-12
Fixed #23941 -- Removed implicit decimal formatting from expressions.
Josh Smeaton
2014-12-08
Fixed #20968 -- Checked Spatialite metadata before migrations
Claude Paroz
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-09-29
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
Thomas Chaumeny
2014-09-27
Fixed #22738 -- made finer distinctions for when Boolean is not detected on O...
Shai Berger
2014-09-26
Fixed #22738 -- Abstracted boolean field type introspection
Claude Paroz
2014-09-26
Factorized schema_editor() at BaseDatabaseWrapper level
Claude Paroz
2014-09-23
Fixed #18782 -- Prevented sql_flush to flush views
Claude Paroz
2014-09-23
Made get_table_list return a TableInfo named tuple
Claude Paroz
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-09-03
Fixed #18757, #14462, #21565 -- Reworked database-python type conversions
Marc Tamlyn
2014-08-19
Replaced HAS_SPATIAL_DB by testing database feature
Claude Paroz
2014-08-06
Fixed #21603 -- Fixed complex RawQuerySets queries on some versions of SQLite.
Alex Hill
2014-08-05
Fixed #23061: Avoided setting a limit on a query for get with select_for_upda...
Shai Berger
2014-07-28
Fixed #23074 -- Avoided leaking savepoints in atomic.
Aymeric Augustin
2014-07-26
Fixed #22873 -- Renamed use_debug_cursor to force_debug_cursor to clarify the...
areski
2014-07-14
Fixed name of database connection feature
Shai Berger
2014-06-23
Fixed problem introduced with #refs 13711.
Anubhav Joshi
2014-06-17
Fixed #13711 -- Model check added to ensure that auto-generated column name i...
Anubhav Joshi
2014-06-16
Renamed DatabaseFeature.supports_check_constraints to supports_column_check_c...
Tim Graham
2014-06-14
Fixed #22816 -- Corrected Oracle feature flag and fixed introspection test
Shai Berger
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-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
Replaced an explicit vendor check by a feature flag.
Aymeric Augustin
2014-06-05
Added a flag for the ability to introspect nullable fields.
Aymeric Augustin
2014-05-28
Set straight the sense of 'uppercases_column_names' feature flag
Shai Berger
2014-05-20
Add feature for implied null (needed for Firebird backend)
Andrew Godwin
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-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-24
Ignored repeated calls to connection.close().
Aymeric Augustin
2014-04-10
Fixed #21239 -- Maintained atomicity when closing the connection.
Aymeric Augustin
2014-04-09
Fixed #21553 -- Ensured unusable database connections get closed.
Aymeric Augustin
2014-03-25
Fixed #12030 -- Validate integer field range at the model level.
Simon Charette
[next]