summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2012-09-17Fix bug in get_indexes affecting the testsAndrew Godwin
2012-09-17More schema test fixingAndrew Godwin
2012-09-17Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2012-09-17Fix app loading/test interactionAndrew Godwin
2012-09-16Fixed #17485 regression -- only + select_related interactionAnssi Kääriäinen
2012-09-12Fixed #18790 -- Encoded database password on Python 2Claude Paroz
2012-09-08Internal refactoring; moving LOOKUP_SEP up one level.Malcolm Tredinnick
2012-09-08Moved get_primary_key_column implementation to baseClaude Paroz
2012-09-07Stubbed-out oracle schema fileAndrew Godwin
2012-09-07Very initial Oracle supportAndrew Godwin
2012-09-07Merge branch 'master' into schema-alterationAndrew Godwin
2012-09-07Add check constraint support - needed a few Field changesAndrew Godwin
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-07Add M2M repointingAndrew Godwin
2012-09-07Ensued that SQL indexes are alwasy created in the same name.Alex Gaynor
2012-09-07Repoint ForeignKeys when their to= changes.Andrew Godwin
2012-09-07Added SQLite backend which passes all current testsAndrew Godwin
2012-09-07Cleaned up some small bits of the ORM, including removing an import *.Alex Gaynor
2012-09-05Add some state management methods to AppCache.Andrew Godwin
2012-09-05Merge branch 'master' into schema-alterationAndrew Godwin
2012-09-04Implement primary key changingAndrew Godwin
2012-09-01Fixed #18212 -- Standardized arguments of GenericIPAddressFieldClaude Paroz
2012-08-30db_index alteration mostly workingAndrew Godwin
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-26Code comment fix.Mitar
2012-08-25Fixed #16715 -- Fixed join promotion logic for nested nullable FKsAnssi Kääriäinen
2012-08-24Cleaned up the implementation of in_bulkAlex Gaynor
2012-08-23[py3] Removed duplicate imports.Aymeric Augustin
2012-08-22Revert "Fixed #18063 -- Avoid unicode in Model.__repr__ in python 2"Simon Meers
2012-08-21Fixed #17886 -- Fixed join promotion in ORed nullable queriesAnssi Kääriäinen
2012-08-20[py3] Prepared MySQL backend for Python 3 compatibilityClaude Paroz
2012-08-20Fixed #18063 -- Avoid unicode in Model.__repr__ in python 2Simon Meers
2012-08-19[py3] Fixed Oracle specific failuresAnssi Kääriäinen
2012-08-18[py3] Ported django.utils.safestring.Aymeric Augustin
2012-08-18Add a SQlite backend. One test passes!Andrew Godwin
2012-08-18All tests passing on MySQLAndrew Godwin
2012-08-18First stab at MySQL supportAndrew Godwin
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] Fixed F-expression right-hand divisionClaude Paroz
2012-08-15[py3] Pass bytes to md5 in truncate_nameClaude Paroz
2012-08-15[py3] Removed excessive usage of smart_bytesClaude Paroz
2012-08-14[py3] Removed a remaining use of __metaclass__.Aymeric Augustin
2012-08-14[py3] Fed strftime with unicode on Python 3Claude Paroz
2012-08-14[py3] Fixed F-expression division operatorsAnssi Kääriäinen