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
2013-01-26
Fixed #17158 -- Used a non-ambiguous representation of SQL queries
Aymeric Augustin
2013-01-19
Fixed #19606 -- Adjusted cx_Oracle unicode detection.
Jani Tiainen
2013-01-12
Fixed #17574 -- Implemented missing get_key_columns in PostgreSQL backend
Claude Paroz
2013-01-12
Return namedtuple from get_table_description
Claude Paroz
2013-01-11
Fixed #19360 -- Raised an explicit exception for aggregates on date/time fiel...
Nick Sandford
2013-01-07
Created special PostgreSQL text indexes when unique is True
Claude Paroz
2013-01-04
Fixed #19192 -- Allowed running tests with dummy db backend
Claude Paroz
2012-12-18
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2012-12-18
Fixed #19441 -- Created PostgreSQL varchar index when unique=True
Claude Paroz
2012-12-16
Fixed #19197 -- fixed convert_values() for nullable numeric fields
Anssi Kääriäinen
2012-12-14
Fixed #2304 -- Documented TRANSACTIONS_MANAGED.
Aymeric Augustin
2012-11-27
Made sure global settings are changed in test db creation
Anssi Kääriäinen
2012-11-27
Fixed #19274 -- Made db connection creation overridable in subclasses
Anssi Kääriäinen
2012-11-24
Fixed #19351 -- SQLite bulk_insert of more than 500 single-field objs
Anssi Kääriäinen
2012-11-24
Fixed SQLite's collapsing of same-valued instances in bulk_create
Anssi Kääriäinen
2012-11-17
Fixed #18989 -- Removed unused condition in CursorWrapper
Claude Paroz
2012-11-15
Fixed #19058 -- Fixed Oracle GIS crash
Anssi Kääriäinen
2012-11-04
Fixed #5805 -- it is now possible to specify multi-column indexes. Thanks to ...
Alex Gaynor
2012-11-03
Fixed #18963 -- Used a subclass-friendly pattern
Aymeric Augustin
2012-10-27
Fixed Oracle failure for "%" in table name
Anssi Kääriäinen
2012-10-26
Merge branch 'master' into schema-alteration
Andrew Godwin
2012-10-24
Fixed #19176 -- Typo in copy-pasted error message.
Aymeric Augustin
2012-10-22
Fixed #19162 -- Wrong indentation.
Jan Bednařík
2012-10-10
Revert "Fixed #16211 -- Added comparison and negation ops to F() expressions"
Anssi Kääriäinen
2012-09-30
Fixed #16211 -- Added comparison and negation ops to F() expressions
Anssi Kääriäinen
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-09-24
Use create_index_name for FK names
Andrew Godwin
2012-09-24
Add second shortener to create_index_name for very long columns
Andrew Godwin
2012-09-24
Remove one of the last traces of South
Andrew Godwin
2012-09-24
Add comment to usage of m2m_reverse_field_name
Andrew Godwin
2012-09-24
Fix altering of indexes alongside uniques
Andrew Godwin
2012-09-24
Fix nullability changing code
Andrew Godwin
2012-09-24
Fix NOT NULL sql for MySQL
Andrew Godwin
2012-09-24
Fix error message for unique constraints
Andrew Godwin
2012-09-24
Do cheaper check for column having a type.
Andrew Godwin
2012-09-24
Fix non-executed SQL
Andrew Godwin
2012-09-22
Fix introspection PK comment more.
Andrew Godwin
2012-09-22
Remove special-casing for proxy/unmanaged models
Andrew Godwin
2012-09-22
Remove AppCache state handling, replace with swappable caches
Andrew Godwin
2012-09-20
Imported getLogger directly from logging module
Claude Paroz
2012-09-18
Stylistic fixes: triple-quoted docstrings, more comments
Andrew Godwin
2012-09-17
Fix bug in get_indexes affecting the tests
Andrew Godwin
2012-09-17
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2012-09-12
Fixed #18790 -- Encoded database password on Python 2
Claude Paroz
2012-09-08
Moved get_primary_key_column implementation to base
Claude Paroz
2012-09-07
Stubbed-out oracle schema file
Andrew Godwin
2012-09-07
Very initial Oracle support
Andrew Godwin
2012-09-07
Merge branch 'master' into schema-alteration
Andrew Godwin
2012-09-07
Add check constraint support - needed a few Field changes
Andrew Godwin
2012-09-07
[py3k] Fixed the index creation code that I committed a few minutes ago for p...
Alex Gaynor
[prev]
[next]