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-12-17
Deborgified the app cache.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Made it possible to create apps without a models module.
Aymeric Augustin
2013-12-17
Deprecated get_apps().
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-12-17
Moved django.db.models.loading to django.apps.cache.
Aymeric Augustin
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-12-11
Fix altering of SERIAL columns and InnoDB being picky about FK changes
Andrew Godwin
2013-12-11
Change FKs when what they point to changes
Andrew Godwin
2013-12-11
Fix sqlmigrate's output for parameters
Andrew Godwin
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-27
Add gis deconstruct() method (this does not make schema work)
Andrew Godwin
2013-11-24
Fixed #21497 -- Forced conversion to bytes for very long index names
Joel Bohman
2013-11-09
flake8 fix
Alex Gaynor
2013-11-09
Don't initialize PostGIS-specific stuff for non-db connections
Claude Paroz
2013-11-09
Fixed #16969 -- Don't connect to named database when possible
Claude Paroz
2013-11-02
Fixed all E261 warnings
coagulant
2013-10-22
Fixed #17027 -- Added support for the power operator in F expressions.
Florian Hahn
2013-10-22
Removed import * in tests.
Tim Graham
2013-10-17
Fixed #21285 -- Fixed E121,E122 pep8 warnings
Alasdair Nicol
2013-10-17
Remove some unnecesary uses of bool
Alex Gaynor
2013-10-16
Add get_migratable_models util method to ConnectionRouter
Claude Paroz
2013-10-15
Made sqlite introspection also show views like other backends
Claude Paroz
2013-10-15
Moved misplaced import in backends init
Claude Paroz
2013-10-14
Fixed #15888 -- Made tablename argument of createcachetable optional
Claude Paroz
2013-10-10
Fixed "redefinition of unused 'foo' from line X" pyflakes warnings.
Tim Graham
2013-10-07
Fixed #21235 -- Disabled savepoints for old versions of SQLite.
Aymeric Augustin
2013-10-05
Fixed #21189: Cleaned up usage of bare except clauses.
Baptiste Mispelon
2013-10-01
Fixed #21207 -- Fixed test failure on Oracle: test_cursor_contextmanager
Tim Graham
2013-09-30
Fixed #21134 -- Prevented queries in broken transactions.
Aymeric Augustin
2013-09-26
Enforce ordering on PostgreSQL get_constraints cols (refs #21134)
Andrew Godwin
2013-09-25
Fixed #17671 - Cursors are now context managers.
Michael Manfre
2013-09-25
Fixed #21126 -- QuerySet value conversion failure
Anssi Kääriäinen
2013-09-24
Removed double import in mysql base.py
Claude Paroz
2013-09-17
Fixed #21109 -- made db cursor error wrapping faster
Anssi Kääriäinen
2013-09-16
Added backwards compatability shims for util modules.
Tim Graham
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-09-14
Merge branch 'master' of https://github.com/django/django
Alex Gaynor
2013-09-14
Removed an import * that was masking importing stuff from the wrong location
Alex Gaynor
2013-09-14
Fixed #21097 - Added DatabaseFeature.can_introspect_autofield
Michael Manfre
2013-09-10
Fixed #20841 -- Added messages to NotImplementedErrors
Gregor MacGregor
2013-09-09
Fixed #20707 -- Added explicit quota assignment to Oracle test user
Садовский Николай
2013-09-06
Fixed a number of flake8 errors -- particularly around unused imports and loc...
Alex Gaynor
2013-09-07
Fixed regression introduced by efd1e60, 'map' returns an iterator on PY3.
Loic Bistuer
2013-09-06
Fixed #20007 -- Configured psycopg2 to return UnicodeArrays
Eric Boersma
2013-09-06
Adding 'sqlmigrate' command and quote_parameter to support it.
Andrew Godwin
2013-09-06
Fixed #10164 -- Made AutoField increase monotonically on SQLite
Chris Wilson
2013-09-06
Fix SchemaEditor.__exit__ to handle exceptions correctly
Andrew Godwin
2013-09-05
Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.
Eric Boersma
[prev]
[next]