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
/
backends
Age
Commit message (
Expand
)
Author
2013-09-02
Used six.moves.zip_longest, new in six 1.4.0.
Aymeric Augustin
2013-09-02
Replaced "not PY3" by "PY2", new in six 1.4.0.
Aymeric Augustin
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-08-29
Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()
Tim Graham
2013-08-29
Fixed #20984 -- Stopped decoding bytes in sqlite3 adapter on Python 3
Claude Paroz
2013-08-23
Python 3 compat fix for callable()
Andrew Godwin
2013-08-23
Fix location of tablespace clauses in schema backend column SQL
Andrew Godwin
2013-08-23
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-23
Fix Oracle's default handling and schema-prepared-statement issue
Andrew Godwin
2013-08-21
Oracle also treats NULLs as largests values when ordering.
Simon Charette
2013-08-21
Fixed test failure caused by different NULL ordering between backends
Anssi Kääriäinen
2013-08-20
Oracle also treats NULLs as largests values when ordering.
Simon Charette
2013-08-20
Fixed test failure caused by different NULL ordering between backends
Anssi Kääriäinen
2013-08-19
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-19
Minor oracle fixes
Andrew Godwin
2013-08-16
Fixed #20829 -- Skip postgis metadata tables with introspection
Harm Geerts
2013-08-13
Oracle schema backend, passes most tests and is pretty complete.
Andrew Godwin
2013-08-12
Start of getting Oracle to do schema stuff
Andrew Godwin
2013-08-11
Remove keep_default from add_field
Andrew Godwin
2013-08-11
Fix tablespace command
Andrew Godwin
2013-08-11
Support index_together during model creation
Andrew Godwin
2013-08-11
Stop being overcautious about Field.rel
Andrew Godwin
2013-08-10
Update get_constraints with better comments
Andrew Godwin
2013-08-10
Docs tweaks (thanks timgraham)
Andrew Godwin
2013-08-09
Remove pointless comment.
Andrew Godwin
2013-08-09
Remove pointless fetch_results param
Andrew Godwin
2013-08-09
Remove commented-out print
Andrew Godwin
2013-08-09
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-02
Fixed #17519 -- Fixed missing SQL constraints to proxy models.
Tim Graham
2013-07-30
Rename allow_syncdb to allow_migrate
Andrew Godwin
2013-07-30
Rename pre_ and post_syncdb to *_migrate, with aliases from old names
Andrew Godwin
2013-07-30
Fixed #20785 -- Corrected exception caught for Oracle LIKE operator detection
Shai Berger
2013-07-29
Deprecated django.utils.importlib
Claude Paroz
2013-07-27
Fixed a number of minor misspellings.
Julien Phalip
2013-07-26
Prettier imports
Andrew Godwin
2013-07-22
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-07-08
Fixed last_executed_query test failure on Oracle
Shai Berger
2013-07-08
fixed a mis-importt in mysql/base.py
Alex Gaynor
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-07-08
Fixed #13813 -- Comparison of DatabaseWrappers doesn't raise errors.
Alex Gaynor
2013-07-02
Make get_constraints return columns in order
Andrew Godwin
2013-07-02
Fix get_constraints to do multi-column indexes properly on pg
Andrew Godwin
2013-07-02
Fix combined alters on PostgreSQL
Andrew Godwin
2013-07-02
Support for index_together in schema backends
Andrew Godwin
2013-07-02
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-07-01
Removed some conditional code only needed under Python 2.6.
Aymeric Augustin
2013-06-30
Introduced getters for connection.autocommit and .needs_rollback.
Aymeric Augustin
2013-06-29
Advanced deprecation warnings for Django 1.7.
Aymeric Augustin
2013-06-29
Fixed #18592 -- Prevented crash when accessing MySQL _last_executed
Claude Paroz
2013-06-28
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
[prev]
[next]