summaryrefslogtreecommitdiff
path: root/django/db/backends
AgeCommit message (Expand)Author
2013-02-25[1.5.x] Fixed #19634 -- Added proper __hash__ methods.Aymeric Augustin
2013-02-23[1.5.x] Fixed Oracle regression in last_executed_query() with unicode stringsAnssi Kääriäinen
2013-02-10[1.5.x] Fixed #19638 -- Skipped tx support testing for some DBsAnssi Kääriäinen
2013-02-10[1.5.x] Fixed #19707 -- Reset transaction state after requestsAnssi Kääriäinen
2013-01-19[1.5.x] Fixed #19606 -- Adjusted cx_Oracle unicode detection.Jani Tiainen
2013-01-07[1.5.x] Created special PostgreSQL text indexes when unique is TrueClaude Paroz
2013-01-04[1.5.x] Fixed #19192 -- Allowed running tests with dummy db backendClaude Paroz
2012-12-18[1.5.x] Fixed #19441 -- Created PostgreSQL varchar index when unique=TrueClaude Paroz
2012-12-17[1.5.x] Fixed #19197 -- fixed convert_values() for nullable numeric fieldsAnssi Kääriäinen
2012-12-14[1.5.x] Fixed #2304 -- Documented TRANSACTIONS_MANAGED.Aymeric Augustin
2012-11-24[1.5.x] Fixed #19351 -- SQLite bulk_insert of more than 500 single-field objsAnssi Kääriäinen
2012-11-24[1.5.x] Fixed SQLite's collapsing of same-valued instances in bulk_createAnssi Kääriäinen
2012-11-17[1.5.x] Fixed #18989 -- Removed unused condition in CursorWrapperClaude Paroz
2012-11-15[1.5.x] Fixed #19058 -- Fixed Oracle GIS crashAnssi Kääriäinen
2012-11-04[1.5.x] Fixed #5805 -- it is now possible to specify multi-column indexes. Th...Alex Gaynor
2012-11-03[1.5.x] Fixed #18963 -- Used a subclass-friendly patternAymeric Augustin
2012-10-27[1.5.x] Fixed Oracle failure for "%" in table nameAnssi Kääriäinen
2012-10-24Fixed #19176 -- Typo in copy-pasted error message.Aymeric Augustin
2012-10-22Fixed #19162 -- Wrong indentation.Jan Bednařík
2012-10-10Revert "Fixed #16211 -- Added comparison and negation ops to F() expressions"Anssi Kääriäinen
2012-09-30Fixed #16211 -- Added comparison and negation ops to F() expressionsAnssi Kääriäinen
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-09-20Imported getLogger directly from logging moduleClaude Paroz
2012-09-12Fixed #18790 -- Encoded database password on Python 2Claude Paroz
2012-09-08Moved get_primary_key_column implementation to baseClaude Paroz
2012-09-07[py3k] Fixed the index creation code that I committed a few minutes ago for p...Alex Gaynor
2012-09-07Removed many uses of bare "except:", which were either going to a) silence re...Alex Gaynor
2012-09-07Ensued that SQL indexes are alwasy created in the same name.Alex Gaynor
2012-08-30Made get_table_description also return the size of char fields on SQLiteClaude Paroz
2012-08-30Fixed #5725 -- Fixed varchar column size introspection for MySQLClaude Paroz
2012-08-30Replaced some smart_xxx by force_xxx equivalentClaude Paroz
2012-08-29Replaced many smart_bytes by force_bytesClaude Paroz
2012-08-23[py3] Removed duplicate imports.Aymeric Augustin
2012-08-20[py3] Prepared MySQL backend for Python 3 compatibilityClaude Paroz
2012-08-19[py3] Fixed Oracle specific failuresAnssi Kääriäinen
2012-08-18[py3] Ported django.utils.safestring.Aymeric Augustin
2012-08-18[py3] Fixed backends tests.Aymeric Augustin
2012-08-18[py3] Added compatibility import of thread/_threadAymeric Augustin
2012-08-16[py3] Fixed installed_models filtering.Dmitry Shevchenko
2012-08-15[py3] Pass bytes to md5 in truncate_nameClaude Paroz
2012-08-14[py3] Removed unnecessary calls to .keys()Aymeric Augustin
2012-08-13Refix #13844 -- Made FloatField aggregates work on Python 2.6 + PostgresAnssi Kääriäinen
2012-08-12Fixed #13844 -- Avoid converting unknown db values to floatAnssi Kääriäinen
2012-08-12[py3] Always convert values from sqlite3 to unicode stringsClaude Paroz
2012-08-09[py3] Renamed `next` to `__next__` in iterators.Aymeric Augustin
2012-08-08[py3] Replaced raw_input by inputClaude Paroz
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-08-07[py3] Fixed access to dict keys/values/items.Aymeric Augustin
2012-08-03Replaced some byte strings by str() callsClaude Paroz
2012-07-24Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables.Ramiro Morales