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
/
oracle
/
creation.py
Age
Commit message (
Expand
)
Author
2017-08-16
Fixed #28498 -- Fixed test database creation with cx_Oracle 6.
Mariusz Felisiak
2017-06-02
Fixed #28260 -- Allowed customizing the test tablespace initial and autoexten...
Mariusz Felisiak
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-09
Fixed #25898 -- Made test database/user creation on Oracle reraise unexpected...
Mariusz Felisiak
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-16
Refs #27690 -- Removed sleep before drop test db on Oracle.
Mariusz Felisiak
2016-11-08
Refs #27420 -- Removed exception hiding in Oracle test user creation during -...
Mariusz Felisiak
2016-11-08
Fixed #27420 -- Quoted the Oracle test user password in queries.
Mariusz Felisiak
2016-11-01
Fixed CVE-2016-9013 -- Generated a random database user password when running...
Marti Raudsepp
2015-09-26
Fixed #25421 -- Fixed test --keepdb option on Oracle.
Mariusz Felisiak
2015-09-25
Fixed #25196 -- Normalized database representations in test database messages.
Ville Skyttä
2015-06-20
Changed Oracle's test-database-creation to use an explicit main-db-connection
Shai Berger
2015-06-05
Fixed #19542: Made mirroring databases for tests work with Oracle
Shai Berger
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2014-12-31
Moved DatabaseCreation.data_types properties to DatabaseWrapper.
Tim Graham
2014-12-30
Removed db.backends methods which only call super().
Tim Graham
2014-12-23
Fixed #24033 -- Use interval type on Oracle.
Marc Tamlyn
2014-12-20
Fixed #2443 -- Added DurationField.
Marc Tamlyn
2014-10-17
Fixed #23649 -- Made Oracle test-db creation drop test-user earlier when needed
Shai Berger
2014-09-24
Changed Oracle test-user creation to grant privileges instead of roles
Shai Berger
2014-09-17
Fixed #21775 -- Allowed customization of datafile for Oracle tablespace
Josh Smeaton
2014-09-16
Fixed #19463 -- Added UUIDField
Marc Tamlyn
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-08-25
Made main user disconnect after creating test user/tablespaces on Oracle
Shai Berger
2014-05-28
Fixed #20550 -- Added ability to preserve test db between runs
Greg Chapple
2014-03-09
Reorganized the database test settings
Shai Berger
2013-11-02
Fixed all E261 warnings
coagulant
2013-09-09
Fixed #20707 -- Added explicit quota assignment to Oracle test user
Садовский Николай
2013-08-12
Start of getting Oracle to do schema stuff
Andrew Godwin
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-06-07
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-05-21
(Re-)moved some imports
Claude Paroz
2013-04-18
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-03-11
Added an API to control database-level autocommit.
Aymeric Augustin
2013-03-02
Add a BinaryField model field
Claude Paroz
2012-12-18
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2012-11-27
Made sure global settings are changed in test db creation
Anssi Kääriäinen
2012-09-07
Very initial Oracle support
Andrew Godwin
2012-08-08
[py3] Replaced raw_input by input
Claude Paroz
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-02-28
Fixed #17786 (again) -- Ensured destruction of test databases works under Ora...
Aymeric Augustin
2012-02-28
Fixed #17786 -- Exception when running the tests under Oracle, during the des...
Aymeric Augustin
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-07-06
Fixed #16250 -- Made test database creation support code in the PostgreSQL DB...
Ramiro Morales
2011-06-11
Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...
Jannis Leidel
2011-02-19
Fixed #15327 -- Modified the Oracle test database signature method to allow f...
Russell Keith-Magee
2011-02-02
Fixed #15029 -- Moved to database backends the ability to decide if two DATAB...
Ramiro Morales
[next]