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
/
utils.py
Age
Commit message (
Expand
)
Author
2015-03-24
[1.8.x] Fixed #24532 -- Restored fallback support for allow_syncdb.
Tim Graham
2015-02-20
[1.8.x] Fixed #24351, #24346 -- Changed the signature of allow_migrate().
Loic Bistuer
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-01-10
Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router.
Loic Bistuer
2014-12-29
Fixed #21255 -- Closed connections after management command ran
Claude Paroz
2014-12-01
Restored the 'TEST_' prefix in the warning about deprecated test database set...
Shai Berger
2014-07-03
Fixed #21755 -- Added ForeignKey support to REQUIRED_FIELDS.
Anubhav Joshi
2014-06-12
Silenced deprecation warnings for refs #22811 and fixed build.
Tim Graham
2014-06-12
Fixed #22811 -- Allowed setting both the old and new TEST database settings.
Tim Graham
2014-06-11
Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets f...
Anubhav Joshi
2014-03-21
Removed deprecated TRANSACTIONS_MANAGED setting.
Aymeric Augustin
2014-03-09
Fixed the last fix for database test settings to work with Python3.
Shai Berger
2014-03-09
Fixed test breakage following test-settings enhancements
Shai Berger
2014-03-09
Reorganized the database test settings
Shai Berger
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-02-09
Silence deprecation warnings.
Marc Tamlyn
2014-02-09
Raise (pending) deprecation warning for allow_syncdb.
Marc Tamlyn
2014-02-08
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2013-12-29
Changed get_migratable_models to use an app config.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-16
Add get_migratable_models util method to ConnectionRouter
Claude Paroz
2013-09-17
Fixed #21109 -- made db cursor error wrapping faster
Anssi Kääriäinen
2013-08-09
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-07-30
Rename allow_syncdb to allow_migrate
Andrew Godwin
2013-07-29
Deprecated django.utils.importlib
Claude Paroz
2013-07-01
Removed some conditional code only needed under Python 2.6.
Aymeric Augustin
2013-06-29
Advanced deprecation warnings for Django 1.7.
Aymeric Augustin
2013-06-04
Fixed #17601 -- expose underlying db exceptions under py2
James Aylett
2013-05-24
Fixed a regression in router initialization
Claude Paroz
2013-05-23
Delayed settings.DATABASE_ROUTERS usage by ConnectionRouter
Claude Paroz
2013-05-23
Delayed settings.DATABASES usage by ConnectionHandler
Claude Paroz
2013-05-09
Fixed #20215 -- Disabled persistent connections by default.
Aymeric Augustin
2013-03-11
Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED.
Aymeric Augustin
2013-02-28
Fixed tests broken in 2ee21d9.
Aymeric Augustin
2013-02-28
Implemented persistent database connections.
Aymeric Augustin
2013-02-27
Fixed two bugs in 59a35208.
Aymeric Augustin
2013-02-27
Refactored database exceptions wrapping.
Aymeric Augustin
2013-02-13
Removed try-except in django.db.close_connection()
Anssi Kääriäinen
2013-02-10
Fixed #19707 -- Reset transaction state after requests
Anssi Kääriäinen
2013-02-04
Fixed #17061 -- Factored out importing object from a dotted path
Claude Paroz
2012-12-08
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-10-28
Fixed #18575 -- Empty DATABASES should default to dummy backend
Claude Paroz
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
[next]