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
Age
Commit message (
Expand
)
Author
2012-09-30
Avoided storing ExpressionNodes in dicts
Anssi Kääriäinen
2012-09-28
Fixed #18676 -- Allow fast-path deletion of objects
Anssi Kääriäinen
2012-09-26
Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail
Adrien Lemaire
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-09-24
Use create_index_name for FK names
Andrew Godwin
2012-09-24
Add second shortener to create_index_name for very long columns
Andrew Godwin
2012-09-24
Remove one of the last traces of South
Andrew Godwin
2012-09-24
Add comment to usage of m2m_reverse_field_name
Andrew Godwin
2012-09-24
Fix altering of indexes alongside uniques
Andrew Godwin
2012-09-24
Fix nullability changing code
Andrew Godwin
2012-09-24
Fix NOT NULL sql for MySQL
Andrew Godwin
2012-09-24
Fix error message for unique constraints
Andrew Godwin
2012-09-24
Do cheaper check for column having a type.
Andrew Godwin
2012-09-24
Fix non-executed SQL
Andrew Godwin
2012-09-22
Fix introspection PK comment more.
Andrew Godwin
2012-09-22
Remove special-casing for proxy/unmanaged models
Andrew Godwin
2012-09-22
Remove AppCache state handling, replace with swappable caches
Andrew Godwin
2012-09-21
Un-borg-ify AppCache
Andrew Godwin
2012-09-20
Imported getLogger directly from logging module
Claude Paroz
2012-09-19
Revert "Fixed #16865 -- Made get_or_create use read database for initial get ...
Carl Meyer
2012-09-19
Fixed #16865 -- Made get_or_create use read database for initial get query.
Carl Meyer
2012-09-18
Stylistic fixes: triple-quoted docstrings, more comments
Andrew Godwin
2012-09-17
Fix bug in get_indexes affecting the tests
Andrew Godwin
2012-09-17
More schema test fixing
Andrew Godwin
2012-09-17
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2012-09-17
Fix app loading/test interaction
Andrew Godwin
2012-09-16
Fixed #17485 regression -- only + select_related interaction
Anssi Kääriäinen
2012-09-12
Fixed #18790 -- Encoded database password on Python 2
Claude Paroz
2012-09-08
Internal refactoring; moving LOOKUP_SEP up one level.
Malcolm Tredinnick
2012-09-08
Moved get_primary_key_column implementation to base
Claude Paroz
2012-09-07
Stubbed-out oracle schema file
Andrew Godwin
2012-09-07
Very initial Oracle support
Andrew Godwin
2012-09-07
Merge branch 'master' into schema-alteration
Andrew Godwin
2012-09-07
Add check constraint support - needed a few Field changes
Andrew Godwin
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
Add M2M repointing
Andrew Godwin
2012-09-07
Ensued that SQL indexes are alwasy created in the same name.
Alex Gaynor
2012-09-07
Repoint ForeignKeys when their to= changes.
Andrew Godwin
2012-09-07
Added SQLite backend which passes all current tests
Andrew Godwin
2012-09-07
Cleaned up some small bits of the ORM, including removing an import *.
Alex Gaynor
2012-09-05
Add some state management methods to AppCache.
Andrew Godwin
2012-09-05
Merge branch 'master' into schema-alteration
Andrew Godwin
2012-09-04
Implement primary key changing
Andrew Godwin
2012-09-01
Fixed #18212 -- Standardized arguments of GenericIPAddressField
Claude Paroz
2012-08-30
db_index alteration mostly working
Andrew Godwin
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
[prev]
[next]