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
/
__init__.py
Age
Commit message (
Expand
)
Author
2014-03-21
Fixed typo in comments.
Aymeric Augustin
2014-03-21
Removed legacy transaction management per the deprecation timeline.
Aymeric Augustin
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-02-15
Fixed typo in docstring.
Rodolfo Carvalho
2014-02-09
Fixed #21844: Move quote_parameter off of Operations and rename
Andrew Godwin
2014-02-09
Fixed #21842: Remove redundant DatabaseFeatures.max_index_name_length
Andrew Godwin
2014-02-06
Fixed #17713 -- Renamed BaseDatabaseFeatures.allows_primary_key_0 to allows_a...
Vajrasky Kok
2014-02-02
Ensure cursors are closed when no longer needed.
Michael Manfre
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2014-01-18
Fixed #16187 -- refactored ORM lookup system
Anssi Kääriäinen
2014-01-12
Fixed #21453 -- Enabled autocommit before calling init_connection_state.
Aymeric Augustin
2013-12-30
Removed the only_with_models_module argument of get_model[s].
Aymeric Augustin
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
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-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-10-16
Add get_migratable_models util method to ConnectionRouter
Claude Paroz
2013-10-15
Moved misplaced import in backends init
Claude Paroz
2013-09-30
Fixed #21134 -- Prevented queries in broken transactions.
Aymeric Augustin
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-17
Fixed #21109 -- made db cursor error wrapping faster
Anssi Kääriäinen
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
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-06
Adding 'sqlmigrate' command and quote_parameter to support it.
Andrew Godwin
2013-09-05
Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.
Eric Boersma
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-08-23
Fix Oracle's default handling and schema-prepared-statement issue
Andrew Godwin
2013-08-21
Fixed test failure caused by different NULL ordering between backends
Anssi Kääriäinen
2013-08-10
Update get_constraints with better comments
Andrew Godwin
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-22
Merge branch 'master' into schema-alteration
Andrew Godwin
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
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-06-30
Introduced getters for connection.autocommit and .needs_rollback.
Aymeric Augustin
2013-06-28
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-06-28
Support 'pyformat' style parameters in raw queries, Refs #10070
Shai Berger
2013-06-27
Fixed #20571 -- Added an API to control connection.needs_rollback.
Aymeric Augustin
2013-06-19
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-06-10
Added a stealth option to flush to allow cascades.
Aymeric Augustin
[prev]
[next]