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