summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2012-09-30Avoided storing ExpressionNodes in dictsAnssi Kääriäinen
2012-09-28Fixed #18676 -- Allow fast-path deletion of objectsAnssi Kääriäinen
2012-09-26Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mailAdrien Lemaire
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-09-24Use create_index_name for FK namesAndrew Godwin
2012-09-24Add second shortener to create_index_name for very long columnsAndrew Godwin
2012-09-24Remove one of the last traces of SouthAndrew Godwin
2012-09-24Add comment to usage of m2m_reverse_field_nameAndrew Godwin
2012-09-24Fix altering of indexes alongside uniquesAndrew Godwin
2012-09-24Fix nullability changing codeAndrew Godwin
2012-09-24Fix NOT NULL sql for MySQLAndrew Godwin
2012-09-24Fix error message for unique constraintsAndrew Godwin
2012-09-24Do cheaper check for column having a type.Andrew Godwin
2012-09-24Fix non-executed SQLAndrew Godwin
2012-09-22Fix introspection PK comment more.Andrew Godwin
2012-09-22Remove special-casing for proxy/unmanaged modelsAndrew Godwin
2012-09-22Remove AppCache state handling, replace with swappable cachesAndrew Godwin
2012-09-21Un-borg-ify AppCacheAndrew Godwin
2012-09-20Imported getLogger directly from logging moduleClaude Paroz
2012-09-19Revert "Fixed #16865 -- Made get_or_create use read database for initial get ...Carl Meyer
2012-09-19Fixed #16865 -- Made get_or_create use read database for initial get query.Carl Meyer
2012-09-18Stylistic fixes: triple-quoted docstrings, more commentsAndrew Godwin
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