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
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-20
Imported getLogger directly from logging module
Claude Paroz
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
[py3k] Fixed the index creation code that I committed a few minutes ago for p...
Alex Gaynor
2012-09-07
Removed many uses of bare "except:", which were either going to a) silence re...
Alex Gaynor
2012-09-07
Ensued that SQL indexes are alwasy created in the same name.
Alex Gaynor
2012-08-30
Made get_table_description also return the size of char fields on SQLite
Claude Paroz
2012-08-30
Fixed #5725 -- Fixed varchar column size introspection for MySQL
Claude Paroz
2012-08-30
Replaced some smart_xxx by force_xxx equivalent
Claude Paroz
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-23
[py3] Removed duplicate imports.
Aymeric Augustin
2012-08-20
[py3] Prepared MySQL backend for Python 3 compatibility
Claude Paroz
2012-08-19
[py3] Fixed Oracle specific failures
Anssi 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/_thread
Aymeric Augustin
2012-08-16
[py3] Fixed installed_models filtering.
Dmitry Shevchenko
2012-08-15
[py3] Pass bytes to md5 in truncate_name
Claude Paroz
2012-08-14
[py3] Removed unnecessary calls to .keys()
Aymeric Augustin
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-12
[py3] Always convert values from sqlite3 to unicode strings
Claude Paroz
2012-08-09
[py3] Renamed `next` to `__next__` in iterators.
Aymeric Augustin
2012-08-08
[py3] Replaced raw_input by input
Claude 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-03
Replaced some byte strings by str() calls
Claude Paroz
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-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-07-22
[py3] Removed longs.
Aymeric Augustin
2012-07-22
[py3] Exception aren't iterable in Python 3.
Aymeric Augustin
2012-07-22
[py3] Used six.reraise wherever necessary.
Aymeric Augustin
2012-07-17
Fixed #17788 -- Added batch_size argument to qs.bulk_create()
Anssi Kääriäinen
2012-07-10
Fixed #18602 -- Improved error message when database NAME is missing
Claude Paroz
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-26
Fixed #18465 -- Set date formats correctly on Oracle
Josh Smeaton
2012-06-13
Fixed connection.queries encoding handling on Oracle
Anssi Kääriäinen
2012-06-13
Fixed #18461 -- Ensured that last_executed_query returns Unicode
Claude Paroz
2012-06-09
Fixed #17760 -- Implemented callable database features as cached properties
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-27
Fixed #18135 -- Close connection used for db version checking
Michael Newman
[next]