summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2012-10-22Fixed #19162 -- Wrong indentation.Jan Bednařík
2012-10-21Fixed #19151 -- Added missing methods to EmptyQuerySet.Jan Bednařík
2012-10-10Moved F() '&' and '|' to .bitand() and .bitor()Anssi Kääriäinen
2012-10-10Revert "Fixed #16211 -- Added comparison and negation ops to F() expressions"Anssi Kääriäinen
2012-10-10Fixed #19096 -- Made can_return_id_from_insert more extendableMichael Manfre
2012-10-09Fix exception message from 3190abcd. Refs #18153.Aymeric Augustin
2012-10-09Fixed #18153 -- Reverse OneToOne lookups on unsaved instances.Aymeric Augustin
2012-10-08Fixed #19087 -- Ensured query's base table is never LOUTER joinedAnssi Kääriäinen
2012-10-07Used pkgutil to get list of backend modulesClaude Paroz
2012-10-06Removed ad-hoc support for usage of short names of built-in DB backends.Ramiro Morales
2012-10-06Ensure we ignore __pycache__ PEP 3174 dirs in a few more places.Ramiro Morales
2012-10-06Fixed #19069 -- Improved the error message when trying to query a swapped model.Russell Keith-Magee
2012-10-03Fixed #19049 -- Corrected dumb logic negation error from earlier patch.Russell Keith-Magee
2012-10-02Fixed #19049 -- Ensure that swapped models aren't included in reverse field c...Russell Keith-Magee
2012-09-30Fixed #16211 -- Added comparison and negation ops to F() expressionsAnssi Kääriäinen
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